Searched refs:kvm_set_msr (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/arch/x86/kvm/ |
| H A D | smm.c | 532 if (kvm_set_msr(vcpu, MSR_EFER, smstate->efer & ~EFER_LMA)) in rsm_load_state_64() 623 kvm_set_msr(vcpu, MSR_EFER, efer); in emulator_leave_smm()
|
| H A D | x86.c | 1938 int kvm_set_msr(struct kvm_vcpu *vcpu, u32 index, u64 data) in kvm_set_msr() function 1942 EXPORT_SYMBOL_GPL(kvm_set_msr);
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | kvm_host.h | 2130 int kvm_set_msr(struct kvm_vcpu *vcpu, u32 index, u64 data);
|
| /linux-6.15/arch/x86/kvm/vmx/ |
| H A D | nested.c | 2756 WARN_ON_ONCE(kvm_set_msr(vcpu, MSR_CORE_PERF_GLOBAL_CTRL, in prepare_vmcs02() 4737 WARN_ON_ONCE(kvm_set_msr(vcpu, MSR_CORE_PERF_GLOBAL_CTRL, in load_vmcs12_host_state()
|