Searched refs:kvm_set_msr (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/arch/x86/kvm/vmx/ |
D | nested.c | 916 if (kvm_set_msr(vcpu, e.index, e.value)) { in nested_vmx_load_msr() 2624 WARN_ON_ONCE(kvm_set_msr(vcpu, MSR_CORE_PERF_GLOBAL_CTRL, in prepare_vmcs02() 4488 WARN_ON_ONCE(kvm_set_msr(vcpu, MSR_CORE_PERF_GLOBAL_CTRL, in load_vmcs12_host_state() 4664 if (kvm_set_msr(vcpu, h.index, h.value)) { in nested_vmx_restore_host_state()
|
/Linux-v6.1/arch/x86/include/asm/ |
D | kvm_host.h | 1830 int kvm_set_msr(struct kvm_vcpu *vcpu, u32 index, u64 data);
|
/Linux-v6.1/arch/x86/kvm/ |
D | x86.c | 1946 int kvm_set_msr(struct kvm_vcpu *vcpu, u32 index, u64 data) in kvm_set_msr() function 1950 EXPORT_SYMBOL_GPL(kvm_set_msr); 8090 return kvm_set_msr(emul_to_vcpu(ctxt), msr_index, data); in emulator_set_msr()
|