Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dkvm_host.h2126 int kvm_emulate_mwait(struct kvm_vcpu *vcpu);
/linux/arch/x86/kvm/svm/
H A Dsvm.c3358 [SVM_EXIT_MWAIT] = kvm_emulate_mwait,
/linux/arch/x86/kvm/
H A Dx86.c2090 int kvm_emulate_mwait(struct kvm_vcpu *vcpu) in kvm_emulate_mwait() function
2094 EXPORT_SYMBOL_GPL(kvm_emulate_mwait);
/linux/arch/x86/kvm/vmx/
H A Dvmx.c6160 [EXIT_REASON_MWAIT_INSTRUCTION] = kvm_emulate_mwait,