Home
last modified time | relevance | path

Searched refs:MSR_SPE (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/arch/powerpc/kernel/
Dhead_fsl_booke.S645 oris r5,r5,MSR_SPE@h
666 lis r10,MSR_SPE@h
672 oris r9,r9,MSR_SPE@h
705 oris r3,r3,MSR_SPE@h
782 oris r5,r5,MSR_SPE@h
799 lis r3,MSR_SPE@h
Dprocess.c198 if (current->thread.regs && (current->thread.regs->msr & MSR_SPE)) in enable_kernel_spe()
212 if (tsk->thread.regs->msr & MSR_SPE) { in flush_spe_to_thread()
439 if ((prev->thread.regs && (prev->thread.regs->msr & MSR_SPE))) in __switch_to()
460 new->thread.regs->msr |= MSR_SPE; in __switch_to()
Dsignal_32.c470 msr |= MSR_SPE; in save_user_regs()
581 regs->msr &= ~MSR_SPE; in restore_user_regs()
582 if (msr & MSR_SPE) { in restore_user_regs()
Dtraps.c1360 if (regs->msr & MSR_SPE) in SPEFloatingPointException()
1408 if (regs->msr & MSR_SPE) in SPEFloatingPointRoundException()
Dentry_32.S661 oris r0,r0,MSR_SPE@h /* Disable SPE */
/linux-2.6.39/arch/powerpc/include/asm/
Dreg_booke.h21 #define MSR_SPE (1<<25) /* Enable SPE */ macro