Home
last modified time | relevance | path

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

/linux-5.19.10/include/xen/interface/
Dxen.h651 #define SIF_PRIVILEGED (1<<0) /* Is the domain privileged? */ macro
/linux-5.19.10/arch/arm/xen/
Denlighten.c278 xen_start_flags |= SIF_INITDOMAIN|SIF_PRIVILEGED; in xen_early_init()