Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/vmx/
H A Dcapabilities.h333 static inline bool cpu_has_vmx_ept_ad_bits(void) in cpu_has_vmx_ept_ad_bits() function
H A Dvmx.c8508 if (!cpu_has_vmx_ept_ad_bits() || !enable_ept) in hardware_setup()