Searched refs:EFI_ALLOCATE_ANY_PAGES (Results 1 – 11 of 11) sorted by relevance
/u-boot/lib/efi_loader/ |
A D | efi_smbios.c | 34 ret = efi_allocate_pages(EFI_ALLOCATE_ANY_PAGES, in efi_smbios_register()
|
A D | efi_memory.c | 472 case EFI_ALLOCATE_ANY_PAGES: in efi_allocate_pages() 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()
|
A D | efi_device_path_to_text.c | 37 ret = efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, len, (void **)&out); in efi_str_to_u16()
|
A D | efi_var_mem.c | 250 ret = efi_allocate_pages(EFI_ALLOCATE_ANY_PAGES, in efi_var_mem_init()
|
A D | efi_device_path.c | 68 if (efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, sz, &buf) != in dp_alloc()
|
A D | efi_boottime.c | 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/lib/efi_selftest/ |
A D | efi_selftest_memory.c | 113 ret = boottime->allocate_pages(EFI_ALLOCATE_ANY_PAGES, in execute() 120 ret = boottime->allocate_pages(EFI_ALLOCATE_ANY_PAGES, in execute()
|
A D | efi_selftest_set_virtual_address_map.c | 117 ret = boottime->allocate_pages(EFI_ALLOCATE_ANY_PAGES, in setup() 123 ret = boottime->allocate_pages(EFI_ALLOCATE_ANY_PAGES, in setup()
|
A D | dtbdump.c | 349 ret = bs->allocate_pages(EFI_ALLOCATE_ANY_PAGES, in do_load() 372 ret = bs->allocate_pages(EFI_ALLOCATE_ANY_PAGES, in do_load()
|
A D | initrddump.c | 269 ret = bs->allocate_pages(EFI_ALLOCATE_ANY_PAGES, EFI_LOADER_DATA, in get_initrd()
|
/u-boot/include/ |
A D | efi.h | 223 #define EFI_ALLOCATE_ANY_PAGES 0 macro
|
Completed in 19 milliseconds