Searched refs:GUEST_FLAG_VHWP (Results 1 – 2 of 2) sorted by relevance
66 #define GUEST_FLAG_VHWP (1UL << 12U) /* Whether the VM supports vHWP */ macro
221 return ((vm_config->guest_flags & GUEST_FLAG_VHWP) != 0U); in is_vhwp_configured()
Completed in 7 milliseconds