Home
last modified time | relevance | path

Searched refs:xen_domain_type (Results 1 – 10 of 10) sorted by relevance

/linux/include/xen/
A Dxen.h5 enum xen_domain_type { enum
12 extern enum xen_domain_type xen_domain_type;
14 #define xen_domain_type XEN_NATIVE macro
23 #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)
/linux/arch/arm/xen/
A Denlighten.c44 enum xen_domain_type xen_domain_type = XEN_NATIVE; variable
45 EXPORT_SYMBOL(xen_domain_type);
268 xen_domain_type = XEN_HVM_DOMAIN; in xen_early_init()
/linux/arch/x86/xen/
A Denlighten.c61 enum xen_domain_type __ro_after_init xen_domain_type = XEN_NATIVE; variable
62 EXPORT_SYMBOL_GPL(xen_domain_type);
A Denlighten_pvh.c34 xen_domain_type = XEN_HVM_DOMAIN; in xen_pvh_init()
A Denlighten_hvm.c99 xen_domain_type = XEN_HVM_DOMAIN; in init_hvm_pv_info()
A Denlighten_pv.c1190 xen_domain_type = XEN_PV_DOMAIN; in xen_start_kernel()
/linux/drivers/xen/
A Dsys-hypervisor.c54 switch (xen_domain_type) { in guest_type_show()
/linux/
A Dvmlinux.symvers2485 0x00000000 xen_domain_type vmlinux EXPORT_SYMBOL
A DSystem.map160340 ffff8000120ede98 B xen_domain_type
A D.tmp_System.map160340 ffff8000120ede98 B xen_domain_type

Completed in 368 milliseconds