Searched refs:cur_msr (Results 1 – 2 of 2) sorted by relevance
267 unsigned long cur_msr = kvmppc_get_msr(vcpu); in kvmppc_core_emulate_op_pr() local275 if (((cur_msr & MSR_TM) == 0) && in kvmppc_core_emulate_op_pr()277 MSR_TM_SUSPENDED(cur_msr) && in kvmppc_core_emulate_op_pr()
224 static u64 mbm_overflow_count(u64 prev_msr, u64 cur_msr, unsigned int width) in mbm_overflow_count() argument228 chunks = (cur_msr << shift) - (prev_msr << shift); in mbm_overflow_count()