Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
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]
 

Detailed Description

Definition at line 426 of file xen.h.

Field Documentation

Definition at line 450 of file xen.h.

union { ... } console
struct { ... } dom0
struct { ... } domU
uint32_t evtchn

Definition at line 437 of file xen.h.

uint32_t flags

Definition at line 431 of file xen.h.

uint32_t info_off

Definition at line 440 of file xen.h.

uint32_t info_size

Definition at line 441 of file xen.h.

char magic[32]

Definition at line 428 of file xen.h.

xen_pfn_t mfn

Definition at line 436 of file xen.h.

unsigned long mfn_list

Definition at line 447 of file xen.h.

unsigned long mod_len

Definition at line 449 of file xen.h.

unsigned long mod_start

Definition at line 448 of file xen.h.

unsigned long nr_pages

Definition at line 429 of file xen.h.

unsigned long nr_pt_frames

Definition at line 446 of file xen.h.

unsigned long pt_base

Definition at line 445 of file xen.h.

unsigned long shared_info

Definition at line 430 of file xen.h.

uint32_t store_evtchn

Definition at line 433 of file xen.h.

xen_pfn_t store_mfn

Definition at line 432 of file xen.h.


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