Searched refs:efi_allocate_pages (Results 1 – 8 of 8) sorted by relevance
| /u-boot/lib/efi_loader/ |
| A D | efi_smbios.c | 29 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 D | efi_acpi.c | 27 ret = efi_allocate_pages(EFI_ALLOCATE_MAX_ADDRESS, in efi_acpi_register()
|
| A D | efi_memory.c | 457 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 D | efi_var_mem.c | 250 ret = efi_allocate_pages(EFI_ALLOCATE_ANY_PAGES, in efi_var_mem_init()
|
| A D | efi_boottime.c | 388 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 D | bootefi.c | 193 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 D | mp.c | 103 ret = efi_allocate_pages(EFI_ALLOCATE_MAX_ADDRESS, in fsl_layerscape_wake_seconday_cores()
|
| /u-boot/include/ |
| A D | efi_loader.h | 574 efi_status_t efi_allocate_pages(int type, int memory_type, efi_uintn_t pages,
|
Completed in 37 milliseconds