Home
last modified time | relevance | path

Searched refs:EFI_ALLOCATE_ANY_PAGES (Results 1 – 11 of 11) sorted by relevance

/u-boot/lib/efi_loader/
A Defi_smbios.c34 ret = efi_allocate_pages(EFI_ALLOCATE_ANY_PAGES, in efi_smbios_register()
A Defi_memory.c472 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 Defi_device_path_to_text.c37 ret = efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, len, (void **)&out); in efi_str_to_u16()
A Defi_var_mem.c250 ret = efi_allocate_pages(EFI_ALLOCATE_ANY_PAGES, in efi_var_mem_init()
A Defi_device_path.c68 if (efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, sz, &buf) != in dp_alloc()
A Defi_boottime.c1913 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 Defi_selftest_memory.c113 ret = boottime->allocate_pages(EFI_ALLOCATE_ANY_PAGES, in execute()
120 ret = boottime->allocate_pages(EFI_ALLOCATE_ANY_PAGES, in execute()
A Defi_selftest_set_virtual_address_map.c117 ret = boottime->allocate_pages(EFI_ALLOCATE_ANY_PAGES, in setup()
123 ret = boottime->allocate_pages(EFI_ALLOCATE_ANY_PAGES, in setup()
A Ddtbdump.c349 ret = bs->allocate_pages(EFI_ALLOCATE_ANY_PAGES, in do_load()
372 ret = bs->allocate_pages(EFI_ALLOCATE_ANY_PAGES, in do_load()
A Dinitrddump.c269 ret = bs->allocate_pages(EFI_ALLOCATE_ANY_PAGES, EFI_LOADER_DATA, in get_initrd()
/u-boot/include/
A Defi.h223 #define EFI_ALLOCATE_ANY_PAGES 0 macro

Completed in 19 milliseconds