Home
last modified time | relevance | path

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

/external/u-boot/lib/efi_loader/
Defi_memory.c296 case EFI_ALLOCATE_ANY_PAGES: in efi_allocate_pages()
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()
Defi_device_path_to_text.c27 ret = efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, len * sizeof(u16), in efi_str_to_u16()
Defi_boottime.c2020 r = efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, buffer_size, in efi_open_protocol_information()
2076 r = efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, buffer_size, in efi_protocols_per_handle()
2128 r = efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, buffer_size, in efi_locate_handle_buffer()
Defi_device_path.c62 if (efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, sz, &buf) != in dp_alloc()
/external/u-boot/include/
Defi.h196 #define EFI_ALLOCATE_ANY_PAGES 0 macro