Home
last modified time | relevance | path

Searched refs:EFI_MMAP_NR_SLACK_SLOTS (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/firmware/efi/libstub/
H A Dmem.c36 size = tmp.map_size + tmp.desc_size * EFI_MMAP_NR_SLACK_SLOTS; in efi_get_memory_map()
H A Dx86-stub.c688 if (nr_desc > ARRAY_SIZE(params->e820_table) - EFI_MMAP_NR_SLACK_SLOTS) { in allocate_e820()
690 EFI_MMAP_NR_SLACK_SLOTS; in allocate_e820()
H A Defistub.h174 #define EFI_MMAP_NR_SLACK_SLOTS 8 macro