Home
last modified time | relevance | path

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

/linux-2.6.39/include/xen/
Dxen.h4 enum xen_domain_type { enum
11 extern enum xen_domain_type xen_domain_type;
13 #define xen_domain_type XEN_NATIVE macro
16 #define xen_domain() (xen_domain_type != XEN_NATIVE)
18 xen_domain_type == XEN_PV_DOMAIN)
20 xen_domain_type == XEN_HVM_DOMAIN)
/linux-2.6.39/arch/ia64/xen/
Dxensetup.S19 .global xen_domain_type
20 xen_domain_type: label
59 (isBP) movl r9=xen_domain_type;;
Dhypervisor.c38 EXPORT_SYMBOL(xen_domain_type);
/linux-2.6.39/arch/x86/xen/
Denlighten.c75 enum xen_domain_type xen_domain_type = XEN_NATIVE; variable
76 EXPORT_SYMBOL_GPL(xen_domain_type);
1094 xen_domain_type = XEN_PV_DOMAIN; in xen_start_kernel()
1282 xen_domain_type = XEN_HVM_DOMAIN; in init_hvm_pv_info()