Searched refs:GUEST_FLAG_NVMX_ENABLED (Results 1 – 2 of 2) sorted by relevance
59 #define GUEST_FLAG_NVMX_ENABLED (1UL << 5U) /* Whether this VM supports nested virtualization */ macro
191 return ((vm_config->guest_flags & GUEST_FLAG_NVMX_ENABLED) != 0U); in is_nvmx_configured()
Completed in 6 milliseconds