Searched refs:efi_get_memory_map (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/firmware/efi/libstub/ |
D | efi-stub-helper.c | 80 efi_status_t efi_get_memory_map(efi_system_table_t *sys_table_arg, in efi_get_memory_map() function 147 status = efi_get_memory_map(sys_table_arg, &boot_map); in get_dram_base() 187 status = efi_get_memory_map(sys_table_arg, &boot_map); in efi_high_alloc() 281 status = efi_get_memory_map(sys_table_arg, &boot_map); in efi_low_alloc() 866 status = efi_get_memory_map(sys_table_arg, map); in efi_exit_boot_services()
|
D | fdt.c | 282 status = efi_get_memory_map(sys_table, &map); in allocate_new_fdt_and_exit_boot() 304 status = efi_get_memory_map(sys_table, &map); in allocate_new_fdt_and_exit_boot()
|
D | arm32-stub.c | 126 status = efi_get_memory_map(sys_table_arg, &map); in reserve_kernel_base()
|
D | random.c | 92 status = efi_get_memory_map(sys_table_arg, &map); in efi_random_alloc()
|
/Linux-v4.19/include/linux/ |
D | efi.h | 1536 efi_status_t efi_get_memory_map(efi_system_table_t *sys_table_arg,
|