Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
Drelocate.c31 struct efi_boot_memmap boot_map; in efi_low_alloc_above() local
33 boot_map.map = ↦ in efi_low_alloc_above()
34 boot_map.map_size = &map_size; in efi_low_alloc_above()
35 boot_map.desc_size = &desc_size; in efi_low_alloc_above()
36 boot_map.desc_ver = NULL; in efi_low_alloc_above()
37 boot_map.key_ptr = NULL; in efi_low_alloc_above()
38 boot_map.buff_size = &buff_size; in efi_low_alloc_above()
40 status = efi_get_memory_map(&boot_map); in efi_low_alloc_above()