Home
last modified time | relevance | path

Searched refs:XEN_NATIVE (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/xen/
Dxen.h6 XEN_NATIVE, /* running on bare hardware */ enumerator
14 #define xen_domain_type XEN_NATIVE
23 #define xen_domain() (xen_domain_type != XEN_NATIVE)
/Linux-v4.19/arch/x86/xen/
Denlighten.c52 enum xen_domain_type xen_domain_type = XEN_NATIVE;
/Linux-v4.19/arch/arm/xen/
Denlighten.c43 enum xen_domain_type xen_domain_type = XEN_NATIVE;
/Linux-v4.19/drivers/xen/
Dsys-hypervisor.c58 case XEN_NATIVE: in guest_type_show()