Xen Test Framework
Data Structures | Macros
hvm_vcpu.h File Reference
#include "../xen.h"
+ Include dependency graph for hvm_vcpu.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  xen_vcpu_hvm_x86_32
 
struct  xen_vcpu_hvm_x86_64
 
struct  xen_vcpu_hvm_context
 

Macros

#define VCPU_HVM_MODE_32B   0 /* 32bit fields of the structure will be used. */
 
#define VCPU_HVM_MODE_64B   1 /* 64bit fields of the structure will be used. */
 

Macro Definition Documentation

◆ VCPU_HVM_MODE_32B

#define VCPU_HVM_MODE_32B   0 /* 32bit fields of the structure will be used. */

Definition at line 100 of file hvm_vcpu.h.

◆ VCPU_HVM_MODE_64B

#define VCPU_HVM_MODE_64B   1 /* 64bit fields of the structure will be used. */

Definition at line 101 of file hvm_vcpu.h.