Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kvm/vmx/
Dcapabilities.h183 static inline bool cpu_has_vmx_unrestricted_guest(void) in cpu_has_vmx_unrestricted_guest() function
Dvmx.c8261 if (!cpu_has_vmx_unrestricted_guest() || !enable_ept) in hardware_setup()