Searched refs:GUEST_FLAG_STATIC_VM (Results 1 – 2 of 2) sorted by relevance
62 #define GUEST_FLAG_STATIC_VM (1UL << 8U) /* Whether this VM uses static VM configuration */ macro
69 if ((vm_config->name[0] == '\0') && ((vm_config->guest_flags & GUEST_FLAG_STATIC_VM) == 0U)) { in get_unused_vmid()211 return ((vm_config->guest_flags & GUEST_FLAG_STATIC_VM) != 0U); in is_static_configured_vm()
Completed in 8 milliseconds