Searched refs:efi_get_memory_map (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/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 | 200 status = efi_get_memory_map(sys_table, &runtime_map, &map_size, in allocate_new_fdt_and_exit_boot() 229 status = efi_get_memory_map(sys_table, &memory_map, &map_size, in allocate_new_fdt_and_exit_boot()
|
/linux-4.4.14/include/linux/ |
D | efi.h | 1262 efi_status_t efi_get_memory_map(efi_system_table_t *sys_table_arg,
|
/linux-4.4.14/arch/x86/boot/compressed/ |
D | eboot.c | 1336 status = efi_get_memory_map(sys_table, &mem_map, &map_sz, &desc_size, in exit_boot()
|