Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dkvm_host.h757 bool (*has_wbinvd_exit)(void); member
/arch/x86/kvm/
Dx86.c2863 if (kvm_x86_ops->has_wbinvd_exit()) in kvm_arch_vcpu_load()
4721 if (kvm_x86_ops->has_wbinvd_exit()) { in kvm_emulate_wbinvd()
Dsvm.c4457 .has_wbinvd_exit = svm_has_wbinvd_exit,
Dvmx.c9230 .has_wbinvd_exit = cpu_has_vmx_wbinvd_exit,