Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | xen_domain_type XEN_NATIVE |
#define | xen_domain() (xen_domain_type != XEN_NATIVE) |
#define | xen_pv_domain() |
#define | xen_hvm_domain() |
#define | xen_initial_domain() (0) |
Enumerations | |
enum | xen_domain_type { XEN_NATIVE, XEN_PV_DOMAIN, XEN_HVM_DOMAIN } |
#define xen_domain | ( | ) | (xen_domain_type != XEN_NATIVE) |
#define xen_domain_type XEN_NATIVE |
#define xen_hvm_domain | ( | ) |
#define xen_pv_domain | ( | ) |
enum xen_domain_type |