iPXE
vcpu_guest_context Struct Reference

#include <arch-ppc.h>

Data Fields

vcpu_guest_core_regs_t user_regs
uint64_t sdr1
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 88 of file arch-ppc.h.

Field Documentation

◆ user_regs [1/2]

vcpu_guest_core_regs_t vcpu_guest_context::user_regs

Definition at line 89 of file arch-ppc.h.

◆ sdr1

uint64_t vcpu_guest_context::sdr1

Definition at line 90 of file arch-ppc.h.

◆ x

char vcpu_guest_context::x[512]

Definition at line 165 of file xen.h.

◆ [struct]

struct { ... } vcpu_guest_context::fpu_ctxt

◆ flags

unsigned long vcpu_guest_context::flags

Definition at line 178 of file xen.h.

◆ user_regs [2/2]

struct cpu_user_regs vcpu_guest_context::user_regs

Definition at line 188 of file xen.h.

◆ trap_ctxt

struct trap_info vcpu_guest_context::trap_ctxt[256]

Definition at line 191 of file xen.h.

◆ ldt_base

unsigned long vcpu_guest_context::ldt_base

Definition at line 192 of file xen.h.

◆ ldt_ents

unsigned long vcpu_guest_context::ldt_ents

Definition at line 192 of file xen.h.

◆ gdt_frames

unsigned long vcpu_guest_context::gdt_frames[16]

Definition at line 193 of file xen.h.

◆ gdt_ents

unsigned long vcpu_guest_context::gdt_ents

Definition at line 193 of file xen.h.

◆ kernel_ss

unsigned long vcpu_guest_context::kernel_ss

Definition at line 194 of file xen.h.

◆ kernel_sp

unsigned long vcpu_guest_context::kernel_sp

Definition at line 194 of file xen.h.

◆ ctrlreg

unsigned long vcpu_guest_context::ctrlreg[8]

Definition at line 196 of file xen.h.

◆ debugreg

unsigned long vcpu_guest_context::debugreg[8]

Definition at line 197 of file xen.h.

◆ event_callback_eip

unsigned long vcpu_guest_context::event_callback_eip

Definition at line 204 of file xen.h.

◆ failsafe_callback_eip

unsigned long vcpu_guest_context::failsafe_callback_eip

Definition at line 205 of file xen.h.

◆ syscall_callback_eip

unsigned long vcpu_guest_context::syscall_callback_eip

Definition at line 215 of file xen.h.

◆ vm_assist

unsigned long vcpu_guest_context::vm_assist

Definition at line 218 of file xen.h.


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