Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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_device_path.c43 if (efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, sz, &buf) != EFI_SUCCESS) in dp_alloc()
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()
/rk3399_rockchip-uboot/include/
H A Defi.h197 #define EFI_ALLOCATE_ANY_PAGES 0 macro