Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/firmware/efi/libstub/
Defi-stub-helper.c140 struct efi_boot_memmap boot_map; in get_dram_base() local
142 boot_map.map = (efi_memory_desc_t **)&map.map; in get_dram_base()
143 boot_map.map_size = &map_size; in get_dram_base()
144 boot_map.desc_size = &map.desc_size; in get_dram_base()
145 boot_map.desc_ver = NULL; in get_dram_base()
146 boot_map.key_ptr = NULL; in get_dram_base()
147 boot_map.buff_size = &buff_size; in get_dram_base()
149 status = efi_get_memory_map(sys_table_arg, &boot_map); in get_dram_base()
180 struct efi_boot_memmap boot_map; in efi_high_alloc() local
182 boot_map.map = ↦ in efi_high_alloc()
[all …]
/Linux-v5.4/arch/x86/boot/compressed/
Deboot.c637 struct efi_boot_memmap boot_map; in allocate_e820() local
642 boot_map.map = ↦ in allocate_e820()
643 boot_map.map_size = &map_size; in allocate_e820()
644 boot_map.desc_size = &desc_size; in allocate_e820()
645 boot_map.desc_ver = NULL; in allocate_e820()
646 boot_map.key_ptr = NULL; in allocate_e820()
647 boot_map.buff_size = &buff_size; in allocate_e820()
649 status = efi_get_memory_map(sys_table, &boot_map); in allocate_e820()