Xen Test Framework
Data Fields
xen_vcpu_hvm_context Struct Reference

#include <hvm_vcpu.h>

+ Collaboration diagram for xen_vcpu_hvm_context:

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
 

Detailed Description

Definition at line 99 of file hvm_vcpu.h.

Field Documentation

◆ mode

Definition at line 102 of file hvm_vcpu.h.

◆ pad

uint32_t pad

Definition at line 104 of file hvm_vcpu.h.

◆ x86_32

struct xen_vcpu_hvm_x86_32 x86_32

Definition at line 108 of file hvm_vcpu.h.

◆ x86_64

struct xen_vcpu_hvm_x86_64 x86_64

Definition at line 109 of file hvm_vcpu.h.

◆ cpu_regs

union { ... } cpu_regs

The documentation for this struct was generated from the following file: