Home
last modified time | relevance | path

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

/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/
H A Dxen.h806 struct start_info { struct
808 char magic[32]; /* "xen-<version>-<platform>". */
809 unsigned long nr_pages; /* Total pages allocated to this domain. */
810 unsigned long shared_info; /* MACHINE address of shared info struct. */
811 uint32_t flags; /* SIF_xxx flags. */
812 xen_pfn_t store_mfn; /* MACHINE page number of shared page. */
813 uint32_t store_evtchn; /* Event channel for store communication. */
814 union {
838 typedef struct start_info start_info_t; argument
/netbsd-src/sys/arch/xen/include/
H A Dhypervisor.h138 start_info_t start_info; member