Home
last modified time | relevance | path

Searched refs:efi_allocate_pages (Results 1 – 13 of 13) sorted by relevance

/openbmc/u-boot/lib/efi_loader/
H A Defi_smbios.c28 ret = efi_allocate_pages(EFI_ALLOCATE_MAX_ADDRESS, in efi_smbios_register()
33 ret = efi_allocate_pages(EFI_ALLOCATE_ANY_PAGES, in efi_smbios_register()
H A Defi_acpi.c26 ret = efi_allocate_pages(EFI_ALLOCATE_MAX_ADDRESS, in efi_acpi_register()
H A Defi_memory.c345 efi_status_t efi_allocate_pages(int type, int memory_type, in efi_allocate_pages() function
404 r = efi_allocate_pages(EFI_ALLOCATE_ANY_PAGES, memory_type, pages, in efi_alloc()
456 r = efi_allocate_pages(EFI_ALLOCATE_ANY_PAGES, pool_type, num_pages, in efi_allocate_pool()
654 if (efi_allocate_pages(EFI_ALLOCATE_MAX_ADDRESS, EFI_LOADER_DATA, in efi_memory_init()
H A Defi_boottime.c320 r = efi_allocate_pages(type, memory_type, pages, memory); in efi_allocate_pages_ext()
1646 ret = efi_allocate_pages(EFI_ALLOCATE_ANY_PAGES, in efi_load_image_from_path()
1725 ret = efi_allocate_pages(EFI_ALLOCATE_ANY_PAGES, in efi_load_image()
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dx86-5lvl.c42 status = efi_allocate_pages(2 * PAGE_SIZE, (unsigned long *)&la57_code, in efi_setup_5level_paging()
H A Dfile.c251 status = efi_allocate_pages(alloc_size + size, in handle_cmdline_files()
255 status = efi_allocate_pages(alloc_size + size, in handle_cmdline_files()
H A Dmem.c86 efi_status_t efi_allocate_pages(unsigned long size, unsigned long *addr, in efi_allocate_pages() function
H A Dfdt.c276 status = efi_allocate_pages(MAX_FDT_SIZE, new_fdt_addr, ULONG_MAX); in allocate_new_fdt_and_exit_boot()
H A Defi-stub-helper.c532 status = efi_allocate_pages(initrd->size, &initrd->base, max); in efi_load_initrd_dev_path()
H A Defistub.h983 efi_status_t efi_allocate_pages(unsigned long size, unsigned long *addr,
/openbmc/u-boot/cmd/
H A Dbootefi.c113 ret = efi_allocate_pages(EFI_ALLOCATE_MAX_ADDRESS, in copy_fdt()
119 ret = efi_allocate_pages(EFI_ALLOCATE_MAX_ADDRESS, in copy_fdt()
/openbmc/u-boot/include/
H A Defi_loader.h374 efi_status_t efi_allocate_pages(int type, int memory_type, efi_uintn_t pages,
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0011-efi-corstone1000-fwu-introduce-EFI-capsule-update.patch185 + efi_ret = efi_allocate_pages(EFI_ALLOCATE_ADDRESS,