Searched refs:EFI_ALLOCATE_ANY_PAGES (Results 1 - 10 of 10) sorted by path

/u-boot/include/
H A Defi.h156 * @EFI_ALLOCATE_ANY_PAGES:
159 EFI_ALLOCATE_ANY_PAGES, enumerator in enum:efi_allocate_type
/u-boot/lib/efi_loader/
H A Ddtbdump.c348 ret = bs->allocate_pages(EFI_ALLOCATE_ANY_PAGES,
371 ret = bs->allocate_pages(EFI_ALLOCATE_ANY_PAGES,
H A Defi_boottime.c1968 ret = efi_allocate_pages(EFI_ALLOCATE_ANY_PAGES,
2044 ret = efi_allocate_pages(EFI_ALLOCATE_ANY_PAGES, EFI_BOOT_SERVICES_DATA,
H A Defi_helper.c366 ret = efi_allocate_pages(EFI_ALLOCATE_ANY_PAGES,
H A Defi_memory.c517 case EFI_ALLOCATE_ANY_PAGES:
610 r = efi_allocate_pages(EFI_ALLOCATE_ANY_PAGES, memory_type,
615 r = efi_allocate_pages(EFI_ALLOCATE_ANY_PAGES, memory_type,
660 r = efi_allocate_pages(EFI_ALLOCATE_ANY_PAGES, pool_type, num_pages,
H A Defi_var_mem.c223 ret = efi_allocate_pages(EFI_ALLOCATE_ANY_PAGES,
H A Dinitrddump.c302 ret = bs->allocate_pages(EFI_ALLOCATE_ANY_PAGES, EFI_LOADER_DATA,
/u-boot/lib/efi_selftest/
H A Defi_selftest_memory.c113 ret = boottime->allocate_pages(EFI_ALLOCATE_ANY_PAGES,
120 ret = boottime->allocate_pages(EFI_ALLOCATE_ANY_PAGES,
H A Defi_selftest_set_virtual_address_map.c117 ret = boottime->allocate_pages(EFI_ALLOCATE_ANY_PAGES,
123 ret = boottime->allocate_pages(EFI_ALLOCATE_ANY_PAGES,
H A Defi_selftest_tcg2.c576 ret = boottime->allocate_pages(EFI_ALLOCATE_ANY_PAGES,

Completed in 111 milliseconds