Searched refs:EFI_LOADER_DATA (Results 1 – 16 of 16) sorted by relevance
/third_party/uboot/u-boot-2020.01/lib/efi_selftest/ |
D | efi_selftest_hii.c | 194 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()
|
D | efi_selftest_devicepath.c | 83 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()
|
D | efi_selftest_exception.c | 76 ret = boottime->allocate_pool(EFI_LOADER_DATA, img.length, in decompress()
|
D | efi_selftest_startimage_return.c | 56 ret = boottime->allocate_pool(EFI_LOADER_DATA, img.length, in decompress()
|
D | efi_selftest_startimage_exit.c | 56 ret = boottime->allocate_pool(EFI_LOADER_DATA, img.length, in decompress()
|
D | efi_selftest_block_device.c | 143 ret = boottime->allocate_pool(EFI_LOADER_DATA, img.length, in decompress() 206 ret = boottime->allocate_pool(EFI_LOADER_DATA, in setup()
|
D | efi_selftest_fdt.c | 96 EFI_LOADER_DATA, len + 1, in get_property()
|
D | efi_selftest_set_virtual_address_map.c | 135 case EFI_LOADER_DATA: in setup()
|
D | efi_selftest_bitblt.c | 126 ret = boottime->allocate_pool(EFI_LOADER_DATA, in setup()
|
D | efi_selftest_loadimage.c | 383 ret = boottime->allocate_pool(EFI_LOADER_DATA, img.length, in decompress()
|
/third_party/uboot/u-boot-2020.01/lib/efi_loader/ |
D | efi_image_loader.c | 189 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()
|
D | efi_memory.c | 746 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/ |
D | efi.c | 54 return type == EFI_LOADER_CODE || type == EFI_LOADER_DATA || in is_boot_services()
|
D | efidebug.c | 361 [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/ |
D | payload.c | 203 case EFI_LOADER_DATA: in install_e820_map()
|
/third_party/uboot/u-boot-2020.01/include/ |
D | efi.h | 130 EFI_LOADER_DATA, enumerator
|