Home
last modified time | relevance | path

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

/u-boot/lib/efi_selftest/
A 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()
A Defi_selftest_devicepath.c132 ret = boottime->allocate_pool(EFI_LOADER_DATA, in setup()
139 ret = boottime->allocate_pool(EFI_LOADER_DATA, 2 * in setup()
146 ret = boottime->allocate_pool(EFI_LOADER_DATA, 3 * in setup()
A Defi_selftest_rng.c67 ret = boottime->allocate_pool(EFI_LOADER_DATA, size, in execute()
A Defi_selftest_startimage_return.c56 ret = boottime->allocate_pool(EFI_LOADER_DATA, img.length, in decompress()
A Defi_selftest_exception.c76 ret = boottime->allocate_pool(EFI_LOADER_DATA, img.length, in decompress()
A Defi_selftest_startimage_exit.c56 ret = boottime->allocate_pool(EFI_LOADER_DATA, img.length, in decompress()
A Defi_selftest_set_virtual_address_map.c135 case EFI_LOADER_DATA: in setup()
A Defi_selftest_fdt.c112 EFI_LOADER_DATA, len + 1, in get_property()
A Defi_selftest_block_device.c144 ret = boottime->allocate_pool(EFI_LOADER_DATA, img.length, in decompress()
207 ret = boottime->allocate_pool(EFI_LOADER_DATA, in setup()
A Defi_selftest_load_file.c179 ret = boottime->allocate_pool(EFI_LOADER_DATA, img.length, in decompress()
A Defi_selftest_bitblt.c126 ret = boottime->allocate_pool(EFI_LOADER_DATA, in setup()
A Dinitrddump.c269 ret = bs->allocate_pages(EFI_ALLOCATE_ANY_PAGES, EFI_LOADER_DATA, in get_initrd()
A Defi_selftest_loadimage.c383 ret = boottime->allocate_pool(EFI_LOADER_DATA, img.length, in decompress()
A Ddtbdump.c333 ret = bs->allocate_pool(EFI_LOADER_DATA, buffer_size, (void **)&info); in do_load()
/u-boot/arch/x86/cpu/efi/
A Dpayload.c205 case EFI_LOADER_DATA: in install_e820_map()
/u-boot/lib/efi_loader/
A Defi_memory.c771 efi_add_memory_map_pg(uboot_start, uboot_pages, EFI_LOADER_DATA, in add_u_boot_and_runtime()
805 if (efi_allocate_pages(EFI_ALLOCATE_MAX_ADDRESS, EFI_LOADER_DATA, in efi_memory_init()
A Defi_image_loader.c196 loaded_image_info->image_data_type = EFI_LOADER_DATA; in efi_set_code_and_data_type()
211 loaded_image_info->image_data_type = EFI_LOADER_DATA; in efi_set_code_and_data_type()
/u-boot/cmd/
A Defi.c57 return type == EFI_LOADER_CODE || type == EFI_LOADER_DATA || in is_boot_services()
A Defidebug.c645 [EFI_LOADER_DATA] = "LOADER DATA",
729 ret = efi_allocate_pool(EFI_LOADER_DATA, map_size, in do_efi_show_memmap()
/u-boot/include/
A Defi.h141 EFI_LOADER_DATA, enumerator

Completed in 24 milliseconds