Xen Test Framework
|
#include <hvm_vcpu.h>
Data Fields | |
uint32_t | mode |
uint32_t | pad |
union { | |
struct xen_vcpu_hvm_x86_32 x86_32 | |
struct xen_vcpu_hvm_x86_64 x86_64 | |
} | cpu_regs |
Definition at line 99 of file hvm_vcpu.h.
Definition at line 102 of file hvm_vcpu.h.
uint32_t pad |
Definition at line 104 of file hvm_vcpu.h.
struct xen_vcpu_hvm_x86_32 x86_32 |
Definition at line 108 of file hvm_vcpu.h.
struct xen_vcpu_hvm_x86_64 x86_64 |
Definition at line 109 of file hvm_vcpu.h.
union { ... } cpu_regs |