Searched refs:efi_allocate_pages (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/lib/efi_loader/ |
D | efi_memory.c | 288 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()
|
D | efi_acpi.c | 26 ret = efi_allocate_pages(EFI_ALLOCATE_MAX_ADDRESS, in efi_acpi_register()
|
D | efi_smbios.c | 27 ret = efi_allocate_pages(EFI_ALLOCATE_MAX_ADDRESS, in efi_smbios_register()
|
D | efi_boottime.c | 310 r = efi_allocate_pages(type, memory_type, pages, memory); in efi_allocate_pages_ext()
|
/external/u-boot/cmd/ |
D | bootefi.c | 151 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/ |
D | efi_loader.h | 301 efi_status_t efi_allocate_pages(int type, int memory_type, efi_uintn_t pages,
|