Home
last modified time | relevance | path

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

/u-boot/lib/efi_loader/
A Defi_smbios.c29 ret = efi_allocate_pages(EFI_ALLOCATE_MAX_ADDRESS, in efi_smbios_register()
34 ret = efi_allocate_pages(EFI_ALLOCATE_ANY_PAGES, in efi_smbios_register()
A Defi_acpi.c27 ret = efi_allocate_pages(EFI_ALLOCATE_MAX_ADDRESS, in efi_acpi_register()
A Defi_memory.c457 efi_status_t efi_allocate_pages(int type, int memory_type, in efi_allocate_pages() function
513 r = efi_allocate_pages(EFI_ALLOCATE_ANY_PAGES, memory_type, pages, in efi_alloc()
575 r = efi_allocate_pages(EFI_ALLOCATE_ANY_PAGES, pool_type, num_pages, in efi_allocate_pool()
805 if (efi_allocate_pages(EFI_ALLOCATE_MAX_ADDRESS, EFI_LOADER_DATA, in efi_memory_init()
A Defi_var_mem.c250 ret = efi_allocate_pages(EFI_ALLOCATE_ANY_PAGES, in efi_var_mem_init()
A Defi_boottime.c388 r = efi_allocate_pages(type, memory_type, pages, memory); in efi_allocate_pages_ext()
1913 ret = efi_allocate_pages(EFI_ALLOCATE_ANY_PAGES, in efi_load_image_from_file()
1989 ret = efi_allocate_pages(EFI_ALLOCATE_ANY_PAGES, EFI_BOOT_SERVICES_DATA, in efi_load_image_from_path()
/u-boot/cmd/
A Dbootefi.c193 ret = efi_allocate_pages(EFI_ALLOCATE_MAX_ADDRESS, in copy_fdt()
199 ret = efi_allocate_pages(EFI_ALLOCATE_MAX_ADDRESS, in copy_fdt()
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
A Dmp.c103 ret = efi_allocate_pages(EFI_ALLOCATE_MAX_ADDRESS, in fsl_layerscape_wake_seconday_cores()
/u-boot/include/
A Defi_loader.h574 efi_status_t efi_allocate_pages(int type, int memory_type, efi_uintn_t pages,

Completed in 37 milliseconds