Searched refs:kvm_set_msr (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/x86/kvm/ |
H A D | smm.c | 539 if (kvm_set_msr(vcpu, MSR_EFER, smstate->efer & ~EFER_LMA)) in rsm_load_state_64() 630 kvm_set_msr(vcpu, MSR_EFER, efer); in emulator_leave_smm()
|
H A D | x86.c | 1985 int kvm_set_msr(struct kvm_vcpu *vcpu, u32 index, u64 data) in kvm_set_msr() function 1989 EXPORT_SYMBOL_GPL(kvm_set_msr);
|
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | nested.c | 931 if (kvm_set_msr(vcpu, e.index, e.value)) { in nested_vmx_load_msr() 2667 WARN_ON_ONCE(kvm_set_msr(vcpu, MSR_CORE_PERF_GLOBAL_CTRL, in prepare_vmcs02() 4574 WARN_ON_ONCE(kvm_set_msr(vcpu, MSR_CORE_PERF_GLOBAL_CTRL, in load_vmcs12_host_state() 4750 if (kvm_set_msr(vcpu, h.index, h.value)) { in nested_vmx_restore_host_state()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | kvm_host.h | 1963 int kvm_set_msr(struct kvm_vcpu *vcpu, u32 index, u64 data);
|