Home
last modified time | relevance | path

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

/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/hvm/
H A Dstart_info.h125 struct hvm_start_info { struct
126 uint32_t magic; /* Contains the magic value 0x336ec578 */
128 uint32_t version; /* Version of this structure. */
129 uint32_t flags; /* SIF_xxx flags. */
130 uint32_t nr_modules; /* Number of modules passed to the kernel. */
131 uint64_t modlist_paddr; /* Physical address of an array of */
133 uint64_t cmdline_paddr; /* Physical address of the command line. */
134 uint64_t rsdp_paddr; /* Physical address of the RSDP ACPI data */
137 uint64_t memmap_paddr; /* Physical address of an array of */
139 uint32_t memmap_entries; /* Number of entries in the memmap table. */
[all …]
/netbsd-src/sys/arch/xen/xen/
H A Dhypervisor.c190 struct hvm_start_info *hvm_start_info; variable