Home
last modified time | relevance | path

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

/openbmc/linux/include/xen/
H A Dxen.h8 XEN_NATIVE, /* running on bare hardware */ enumerator
16 #define xen_domain_type XEN_NATIVE
25 #define xen_domain() (xen_domain_type != XEN_NATIVE)
/openbmc/linux/arch/x86/xen/
H A Denlighten.c65 enum xen_domain_type __ro_after_init xen_domain_type = XEN_NATIVE;
/openbmc/linux/arch/arm/xen/
H A Denlighten.c45 enum xen_domain_type xen_domain_type = XEN_NATIVE;
/openbmc/linux/drivers/xen/
H A Dsys-hypervisor.c57 case XEN_NATIVE: in guest_type_show()