Home
last modified time | relevance | path

Searched refs:EFI_LOADER_DATA (Results 1 – 16 of 16) sorted by relevance

/third_party/uboot/u-boot-2020.01/lib/efi_selftest/
Defi_selftest_hii.c194 ret = boottime->allocate_pool(EFI_LOADER_DATA, handles_size, in test_hii_database_list_package_lists()
226 ret = boottime->allocate_pool(EFI_LOADER_DATA, handles_size, in test_hii_database_list_package_lists()
260 ret = boottime->allocate_pool(EFI_LOADER_DATA, handles_size, in test_hii_database_list_package_lists()
295 ret = boottime->allocate_pool(EFI_LOADER_DATA, handles_size, in test_hii_database_list_package_lists()
422 ret = boottime->allocate_pool(EFI_LOADER_DATA, guids_size, in test_hii_database_find_keyboard_layouts()
508 ret = boottime->allocate_pool(EFI_LOADER_DATA, kb_layout_size, in test_hii_database_get_keyboard_layout()
772 ret = boottime->allocate_pool(EFI_LOADER_DATA, string_len, in test_hii_string_get_string()
901 ret = boottime->allocate_pool(EFI_LOADER_DATA, languages_len, in test_hii_string_get_languages()
974 ret = boottime->allocate_pool(EFI_LOADER_DATA, languages_len, in test_hii_string_get_secondary_languages()
Defi_selftest_devicepath.c83 ret = boottime->allocate_pool(EFI_LOADER_DATA, in setup()
90 ret = boottime->allocate_pool(EFI_LOADER_DATA, 2 * in setup()
97 ret = boottime->allocate_pool(EFI_LOADER_DATA, 3 * in setup()
Defi_selftest_exception.c76 ret = boottime->allocate_pool(EFI_LOADER_DATA, img.length, in decompress()
Defi_selftest_startimage_return.c56 ret = boottime->allocate_pool(EFI_LOADER_DATA, img.length, in decompress()
Defi_selftest_startimage_exit.c56 ret = boottime->allocate_pool(EFI_LOADER_DATA, img.length, in decompress()
Defi_selftest_block_device.c143 ret = boottime->allocate_pool(EFI_LOADER_DATA, img.length, in decompress()
206 ret = boottime->allocate_pool(EFI_LOADER_DATA, in setup()
Defi_selftest_fdt.c96 EFI_LOADER_DATA, len + 1, in get_property()
Defi_selftest_set_virtual_address_map.c135 case EFI_LOADER_DATA: in setup()
Defi_selftest_bitblt.c126 ret = boottime->allocate_pool(EFI_LOADER_DATA, in setup()
Defi_selftest_loadimage.c383 ret = boottime->allocate_pool(EFI_LOADER_DATA, img.length, in decompress()
/third_party/uboot/u-boot-2020.01/lib/efi_loader/
Defi_image_loader.c189 loaded_image_info->image_data_type = EFI_LOADER_DATA; in efi_set_code_and_data_type()
204 loaded_image_info->image_data_type = EFI_LOADER_DATA; in efi_set_code_and_data_type()
Defi_memory.c746 efi_add_memory_map(uboot_start, uboot_pages, EFI_LOADER_DATA, false); in add_u_boot_and_runtime()
779 if (efi_allocate_pages(EFI_ALLOCATE_MAX_ADDRESS, EFI_LOADER_DATA, in efi_memory_init()
/third_party/uboot/u-boot-2020.01/cmd/
Defi.c54 return type == EFI_LOADER_CODE || type == EFI_LOADER_DATA || in is_boot_services()
Defidebug.c361 [EFI_LOADER_DATA] = "LOADER DATA",
443 ret = EFI_CALL(BS->allocate_pool(EFI_LOADER_DATA, in do_efi_show_memmap()
/third_party/uboot/u-boot-2020.01/arch/x86/cpu/efi/
Dpayload.c203 case EFI_LOADER_DATA: in install_e820_map()
/third_party/uboot/u-boot-2020.01/include/
Defi.h130 EFI_LOADER_DATA, enumerator