Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/arch/x86/xen/
Denlighten.c54 enum xen_domain_type xen_domain_type = XEN_NATIVE;
/Linux-v5.4/arch/arm/xen/
Denlighten.c43 enum xen_domain_type xen_domain_type = XEN_NATIVE;
/Linux-v5.4/drivers/xen/
Dsys-hypervisor.c55 case XEN_NATIVE: in guest_type_show()