Searched refs:xen_domain_type (Results 1 – 4 of 4) sorted by relevance
4 enum xen_domain_type { enum11 extern enum xen_domain_type xen_domain_type;13 #define xen_domain_type XEN_NATIVE macro16 #define xen_domain() (xen_domain_type != XEN_NATIVE)18 xen_domain_type == XEN_PV_DOMAIN)20 xen_domain_type == XEN_HVM_DOMAIN)
19 .global xen_domain_type20 xen_domain_type: label59 (isBP) movl r9=xen_domain_type;;
38 EXPORT_SYMBOL(xen_domain_type);
75 enum xen_domain_type xen_domain_type = XEN_NATIVE; variable76 EXPORT_SYMBOL_GPL(xen_domain_type);1094 xen_domain_type = XEN_PV_DOMAIN; in xen_start_kernel()1282 xen_domain_type = XEN_HVM_DOMAIN; in init_hvm_pv_info()