xen_domain_type    43 arch/arm/xen/enlighten.c enum xen_domain_type xen_domain_type = XEN_NATIVE;
xen_domain_type    44 arch/arm/xen/enlighten.c EXPORT_SYMBOL(xen_domain_type);
xen_domain_type   260 arch/arm/xen/enlighten.c 	xen_domain_type = XEN_HVM_DOMAIN;
xen_domain_type    54 arch/x86/xen/enlighten.c enum xen_domain_type xen_domain_type = XEN_NATIVE;
xen_domain_type    55 arch/x86/xen/enlighten.c EXPORT_SYMBOL_GPL(xen_domain_type);
xen_domain_type    97 arch/x86/xen/enlighten_hvm.c 	xen_domain_type = XEN_HVM_DOMAIN;
xen_domain_type  1196 arch/x86/xen/enlighten_pv.c 	xen_domain_type = XEN_PV_DOMAIN;
xen_domain_type    32 arch/x86/xen/enlighten_pvh.c 	xen_domain_type = XEN_HVM_DOMAIN;
xen_domain_type    54 drivers/xen/sys-hypervisor.c 	switch (xen_domain_type) {
xen_domain_type    12 include/xen/xen.h extern enum xen_domain_type xen_domain_type;
xen_domain_type    23 include/xen/xen.h #define xen_domain()		(xen_domain_type != XEN_NATIVE)
xen_domain_type    24 include/xen/xen.h #define xen_pv_domain()		(xen_domain_type == XEN_PV_DOMAIN)
xen_domain_type    25 include/xen/xen.h #define xen_hvm_domain()	(xen_domain_type == XEN_HVM_DOMAIN)