Searched refs:kvm_set_msr (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/arch/x86/kvm/ |
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()
|
D | x86.c | 1982 int kvm_set_msr(struct kvm_vcpu *vcpu, u32 index, u64 data) in kvm_set_msr() function 1986 EXPORT_SYMBOL_GPL(kvm_set_msr);
|
/linux-6.6.21/arch/x86/kvm/vmx/ |
D | nested.c | 930 if (kvm_set_msr(vcpu, e.index, e.value)) { in nested_vmx_load_msr() 2652 WARN_ON_ONCE(kvm_set_msr(vcpu, MSR_CORE_PERF_GLOBAL_CTRL, in prepare_vmcs02() 4527 WARN_ON_ONCE(kvm_set_msr(vcpu, MSR_CORE_PERF_GLOBAL_CTRL, in load_vmcs12_host_state() 4703 if (kvm_set_msr(vcpu, h.index, h.value)) { in nested_vmx_restore_host_state()
|
/linux-6.6.21/arch/x86/include/asm/ |
D | kvm_host.h | 1960 int kvm_set_msr(struct kvm_vcpu *vcpu, u32 index, u64 data);
|