Searched refs:kvm_set_msr (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A 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()
|
H A D | x86.c | 1985 int kvm_set_msr(struct kvm_vcpu *vcpu, u32 index, u64 data) in kvm_set_msr() function 1989 EXPORT_SYMBOL_GPL(kvm_set_msr); variable
|
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
H A D | nested.c | 920 if (kvm_set_msr(vcpu, e.index, e.value)) { in nested_vmx_load_msr() 2638 WARN_ON_ONCE(kvm_set_msr(vcpu, MSR_CORE_PERF_GLOBAL_CTRL, in prepare_vmcs02() 4288 WARN_ON_ONCE(kvm_set_msr(vcpu, MSR_CORE_PERF_GLOBAL_CTRL, in load_vmcs12_host_state() 4464 if (kvm_set_msr(vcpu, h.index, h.value)) { in nested_vmx_restore_host_state()
|
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
H A 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()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | kvm_host.h | 1468 int kvm_set_msr(struct kvm_vcpu *vcpu, u32 index, u64 data);
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | kvm_host.h | 1960 int kvm_set_msr(struct kvm_vcpu *vcpu, u32 index, u64 data);
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | x86.c | 1713 int kvm_set_msr(struct kvm_vcpu *vcpu, u32 index, u64 data) in kvm_set_msr() function 1717 EXPORT_SYMBOL_GPL(kvm_set_msr); variable 1823 r = kvm_set_msr(vcpu, ecx, data); in kvm_emulate_wrmsr() 6978 r = kvm_set_msr(vcpu, msr_index, data); in emulator_set_msr()
|
Completed in 52 milliseconds