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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dhead_fsl_booke.S632 oris r5,r5,MSR_SPE@h
653 lis r10,MSR_SPE@h
659 oris r9,r9,MSR_SPE@h
692 oris r3,r3,MSR_SPE@h
769 oris r5,r5,MSR_SPE@h
786 lis r3,MSR_SPE@h
H A Dprocess.c181 if (current->thread.regs && (current->thread.regs->msr & MSR_SPE))
195 if (tsk->thread.regs->msr & MSR_SPE) {
419 if ((prev->thread.regs && (prev->thread.regs->msr & MSR_SPE)))
440 new->thread.regs->msr |= MSR_SPE;
H A Dsignal_32.c468 /* set MSR_SPE in the saved MSR value to indicate that
470 msr |= MSR_SPE;
472 /* else assert((regs->msr & MSR_SPE) == 0) */
581 regs->msr &= ~MSR_SPE;
582 if (msr & MSR_SPE) {
H A Dtraps.c1364 if (regs->msr & MSR_SPE)
1412 if (regs->msr & MSR_SPE)
H A Dentry_32.S660 oris r0,r0,MSR_SPE@h /* Disable SPE */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dreg_booke.h21 #define MSR_SPE (1<<25) /* Enable SPE */ macro

Completed in 96 milliseconds