Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/kernel/
Dhead_fsl_booke.S755 oris r5,r5,MSR_SPE@h
776 lis r10,MSR_SPE@h
782 oris r9,r9,MSR_SPE@h
815 oris r3,r3,MSR_SPE@h
892 oris r5,r5,MSR_SPE@h
907 lis r3,MSR_SPE@h
Dprocess.c203 if (current->thread.regs && (current->thread.regs->msr & MSR_SPE)) in enable_kernel_spe()
217 if (tsk->thread.regs->msr & MSR_SPE) { in flush_spe_to_thread()
448 if ((prev->thread.regs && (prev->thread.regs->msr & MSR_SPE))) in __switch_to()
469 new->thread.regs->msr |= MSR_SPE; in __switch_to()
Dsignal_32.c479 msr |= MSR_SPE; in save_user_regs()
590 regs->msr &= ~MSR_SPE; in restore_user_regs()
591 if (msr & MSR_SPE) { in restore_user_regs()
Dtraps.c1494 if (regs->msr & MSR_SPE) in SPEFloatingPointRoundException()
Dentry_32.S679 oris r0,r0,MSR_SPE@h /* Disable SPE */
/linux-3.4.99/arch/powerpc/kvm/
Dbooke.c88 vcpu->arch.shadow_msr &= ~MSR_SPE; in kvmppc_vcpu_disable_spe()
97 vcpu->arch.shadow_msr |= MSR_SPE; in kvmppc_vcpu_enable_spe()
103 if (vcpu->arch.shared->msr & MSR_SPE) { in kvmppc_vcpu_sync_spe()
104 if (!(vcpu->arch.shadow_msr & MSR_SPE)) in kvmppc_vcpu_sync_spe()
106 } else if (vcpu->arch.shadow_msr & MSR_SPE) { in kvmppc_vcpu_sync_spe()
455 if (vcpu->arch.shared->msr & MSR_SPE) in kvmppc_handle_exit()
De500.c47 if (vcpu->arch.shadow_msr & MSR_SPE) in kvmppc_core_vcpu_put()
/linux-3.4.99/arch/powerpc/include/asm/
Dreg_booke.h21 #define MSR_SPE (1<<25) /* Enable SPE */ macro