Home
last modified time | relevance | path

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

/drivers/firmware/efi/libstub/
Defi-stub-helper.c84 efi_status_t efi_get_memory_map(efi_system_table_t *sys_table_arg, in efi_get_memory_map() function
151 status = efi_get_memory_map(sys_table_arg, &boot_map); in get_dram_base()
191 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()
771 status = efi_get_memory_map(sys_table_arg, map); in efi_exit_boot_services()
Drandom.c89 status = efi_get_memory_map(sys_table_arg, &map); in efi_random_alloc()
Dfdt.c255 status = efi_get_memory_map(sys_table, &map); in allocate_new_fdt_and_exit_boot()