Home
last modified time | relevance | path

Searched refs:kvm_set_msr (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dsmm.c539 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 Dx86.c1985 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 Dnested.c920 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 Dnested.c930 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 Dkvm_host.h1468 int kvm_set_msr(struct kvm_vcpu *vcpu, u32 index, u64 data);
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dkvm_host.h1960 int kvm_set_msr(struct kvm_vcpu *vcpu, u32 index, u64 data);
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dx86.c1713 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