Lines Matching refs:efi_call_early
85 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in efi_get_memory_map()
92 status = efi_call_early(get_memory_map, map_size, m, in efi_get_memory_map()
95 efi_call_early(free_pool, m); in efi_get_memory_map()
100 efi_call_early(free_pool, m); in efi_get_memory_map()
133 efi_call_early(free_pool, map.map); in get_dram_base()
207 status = efi_call_early(allocate_pages, in efi_high_alloc()
219 efi_call_early(free_pool, map); in efi_high_alloc()
279 status = efi_call_early(allocate_pages, in efi_low_alloc()
291 efi_call_early(free_pool, map); in efi_low_alloc()
305 efi_call_early(free_pages, addr, nr_pages); in efi_free()
408 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in handle_cmdline_files()
514 efi_call_early(free_pool, files); in handle_cmdline_files()
528 efi_call_early(free_pool, files); in handle_cmdline_files()
574 status = efi_call_early(allocate_pages, in efi_relocate_kernel()