Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/firmware/efi/libstub/
Defi-stub-helper.c66 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()
Dfdt.c209 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()
/linux-4.1.27/include/linux/
Defi.h1225 efi_status_t efi_get_memory_map(efi_system_table_t *sys_table_arg,
/linux-4.1.27/arch/x86/boot/compressed/
Deboot.c1320 status = efi_get_memory_map(sys_table, &mem_map, &map_sz, &desc_size, in exit_boot()