Home
last modified time | relevance | path

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

/hypervisor/include/public/
A Dacrn_common.h62 #define GUEST_FLAG_STATIC_VM (1UL << 8U) /* Whether this VM uses static VM configuration */ macro
/hypervisor/arch/x86/guest/
A Dvm.c69 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