Home
last modified time | relevance | path

Searched refs:kvm_set_msr (Results 1 – 3 of 3) sorted by relevance

/arch/x86/kvm/vmx/
Dnested.c948 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/
Dkvm_host.h1682 int kvm_set_msr(struct kvm_vcpu *vcpu, u32 index, u64 data);
/arch/x86/kvm/
Dx86.c1851 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()