Searched refs:MSR_SPE (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/arch/powerpc/kernel/ |
D | head_fsl_booke.S | 645 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
|
D | process.c | 198 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()
|
D | signal_32.c | 470 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()
|
D | traps.c | 1360 if (regs->msr & MSR_SPE) in SPEFloatingPointException() 1408 if (regs->msr & MSR_SPE) in SPEFloatingPointRoundException()
|
D | entry_32.S | 661 oris r0,r0,MSR_SPE@h /* Disable SPE */
|
/linux-2.6.39/arch/powerpc/include/asm/ |
D | reg_booke.h | 21 #define MSR_SPE (1<<25) /* Enable SPE */ macro
|