Home
last modified time | relevance | path

Searched refs:cpu_has_vmx_vpid (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/arch/x86/kvm/vmx/
Dcapabilities.h160 static inline bool cpu_has_vmx_vpid(void) in cpu_has_vmx_vpid() function
Dvmx.c7604 if (!cpu_has_vmx_vpid() || !cpu_has_vmx_invvpid() || in hardware_setup()