Searched refs:xen_domain_type (Results 1 – 7 of 7) sorted by relevance
5 enum xen_domain_type { enum12 extern enum xen_domain_type xen_domain_type;14 #define xen_domain_type XEN_NATIVE macro23 #define xen_domain() (xen_domain_type != XEN_NATIVE)24 #define xen_pv_domain() (xen_domain_type == XEN_PV_DOMAIN)25 #define xen_hvm_domain() (xen_domain_type == XEN_HVM_DOMAIN)
61 enum xen_domain_type __ro_after_init xen_domain_type = XEN_NATIVE; variable62 EXPORT_SYMBOL_GPL(xen_domain_type);
34 xen_domain_type = XEN_HVM_DOMAIN; in xen_pvh_init()
101 xen_domain_type = XEN_HVM_DOMAIN; in init_hvm_pv_info()
1206 xen_domain_type = XEN_PV_DOMAIN; in xen_start_kernel()
45 enum xen_domain_type xen_domain_type = XEN_NATIVE; variable46 EXPORT_SYMBOL(xen_domain_type);273 xen_domain_type = XEN_HVM_DOMAIN; in xen_early_init()
53 switch (xen_domain_type) { in guest_type_show()