Lines Matching refs:newmsr
46 u64 newmsr, bescr; in kvmhv_p9_tm_emulation() local
72 newmsr = vcpu->arch.shregs.srr1; in kvmhv_p9_tm_emulation()
75 MSR_TM_TRANSACTIONAL(newmsr) && in kvmhv_p9_tm_emulation()
76 (newmsr & MSR_TM))); in kvmhv_p9_tm_emulation()
77 newmsr = sanitize_msr(newmsr); in kvmhv_p9_tm_emulation()
78 vcpu->arch.shregs.msr = newmsr; in kvmhv_p9_tm_emulation()
120 newmsr = kvmppc_get_gpr(vcpu, rs); in kvmhv_p9_tm_emulation()
123 MSR_TM_TRANSACTIONAL(newmsr) && in kvmhv_p9_tm_emulation()
124 (newmsr & MSR_TM))); in kvmhv_p9_tm_emulation()
126 newmsr = (newmsr & ~MSR_LE) | (msr & MSR_LE); in kvmhv_p9_tm_emulation()
127 newmsr = sanitize_msr(newmsr); in kvmhv_p9_tm_emulation()
128 vcpu->arch.shregs.msr = newmsr; in kvmhv_p9_tm_emulation()