Searched refs:pvh_bootparams (Results 1 – 1 of 1) sorted by relevance
23 struct boot_params __initdata pvh_bootparams; variable48 pvh_bootparams.e820_entries = pvh_start_info.memmap_entries; in init_pvh_bootparams()50 for (i = 0; i < pvh_bootparams.e820_entries ; i++, ep++) { in init_pvh_bootparams()51 pvh_bootparams.e820_table[i].addr = ep->addr; in init_pvh_bootparams()52 pvh_bootparams.e820_table[i].size = ep->size; in init_pvh_bootparams()53 pvh_bootparams.e820_table[i].type = ep->type; in init_pvh_bootparams()56 mem_map_via_hcall(&pvh_bootparams); in init_pvh_bootparams()62 if (pvh_bootparams.e820_entries < E820_MAX_ENTRIES_ZEROPAGE - 1) { in init_pvh_bootparams()63 pvh_bootparams.e820_table[pvh_bootparams.e820_entries].addr = in init_pvh_bootparams()65 pvh_bootparams.e820_table[pvh_bootparams.e820_entries].size = in init_pvh_bootparams()[all …]