Searched refs:efi_allocate_pages (Results 1 – 14 of 14) sorted by relevance
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_smbios.c | 28 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 D | efi_acpi.c | 26 ret = efi_allocate_pages(EFI_ALLOCATE_MAX_ADDRESS, in efi_acpi_register()
|
H A D | efi_memory.c | 345 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 D | efi_boottime.c | 320 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 D | x86-5lvl.c | 42 status = efi_allocate_pages(2 * PAGE_SIZE, (unsigned long *)&la57_code, in efi_setup_5level_paging()
|
H A D | file.c | 251 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 D | mem.c | 86 efi_status_t efi_allocate_pages(unsigned long size, unsigned long *addr, in efi_allocate_pages() function
|
H A D | fdt.c | 276 status = efi_allocate_pages(MAX_FDT_SIZE, new_fdt_addr, ULONG_MAX); in allocate_new_fdt_and_exit_boot()
|
H A D | efi-stub-helper.c | 532 status = efi_allocate_pages(initrd->size, &initrd->base, max); in efi_load_initrd_dev_path()
|
H A D | x86-stub.c | 495 status = efi_allocate_pages(PARAM_SIZE, &alloc, ULONG_MAX); in efi_pe_entry()
|
H A D | efistub.h | 983 efi_status_t efi_allocate_pages(unsigned long size, unsigned long *addr,
|
/openbmc/u-boot/cmd/ |
H A D | bootefi.c | 113 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 D | efi_loader.h | 374 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 D | 0011-efi-corstone1000-fwu-introduce-EFI-capsule-update.patch | 185 + efi_ret = efi_allocate_pages(EFI_ALLOCATE_ADDRESS,
|