Searched refs:EFI_ALLOCATE_ANY_PAGES (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/lib/efi_loader/ |
D | efi_memory.c | 296 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()
|
D | efi_device_path_to_text.c | 27 ret = efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, len * sizeof(u16), in efi_str_to_u16()
|
D | efi_boottime.c | 2020 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()
|
D | efi_device_path.c | 62 if (efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, sz, &buf) != in dp_alloc()
|
/external/u-boot/include/ |
D | efi.h | 196 #define EFI_ALLOCATE_ANY_PAGES 0 macro
|