Searched refs:efi_get_memory_map (Results 1 – 2 of 2) sorted by relevance
/drivers/firmware/efi/libstub/ |
D | efi-stub-helper.c | 66 efi_status_t efi_get_memory_map(efi_system_table_t *sys_table_arg, in efi_get_memory_map() function 121 status = efi_get_memory_map(sys_table_arg, (efi_memory_desc_t **)&map.map, in get_dram_base() 152 status = efi_get_memory_map(sys_table_arg, &map, &map_size, &desc_size, in efi_high_alloc() 237 status = efi_get_memory_map(sys_table_arg, &map, &map_size, &desc_size, in efi_low_alloc()
|
D | fdt.c | 209 status = efi_get_memory_map(sys_table, &runtime_map, &map_size, in allocate_new_fdt_and_exit_boot() 238 status = efi_get_memory_map(sys_table, &memory_map, &map_size, in allocate_new_fdt_and_exit_boot()
|