XEN_NATIVE         43 arch/arm/xen/enlighten.c enum xen_domain_type xen_domain_type = XEN_NATIVE;
XEN_NATIVE         54 arch/x86/xen/enlighten.c enum xen_domain_type xen_domain_type = XEN_NATIVE;
XEN_NATIVE         55 drivers/xen/sys-hypervisor.c 	case XEN_NATIVE:
XEN_NATIVE         14 include/xen/xen.h #define xen_domain_type		XEN_NATIVE
XEN_NATIVE         23 include/xen/xen.h #define xen_domain()		(xen_domain_type != XEN_NATIVE)