Home
last modified time | relevance | path

Searched refs:memmap_entries (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/x86/platform/pvh/
H A Denlighten.c47 if ((pvh_start_info.version > 0) && (pvh_start_info.memmap_entries)) { in init_pvh_bootparams()
52 pvh_bootparams.e820_entries = pvh_start_info.memmap_entries; in init_pvh_bootparams()
/openbmc/qemu/hw/loongarch/
H A Dboot.c19 unsigned memmap_entries; variable
94 for (i = 0; i < memmap_entries; i++) { in init_efi_boot_memmap()
151 sizeof(efi_memory_desc_t) * memmap_entries, 64 * KiB); in init_systab()
H A Dvirt.c593 for (unsigned i = 0; i < memmap_entries; i++) { in memmap_add_entry()
598 memmap_entries + 1); in memmap_add_entry()
599 memmap_table[memmap_entries].address = cpu_to_le64(address); in memmap_add_entry()
600 memmap_table[memmap_entries].length = cpu_to_le64(length); in memmap_add_entry()
601 memmap_table[memmap_entries].type = cpu_to_le32(type); in memmap_add_entry()
602 memmap_table[memmap_entries].reserved = 0; in memmap_add_entry()
603 memmap_entries++; in memmap_add_entry()
1173 sizeof(struct memmap_entry) * (memmap_entries)); in virt_init()
/openbmc/qemu/include/hw/xen/
H A Dstart_info.h125 uint32_t memmap_entries; /* Number of entries in the memmap table. */ member
/openbmc/linux/include/xen/interface/hvm/
H A Dstart_info.h122 uint32_t memmap_entries; /* Number of entries in the memmap table. */ member
/openbmc/qemu/pc-bios/optionrom/
H A Dpvh_main.c85 start_info.memmap_entries = pvh_e820.entries; in pvh_load_kernel()
/openbmc/qemu/include/hw/loongarch/
H A Dboot.h108 extern unsigned memmap_entries;