Home
last modified time | relevance | path

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

/external/u-boot/lib/efi_loader/
Defi_memory.c288 efi_status_t efi_allocate_pages(int type, int memory_type, in efi_allocate_pages() function
344 r = efi_allocate_pages(EFI_ALLOCATE_ANY_PAGES, memory_type, pages, in efi_alloc()
392 r = efi_allocate_pages(EFI_ALLOCATE_ANY_PAGES, pool_type, num_pages, in efi_allocate_pool()
524 if (efi_allocate_pages(EFI_ALLOCATE_MAX_ADDRESS, EFI_LOADER_DATA, in efi_memory_init()
Defi_acpi.c26 ret = efi_allocate_pages(EFI_ALLOCATE_MAX_ADDRESS, in efi_acpi_register()
Defi_smbios.c27 ret = efi_allocate_pages(EFI_ALLOCATE_MAX_ADDRESS, in efi_smbios_register()
Defi_boottime.c310 r = efi_allocate_pages(type, memory_type, pages, memory); in efi_allocate_pages_ext()
/external/u-boot/cmd/
Dbootefi.c151 if (efi_allocate_pages(EFI_ALLOCATE_MAX_ADDRESS, in copy_fdt()
156 if (efi_allocate_pages(EFI_ALLOCATE_MAX_ADDRESS, in copy_fdt()
/external/u-boot/include/
Defi_loader.h301 efi_status_t efi_allocate_pages(int type, int memory_type, efi_uintn_t pages,