Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dkvm_host.h1045 bool (*has_wbinvd_exit)(void); member
/Linux-v4.19/arch/x86/kvm/
Dx86.c3102 if (kvm_x86_ops->has_wbinvd_exit()) in kvm_arch_vcpu_load()
5434 if (kvm_x86_ops->has_wbinvd_exit()) { in kvm_emulate_wbinvd_noskip()
Dsvm.c7145 .has_wbinvd_exit = svm_has_wbinvd_exit,
Dvmx.c14199 .has_wbinvd_exit = cpu_has_vmx_wbinvd_exit,