XEN_NATIVE
enum xen_domain_type xen_domain_type = XEN_NATIVE;
enum xen_domain_type __ro_after_init xen_domain_type = XEN_NATIVE;
case XEN_NATIVE:
#define xen_domain_type XEN_NATIVE
#define xen_domain() (xen_domain_type != XEN_NATIVE)