Searched refs:kvm_set_msr (Results 1 – 3 of 3) sorted by relevance
/arch/x86/kvm/vmx/ |
D | nested.c | 948 if (kvm_set_msr(vcpu, e.index, e.value)) { in nested_vmx_load_msr() 2620 WARN_ON_ONCE(kvm_set_msr(vcpu, MSR_CORE_PERF_GLOBAL_CTRL, in prepare_vmcs02() 4347 WARN_ON_ONCE(kvm_set_msr(vcpu, MSR_CORE_PERF_GLOBAL_CTRL, in load_vmcs12_host_state() 4523 if (kvm_set_msr(vcpu, h.index, h.value)) { in nested_vmx_restore_host_state()
|
/arch/x86/include/asm/ |
D | kvm_host.h | 1682 int kvm_set_msr(struct kvm_vcpu *vcpu, u32 index, u64 data);
|
/arch/x86/kvm/ |
D | x86.c | 1851 int kvm_set_msr(struct kvm_vcpu *vcpu, u32 index, u64 data) in kvm_set_msr() function 1855 EXPORT_SYMBOL_GPL(kvm_set_msr); 1952 r = kvm_set_msr(vcpu, ecx, data); in kvm_emulate_wrmsr() 7470 r = kvm_set_msr(vcpu, msr_index, data); in emulator_set_msr()
|