Searched refs:old_msr (Results 1 – 4 of 4) sorted by relevance
66 void kvmppc_mmu_msr_notify(struct kvm_vcpu *vcpu, u32 old_msr);
110 void kvmppc_mmu_msr_notify(struct kvm_vcpu *vcpu, u32 old_msr) in kvmppc_mmu_msr_notify() argument
293 void kvmppc_mmu_msr_notify(struct kvm_vcpu *vcpu, u32 old_msr) in kvmppc_mmu_msr_notify() argument
1356 unsigned long long old_msr, new_msr; in enable_hwp_on_cpu() local1358 get_msr(cpu, MSR_PM_ENABLE, &old_msr); in enable_hwp_on_cpu()1360 if (old_msr & 1) in enable_hwp_on_cpu()1363 new_msr = old_msr | 1; in enable_hwp_on_cpu()1367 printf("cpu%d: MSR_PM_ENABLE old: %llX new: %llX\n", cpu, old_msr, new_msr); in enable_hwp_on_cpu()