Searched refs:GUEST_FLAG_SECURITY_VM (Results 1 – 2 of 2) sorted by relevance
92 if ((vm_config->guest_flags & GUEST_FLAG_SECURITY_VM) != 0UL) { in security_vm_fixup()292 if (is_prelaunched_vm(vm) && ((vm_config->guest_flags & GUEST_FLAG_SECURITY_VM) != 0)) { in passthrough_smbios()
60 #define GUEST_FLAG_SECURITY_VM (1UL << 6U) /* Whether this VM needs to do security-vm related fix… macro
Completed in 9 milliseconds