Lines Matching refs:newmsr
46 u64 newmsr, bescr; in kvmhv_p9_tm_emulation() local
63 newmsr = vcpu->arch.shregs.srr1; in kvmhv_p9_tm_emulation()
66 MSR_TM_TRANSACTIONAL(newmsr) && in kvmhv_p9_tm_emulation()
67 (newmsr & MSR_TM))); in kvmhv_p9_tm_emulation()
68 newmsr = sanitize_msr(newmsr); in kvmhv_p9_tm_emulation()
69 vcpu->arch.shregs.msr = newmsr; in kvmhv_p9_tm_emulation()
110 newmsr = kvmppc_get_gpr(vcpu, rs); in kvmhv_p9_tm_emulation()
113 MSR_TM_TRANSACTIONAL(newmsr) && in kvmhv_p9_tm_emulation()
114 (newmsr & MSR_TM))); in kvmhv_p9_tm_emulation()
116 newmsr = (newmsr & ~MSR_LE) | (msr & MSR_LE); in kvmhv_p9_tm_emulation()
117 newmsr = sanitize_msr(newmsr); in kvmhv_p9_tm_emulation()
118 vcpu->arch.shregs.msr = newmsr; in kvmhv_p9_tm_emulation()