Searched refs:GUEST_FLAG_STATELESS (Results 1 – 2 of 2) sorted by relevance
68 #define GUEST_FLAG_STATELESS (1UL << 14U) /* Whether the VM is stateless (can be forcefully shutd… macro
181 return ((vm_config->guest_flags & GUEST_FLAG_STATELESS) == 0U); in is_stateful_vm()
Completed in 8 milliseconds