Lines Matching refs:efi_call_early

92 	status = efi_call_early(allocate_pool, EFI_LOADER_DATA,  in efi_get_memory_map()
99 status = efi_call_early(get_memory_map, map->map_size, m, in efi_get_memory_map()
104 efi_call_early(free_pool, m); in efi_get_memory_map()
118 efi_call_early(free_pool, m); in efi_get_memory_map()
160 efi_call_early(free_pool, map.map); in get_dram_base()
243 status = efi_call_early(allocate_pages, in efi_high_alloc()
255 efi_call_early(free_pool, map); in efi_high_alloc()
324 status = efi_call_early(allocate_pages, in efi_low_alloc()
336 efi_call_early(free_pool, map); in efi_low_alloc()
350 efi_call_early(free_pages, addr, nr_pages); in efi_free()
383 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in efi_file_size()
393 efi_call_early(free_pool, info); in efi_file_size()
398 efi_call_early(free_pool, info); in efi_file_size()
428 status = efi_call_early(handle_protocol, handle, in efi_open_volume()
552 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in handle_cmdline_files()
658 efi_call_early(free_pool, files); in handle_cmdline_files()
672 efi_call_early(free_pool, files); in handle_cmdline_files()
718 status = efi_call_early(allocate_pages, in efi_relocate_kernel()
875 status = efi_call_early(exit_boot_services, handle, *map->key_ptr); in efi_exit_boot_services()
892 status = efi_call_early(get_memory_map, in efi_exit_boot_services()
908 status = efi_call_early(exit_boot_services, handle, *map->key_ptr); in efi_exit_boot_services()
918 efi_call_early(free_pool, *map->map); in efi_exit_boot_services()