Searched refs:xen_domain_type (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/xen/
H A Dxen.h7 enum xen_domain_type { enum
14 extern enum xen_domain_type xen_domain_type;
16 #define xen_domain_type XEN_NATIVE macro
25 #define xen_domain() (xen_domain_type != XEN_NATIVE)
26 #define xen_pv_domain() (xen_domain_type == XEN_PV_DOMAIN)
27 #define xen_hvm_domain() (xen_domain_type == XEN_HVM_DOMAIN)
/linux-master/arch/x86/xen/
H A Denlighten.c65 enum xen_domain_type __ro_after_init xen_domain_type = XEN_NATIVE; variable in typeref:enum:__ro_after_init
66 EXPORT_SYMBOL_GPL(xen_domain_type); variable
H A Denlighten_pvh.c36 xen_domain_type = XEN_HVM_DOMAIN;
H A Denlighten_hvm.c106 xen_domain_type = XEN_HVM_DOMAIN;
H A Denlighten_pv.c1342 xen_domain_type = XEN_PV_DOMAIN;
/linux-master/arch/arm/xen/
H A Denlighten.c45 enum xen_domain_type xen_domain_type = XEN_NATIVE; variable in typeref:enum:xen_domain_type
46 EXPORT_SYMBOL(xen_domain_type); variable
270 xen_domain_type = XEN_HVM_DOMAIN;
/linux-master/drivers/xen/
H A Dsys-hypervisor.c56 switch (xen_domain_type) {

Completed in 175 milliseconds