Searched refs:newmsr (Results 1 – 2 of 2) sorted by relevance
23 u64 newmsr, msr, bescr; in kvmhv_p9_tm_emulation_early() local40 newmsr = vcpu->arch.shregs.srr1; in kvmhv_p9_tm_emulation_early()42 if (!(MSR_TM_TRANSACTIONAL(newmsr) && (newmsr & MSR_TM))) in kvmhv_p9_tm_emulation_early()44 newmsr = sanitize_msr(newmsr); in kvmhv_p9_tm_emulation_early()45 vcpu->arch.shregs.msr = newmsr; in kvmhv_p9_tm_emulation_early()76 newmsr = kvmppc_get_gpr(vcpu, rs); in kvmhv_p9_tm_emulation_early()79 if (!(MSR_TM_TRANSACTIONAL(newmsr) && (newmsr & MSR_TM))) in kvmhv_p9_tm_emulation_early()82 newmsr = (newmsr & ~MSR_LE) | (msr & MSR_LE); in kvmhv_p9_tm_emulation_early()83 newmsr = sanitize_msr(newmsr); in kvmhv_p9_tm_emulation_early()84 vcpu->arch.shregs.msr = newmsr; in kvmhv_p9_tm_emulation_early()
46 u64 newmsr, bescr; in kvmhv_p9_tm_emulation() local72 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()[all …]