Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_device_path_to_text.c39 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 Defi_boottime.c1002 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 Defi_device_path.c43 if (efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, sz, &buf) != EFI_SUCCESS) in dp_alloc()
/OK3568_Linux_fs/u-boot/include/
H A Defi.h197 #define EFI_ALLOCATE_ANY_PAGES 0 macro
/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Defistub.h125 #define EFI_ALLOCATE_ANY_PAGES 0 macro