Searched defs:hvm_start_info (Results 1 – 2 of 2) sorted by relevance
111 struct hvm_start_info { struct112 uint32_t magic; /* Contains the magic value 0x336ec578 */114 uint32_t version; /* Version of this structure. */115 uint32_t flags; /* SIF_xxx flags. */116 uint32_t nr_modules; /* Number of modules passed to the kernel. */117 uint64_t modlist_paddr; /* Physical address of an array of */119 uint64_t cmdline_paddr; /* Physical address of the command line. */120 uint64_t rsdp_paddr; /* Physical address of the RSDP ACPI data */122 uint64_t memmap_paddr; /* Physical address of an array of */125 uint32_t memmap_entries; /* Number of entries in the memmap table. */[all …]
108 struct hvm_start_info { struct109 uint32_t magic; /* Contains the magic value 0x336ec578 */111 uint32_t version; /* Version of this structure. */112 uint32_t flags; /* SIF_xxx flags. */113 uint32_t nr_modules; /* Number of modules passed to the kernel. */114 uint64_t modlist_paddr; /* Physical address of an array of */116 uint64_t cmdline_paddr; /* Physical address of the command line. */117 uint64_t rsdp_paddr; /* Physical address of the RSDP ACPI data */120 uint64_t memmap_paddr; /* Physical address of an array of */122 uint32_t memmap_entries; /* Number of entries in the memmap table. */[all …]