Xen Test Framework
Data Fields
xen_pv_start_info Struct Reference

#include <xen.h>

Data Fields

char magic [32]
 
unsigned long nr_pages
 
unsigned long shared_info
 
uint32_t flags
 
xen_pfn_t store_mfn
 
uint32_t store_evtchn
 
union {
   struct {
      xen_pfn_t   mfn
 
      uint32_t   evtchn
 
   }   domU
 
   struct {
      uint32_t   info_off
 
      uint32_t   info_size
 
   }   dom0
 
console
 
unsigned long pt_base
 
unsigned long nr_pt_frames
 
unsigned long mfn_list
 
unsigned long mod_start
 
unsigned long mod_len
 
int8_t cmd_line [MAX_GUEST_CMDLINE]
 
unsigned long first_p2m_pfn
 
unsigned long nr_p2m_frames
 

Detailed Description

Definition at line 204 of file xen.h.

Field Documentation

◆ magic

char magic[32]

Definition at line 206 of file xen.h.

◆ nr_pages

unsigned long nr_pages

Definition at line 207 of file xen.h.

◆ shared_info

unsigned long shared_info

Definition at line 208 of file xen.h.

◆ flags

uint32_t flags

Definition at line 209 of file xen.h.

◆ store_mfn

xen_pfn_t store_mfn

Definition at line 210 of file xen.h.

◆ store_evtchn

uint32_t store_evtchn

Definition at line 211 of file xen.h.

◆ mfn

xen_pfn_t mfn

Definition at line 214 of file xen.h.

◆ evtchn

uint32_t evtchn

Definition at line 215 of file xen.h.

◆ domU

struct { ... } domU

◆ info_off

uint32_t info_off

Definition at line 218 of file xen.h.

◆ info_size

uint32_t info_size

Definition at line 219 of file xen.h.

◆ dom0

struct { ... } dom0

◆ console

union { ... } console

◆ pt_base

unsigned long pt_base

Definition at line 223 of file xen.h.

◆ nr_pt_frames

unsigned long nr_pt_frames

Definition at line 224 of file xen.h.

◆ mfn_list

unsigned long mfn_list

Definition at line 225 of file xen.h.

◆ mod_start

unsigned long mod_start

Definition at line 226 of file xen.h.

◆ mod_len

unsigned long mod_len

Definition at line 229 of file xen.h.

◆ cmd_line

Definition at line 231 of file xen.h.

◆ first_p2m_pfn

unsigned long first_p2m_pfn

Definition at line 233 of file xen.h.

◆ nr_p2m_frames

unsigned long nr_p2m_frames

Definition at line 234 of file xen.h.


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