Searched refs:xen_domain_type (Results 1 – 10 of 10) 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)
44 enum xen_domain_type xen_domain_type = XEN_NATIVE; variable45 EXPORT_SYMBOL(xen_domain_type);268 xen_domain_type = XEN_HVM_DOMAIN; in xen_early_init()
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()
99 xen_domain_type = XEN_HVM_DOMAIN; in init_hvm_pv_info()
1190 xen_domain_type = XEN_PV_DOMAIN; in xen_start_kernel()
54 switch (xen_domain_type) { in guest_type_show()
2485 0x00000000 xen_domain_type vmlinux EXPORT_SYMBOL
160340 ffff8000120ede98 B xen_domain_type
Completed in 373 milliseconds