Home
last modified time | relevance | path

Searched defs:start_info (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/xen/
H A Dxen.h845 struct start_info { struct
847 char magic[32]; /* "xen-<version>-<platform>". */
848 unsigned long nr_pages; /* Total pages allocated to this domain. */
849 unsigned long shared_info; /* MACHINE address of shared info struct. */
850 uint32_t flags; /* SIF_xxx flags. */
851 xen_pfn_t store_mfn; /* MACHINE page number of shared page. */
852 uint32_t store_evtchn; /* Event channel for store communication. */
853 union {
877 typedef struct start_info start_info_t; argument
/freebsd/sys/x86/xen/
H A Dpv.c117 static struct hvm_start_info *start_info; variable