Searched refs:SIF_INITDOMAIN (Results 1 – 4 of 4) sorted by relevance
40 (xen_start_flags & SIF_INITDOMAIN))
652 #define SIF_INITDOMAIN (1<<1) /* Is this the initial control domain? */ macro
278 xen_start_flags |= SIF_INITDOMAIN|SIF_PRIVILEGED; in xen_early_init()
959 if (!(xen_start_info->flags & SIF_INITDOMAIN)) { in xen_arch_setup()