Searched refs:pvh_bootparams (Results 1 – 2 of 2) sorted by relevance
24 struct boot_params pvh_bootparams __attribute__((section(".data"))); variable39 memset(&pvh_bootparams, 0, sizeof(pvh_bootparams)); in init_pvh_bootparams()41 memmap.nr_entries = ARRAY_SIZE(pvh_bootparams.e820_table); in init_pvh_bootparams()42 set_xen_guest_handle(memmap.buffer, pvh_bootparams.e820_table); in init_pvh_bootparams()48 pvh_bootparams.e820_entries = memmap.nr_entries; in init_pvh_bootparams()50 if (pvh_bootparams.e820_entries < E820_MAX_ENTRIES_ZEROPAGE - 1) { in init_pvh_bootparams()51 pvh_bootparams.e820_table[pvh_bootparams.e820_entries].addr = in init_pvh_bootparams()53 pvh_bootparams.e820_table[pvh_bootparams.e820_entries].size = in init_pvh_bootparams()55 pvh_bootparams.e820_table[pvh_bootparams.e820_entries].type = in init_pvh_bootparams()57 pvh_bootparams.e820_entries++; in init_pvh_bootparams()[all …]
117 mov $_pa(pvh_bootparams), %rsi146 mov $_pa(pvh_bootparams), %esi