Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/firmware/efi/libstub/
Defi-stub-helper.c82 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()
Dfdt.c278 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()
Darm32-stub.c122 status = efi_get_memory_map(sys_table_arg, &map); in reserve_kernel_base()
Drandom.c88 status = efi_get_memory_map(sys_table_arg, &map); in efi_random_alloc()
/Linux-v5.4/arch/x86/boot/compressed/
Deboot.c649 status = efi_get_memory_map(sys_table, &boot_map); in allocate_e820()
/Linux-v5.4/include/linux/
Defi.h1579 efi_status_t efi_get_memory_map(efi_system_table_t *sys_table_arg,