Searched refs:EFI_LOADER_DATA (Results 1 – 20 of 20) sorted by relevance
/u-boot/lib/efi_selftest/ |
A 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()
|
A D | efi_selftest_devicepath.c | 132 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 D | efi_selftest_rng.c | 67 ret = boottime->allocate_pool(EFI_LOADER_DATA, size, in execute()
|
A D | efi_selftest_startimage_return.c | 56 ret = boottime->allocate_pool(EFI_LOADER_DATA, img.length, in decompress()
|
A D | efi_selftest_exception.c | 76 ret = boottime->allocate_pool(EFI_LOADER_DATA, img.length, in decompress()
|
A D | efi_selftest_startimage_exit.c | 56 ret = boottime->allocate_pool(EFI_LOADER_DATA, img.length, in decompress()
|
A D | efi_selftest_set_virtual_address_map.c | 135 case EFI_LOADER_DATA: in setup()
|
A D | efi_selftest_fdt.c | 112 EFI_LOADER_DATA, len + 1, in get_property()
|
A D | efi_selftest_block_device.c | 144 ret = boottime->allocate_pool(EFI_LOADER_DATA, img.length, in decompress() 207 ret = boottime->allocate_pool(EFI_LOADER_DATA, in setup()
|
A D | efi_selftest_load_file.c | 179 ret = boottime->allocate_pool(EFI_LOADER_DATA, img.length, in decompress()
|
A D | efi_selftest_bitblt.c | 126 ret = boottime->allocate_pool(EFI_LOADER_DATA, in setup()
|
A D | initrddump.c | 269 ret = bs->allocate_pages(EFI_ALLOCATE_ANY_PAGES, EFI_LOADER_DATA, in get_initrd()
|
A D | efi_selftest_loadimage.c | 383 ret = boottime->allocate_pool(EFI_LOADER_DATA, img.length, in decompress()
|
A D | dtbdump.c | 333 ret = bs->allocate_pool(EFI_LOADER_DATA, buffer_size, (void **)&info); in do_load()
|
/u-boot/arch/x86/cpu/efi/ |
A D | payload.c | 205 case EFI_LOADER_DATA: in install_e820_map()
|
/u-boot/lib/efi_loader/ |
A D | efi_memory.c | 771 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 D | efi_image_loader.c | 196 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 D | efi.c | 57 return type == EFI_LOADER_CODE || type == EFI_LOADER_DATA || in is_boot_services()
|
A D | efidebug.c | 645 [EFI_LOADER_DATA] = "LOADER DATA", 729 ret = efi_allocate_pool(EFI_LOADER_DATA, map_size, in do_efi_show_memmap()
|
/u-boot/include/ |
A D | efi.h | 141 EFI_LOADER_DATA, enumerator
|
Completed in 24 milliseconds