Lines Matching refs:efi_call_early
74 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, size, &rom); in preserve_pci_rom_image()
117 efi_call_early(free_pool, rom); in preserve_pci_rom_image()
140 status = efi_call_early(locate_handle, in setup_efi_pci()
145 status = efi_call_early(allocate_pool, in setup_efi_pci()
154 status = efi_call_early(locate_handle, in setup_efi_pci()
172 status = efi_call_early(handle_protocol, in setup_efi_pci()
192 efi_call_early(free_pool, pci_handle); in setup_efi_pci()
203 status = efi_call_early(locate_protocol, &guid, NULL, &p); in retrieve_apple_device_properties()
217 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in retrieve_apple_device_properties()
228 efi_call_early(free_pool, new); in retrieve_apple_device_properties()
271 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in setup_uga()
276 status = efi_call_early(locate_handle, in setup_uga()
294 status = efi_call_early(handle_protocol, handle, in setup_uga()
300 efi_call_early(handle_protocol, handle, &pciio_proto, &pciio); in setup_uga()
339 efi_call_early(free_pool, uga_handle); in setup_uga()
358 status = efi_call_early(locate_handle, in setup_graphics()
366 status = efi_call_early(locate_handle, in setup_graphics()
412 status = efi_call_early(handle_protocol, handle, in make_boot_params()
624 efi_call_early(free_pool, *e820ext); in alloc_e820ext()
629 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in alloc_e820ext()
775 status = efi_call_early(allocate_pool, EFI_LOADER_DATA, in efi_main()