Searched refs:MSR_SPE (Results 1 – 8 of 8) sorted by relevance
/arch/powerpc/kernel/ |
D | head_fsl_booke.S | 857 oris r5,r5,MSR_SPE@h 878 lis r10,MSR_SPE@h 884 oris r9,r9,MSR_SPE@h 904 oris r3,r3,MSR_SPE@h 1019 oris r5,r5,MSR_SPE@h 1034 lis r3,MSR_SPE@h
|
D | signal_32.c | 476 msr |= MSR_SPE; in save_user_regs() 635 msr |= MSR_SPE; in save_tm_user_regs() 749 regs->msr &= ~MSR_SPE; in restore_user_regs() 750 if (msr & MSR_SPE) { in restore_user_regs() 864 regs->msr &= ~MSR_SPE; in restore_tm_user_regs() 865 if (msr & MSR_SPE) { in restore_tm_user_regs()
|
D | process.c | 256 if (current->thread.regs && (current->thread.regs->msr & MSR_SPE)) in enable_kernel_spe() 270 if (tsk->thread.regs->msr & MSR_SPE) { in flush_spe_to_thread() 811 if ((prev->thread.regs && (prev->thread.regs->msr & MSR_SPE))) in __switch_to() 832 new->thread.regs->msr |= MSR_SPE; in __switch_to()
|
D | traps.c | 1794 if (regs->msr & MSR_SPE) in SPEFloatingPointRoundException()
|
D | entry_32.S | 692 oris r0,r0,MSR_SPE@h /* Disable SPE */
|
/arch/powerpc/kvm/ |
D | booke.c | 99 vcpu->arch.shadow_msr &= ~MSR_SPE; in kvmppc_vcpu_disable_spe() 108 vcpu->arch.shadow_msr |= MSR_SPE; in kvmppc_vcpu_enable_spe() 114 if (vcpu->arch.shared->msr & MSR_SPE) { in kvmppc_vcpu_sync_spe() 115 if (!(vcpu->arch.shadow_msr & MSR_SPE)) in kvmppc_vcpu_sync_spe() 117 } else if (vcpu->arch.shadow_msr & MSR_SPE) { in kvmppc_vcpu_sync_spe() 1117 if (vcpu->arch.shared->msr & MSR_SPE) in kvmppc_handle_exit()
|
D | e500.c | 321 if (vcpu->arch.shadow_msr & MSR_SPE) in kvmppc_core_vcpu_put_e500()
|
/arch/powerpc/include/asm/ |
D | reg_booke.h | 33 #define MSR_SPE __MASK(MSR_SPE_LG) macro
|