iPXE
Data Fields
vcpu_guest_context Struct Reference

#include <xen.h>

Data Fields

struct {
   char   x [512]
 
fpu_ctxt
 
unsigned long flags
 
struct cpu_user_regs user_regs
 
struct trap_info trap_ctxt [256]
 
unsigned long ldt_base
 
unsigned long ldt_ents
 
unsigned long gdt_frames [16]
 
unsigned long gdt_ents
 
unsigned long kernel_ss
 
unsigned long kernel_sp
 
unsigned long ctrlreg [8]
 
unsigned long debugreg [8]
 
unsigned long event_callback_eip
 
unsigned long failsafe_callback_eip
 
unsigned long syscall_callback_eip
 
unsigned long vm_assist
 

Detailed Description

Definition at line 164 of file xen.h.

Field Documentation

◆ x

char vcpu_guest_context::x[512]

Definition at line 166 of file xen.h.

◆ fpu_ctxt

struct { ... } vcpu_guest_context::fpu_ctxt

◆ flags

unsigned long vcpu_guest_context::flags

Definition at line 179 of file xen.h.

◆ user_regs

struct cpu_user_regs vcpu_guest_context::user_regs

Definition at line 180 of file xen.h.

◆ trap_ctxt

struct trap_info vcpu_guest_context::trap_ctxt[256]

Definition at line 181 of file xen.h.

◆ ldt_base

unsigned long vcpu_guest_context::ldt_base

Definition at line 182 of file xen.h.

◆ ldt_ents

unsigned long vcpu_guest_context::ldt_ents

Definition at line 182 of file xen.h.

◆ gdt_frames

unsigned long vcpu_guest_context::gdt_frames[16]

Definition at line 183 of file xen.h.

◆ gdt_ents

unsigned long vcpu_guest_context::gdt_ents

Definition at line 183 of file xen.h.

◆ kernel_ss

unsigned long vcpu_guest_context::kernel_ss

Definition at line 184 of file xen.h.

◆ kernel_sp

unsigned long vcpu_guest_context::kernel_sp

Definition at line 184 of file xen.h.

◆ ctrlreg

unsigned long vcpu_guest_context::ctrlreg[8]

Definition at line 186 of file xen.h.

◆ debugreg

unsigned long vcpu_guest_context::debugreg[8]

Definition at line 187 of file xen.h.

◆ event_callback_eip

unsigned long vcpu_guest_context::event_callback_eip

Definition at line 194 of file xen.h.

◆ failsafe_callback_eip

unsigned long vcpu_guest_context::failsafe_callback_eip

Definition at line 195 of file xen.h.

◆ syscall_callback_eip

unsigned long vcpu_guest_context::syscall_callback_eip

Definition at line 205 of file xen.h.

◆ vm_assist

unsigned long vcpu_guest_context::vm_assist

Definition at line 208 of file xen.h.


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