Home
last modified time | relevance | path

Searched defs:xen_domain_type (Results 1 – 3 of 3) sorted by relevance

/linux-3.3/arch/ia64/xen/
Dxensetup.S19 .global xen_domain_type symbol
20 xen_domain_type: label
/linux-3.3/include/xen/
Dxen.h4 enum xen_domain_type { enum
13 #define xen_domain_type XEN_NATIVE macro
/linux-3.3/arch/x86/xen/
Denlighten.c75 enum xen_domain_type xen_domain_type = XEN_NATIVE; variable