Searched refs:efi_get_memory_map (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/drivers/firmware/efi/libstub/ |
D | efi-stub-helper.c | 82 efi_status_t efi_get_memory_map(efi_system_table_t *sys_table_arg, in efi_get_memory_map() function 149 status = efi_get_memory_map(sys_table_arg, &boot_map); in get_dram_base() 189 status = efi_get_memory_map(sys_table_arg, &boot_map); in efi_high_alloc() 283 status = efi_get_memory_map(sys_table_arg, &boot_map); in efi_low_alloc_above() 869 status = efi_get_memory_map(sys_table_arg, map); in efi_exit_boot_services()
|
D | fdt.c | 278 status = efi_get_memory_map(sys_table, &map); in allocate_new_fdt_and_exit_boot() 298 status = efi_get_memory_map(sys_table, &map); in allocate_new_fdt_and_exit_boot()
|
D | arm32-stub.c | 122 status = efi_get_memory_map(sys_table_arg, &map); in reserve_kernel_base()
|
D | random.c | 88 status = efi_get_memory_map(sys_table_arg, &map); in efi_random_alloc()
|
/Linux-v5.4/arch/x86/boot/compressed/ |
D | eboot.c | 649 status = efi_get_memory_map(sys_table, &boot_map); in allocate_e820()
|
/Linux-v5.4/include/linux/ |
D | efi.h | 1579 efi_status_t efi_get_memory_map(efi_system_table_t *sys_table_arg,
|