Searched refs:efi_allocate_pool (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/lib/efi_loader/ |
| H A D | efi_device_path_to_text.c | 39 r = efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, in efi_convert_device_node_to_text() 60 r = efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, in efi_convert_device_node_to_text() 75 r = efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, in efi_convert_device_node_to_text()
|
| H A D | efi_boottime.c | 227 r = efi_allocate_pool(pool_type, size, buffer); in efi_allocate_pool_ext() 1002 r = efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, in efi_protocols_per_handle() 1043 r = efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, buffer_size, in efi_locate_handle_buffer()
|
| H A D | efi_memory.c | 354 efi_status_t efi_allocate_pool(int pool_type, unsigned long size, in efi_allocate_pool() function
|
| H A D | efi_device_path.c | 43 if (efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, sz, &buf) != EFI_SUCCESS) in dp_alloc()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | efi_loader.h | 177 efi_status_t efi_allocate_pool(int pool_type, unsigned long size,
|