Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dkvm_host.h854 bool (*has_wbinvd_exit)(void); member
/linux-4.4.14/arch/x86/kvm/
Dx86.c2699 if (kvm_x86_ops->has_wbinvd_exit()) in kvm_arch_vcpu_load()
4668 if (kvm_x86_ops->has_wbinvd_exit()) { in kvm_emulate_wbinvd_noskip()
Dsvm.c4352 .has_wbinvd_exit = svm_has_wbinvd_exit,
Dvmx.c10866 .has_wbinvd_exit = cpu_has_vmx_wbinvd_exit,