Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dkvm_host.h793 bool (*has_wbinvd_exit)(void); member
/linux-4.1.27/arch/x86/kvm/
Dx86.c2926 if (kvm_x86_ops->has_wbinvd_exit()) in kvm_arch_vcpu_load()
4750 if (kvm_x86_ops->has_wbinvd_exit()) { in kvm_emulate_wbinvd_noskip()
Dsvm.c4432 .has_wbinvd_exit = svm_has_wbinvd_exit,
Dvmx.c10258 .has_wbinvd_exit = cpu_has_vmx_wbinvd_exit,