Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/loongarch/
H A Dboot.h85 struct efi_boot_memmap { struct
86 uint64_t map_size;
87 uint64_t desc_size;
88 uint32_t desc_ver;
89 uint64_t map_key;
90 uint64_t buff_size;
91 efi_memory_desc_t map[32];
/openbmc/linux/include/linux/
H A Defi.h535 struct efi_boot_memmap { struct
536 unsigned long map_size;
537 unsigned long desc_size;
538 u32 desc_ver;
539 unsigned long map_key;
540 unsigned long buff_size;
541 efi_memory_desc_t map[];