Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dswitch_to.h106 msr_check_and_clear(MSR_SPE); in disable_kernel_spe()
H A Dreg_booke.h27 #define MSR_SPE __MASK(MSR_SPE_LG) macro
/linux/arch/powerpc/kernel/
H A Dhead_85xx.S786 oris r5,r5,MSR_SPE@h
790 oris r9,r9,MSR_SPE@h
806 oris r3,r3,MSR_SPE@h
917 lis r3,MSR_SPE@h
H A Dsignal_32.c322 msr |= MSR_SPE; in __unsafe_save_user_regs()
545 regs_set_return_msr(regs, regs->msr & ~MSR_SPE); in restore_user_regs()
546 if (msr & MSR_SPE) { in restore_user_regs()
/linux/arch/powerpc/kvm/
H A De500.c310 if (vcpu->arch.shadow_msr & MSR_SPE) in kvmppc_core_vcpu_put_e500()