Home
last modified time | relevance | path

Searched refs:kvm_emulate_mwait (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/arch/x86/include/asm/
Dkvm_host.h1964 int kvm_emulate_mwait(struct kvm_vcpu *vcpu);
/Linux-v6.6/arch/x86/kvm/svm/
Dsvm.c3313 [SVM_EXIT_MWAIT] = kvm_emulate_mwait,
/Linux-v6.6/arch/x86/kvm/
Dx86.c2131 int kvm_emulate_mwait(struct kvm_vcpu *vcpu) in kvm_emulate_mwait() function
2135 EXPORT_SYMBOL_GPL(kvm_emulate_mwait);
/Linux-v6.6/arch/x86/kvm/vmx/
Dvmx.c6118 [EXIT_REASON_MWAIT_INSTRUCTION] = kvm_emulate_mwait,