/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | mem.c | 24 : EFI_LOADER_DATA; in efi_get_memory_map() 97 EFI_LOADER_DATA); in efi_allocate_pages() 101 EFI_LOADER_DATA, DIV_ROUND_UP(size, EFI_PAGE_SIZE), in efi_allocate_pages()
|
H A D | relocate.c | 77 EFI_LOADER_DATA, nr_pages, &start); in efi_low_alloc_above() 143 EFI_LOADER_DATA, nr_pages, &efi_addr); in efi_relocate_kernel()
|
H A D | efi-stub.c | 84 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, sizeof(*rsv), in install_memreserve_table() 217 return efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, in efi_alloc_virtmap()
|
H A D | efi-stub-helper.c | 57 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, len, (void **)&buf); in efi_parse_options() 247 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, in efi_measure_tagged_event() 358 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, options_bytes, in efi_convert_cmdline() 598 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, sizeof(initrd), in efi_load_initrd()
|
H A D | x86-stub.c | 65 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, in preserve_pci_rom_image() 133 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, in setup_efi_pci() 200 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, in retrieve_apple_device_properties() 356 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, in setup_uga() 585 case EFI_LOADER_DATA: in setup_e820() 667 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, in alloc_e820ext()
|
H A D | arm32-stub.c | 35 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, in check_platform_features()
|
H A D | pci.c | 35 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, pci_handle_size, in efi_pci_disable_bridge_busmaster()
|
H A D | zboot.c | 45 if (efi_bs_call(allocate_pages, EFI_ALLOCATE_ADDRESS, EFI_LOADER_DATA, in alloc_preferred_address()
|
/openbmc/u-boot/lib/efi_selftest/ |
H 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()
|
H A 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()
|
H A D | efi_selftest_startimage_return.c | 56 ret = boottime->allocate_pool(EFI_LOADER_DATA, img.length, in decompress()
|
H A D | efi_selftest_startimage_exit.c | 56 ret = boottime->allocate_pool(EFI_LOADER_DATA, img.length, in decompress()
|
H A 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()
|
H A D | efi_selftest_fdt.c | 94 EFI_LOADER_DATA, len + 1, in get_property()
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | mem.c | 28 case EFI_LOADER_DATA: in memblock_init()
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_image_loader.c | 186 loaded_image_info->image_data_type = EFI_LOADER_DATA; in efi_set_code_and_data_type() 201 loaded_image_info->image_data_type = EFI_LOADER_DATA; in efi_set_code_and_data_type()
|
H A D | efi_memory.c | 620 efi_add_memory_map(uboot_start, uboot_pages, EFI_LOADER_DATA, false); in add_u_boot_and_runtime() 654 if (efi_allocate_pages(EFI_ALLOCATE_MAX_ADDRESS, EFI_LOADER_DATA, in efi_memory_init()
|
/openbmc/linux/drivers/firmware/efi/ |
H A D | efi-init.c | 131 case EFI_LOADER_DATA: in is_usable_memory()
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | efi.c | 276 case EFI_LOADER_DATA: in is_memory_available() 1012 if (!is_memory_available(md) || md->type == EFI_LOADER_DATA) in find_memmap_space() 1204 case EFI_LOADER_DATA: in efi_initialize_iomem_resources() 1339 if (efi_wb(md) && md->type == EFI_LOADER_DATA in vmcore_find_descriptor_size()
|
/openbmc/linux/arch/x86/platform/efi/ |
H A D | efi.c | 135 case EFI_LOADER_DATA: in do_add_efi_memmap() 679 md->type == EFI_LOADER_DATA || in should_map_region()
|
/openbmc/u-boot/arch/x86/cpu/efi/ |
H A D | payload.c | 201 case EFI_LOADER_DATA: in install_e820_map()
|
/openbmc/u-boot/include/ |
H A D | efi.h | 130 EFI_LOADER_DATA, enumerator
|
/openbmc/u-boot/cmd/ |
H A D | efi.c | 53 return type == EFI_LOADER_CODE || type == EFI_LOADER_DATA || in is_boot_services()
|
H A D | efidebug.c | 341 [EFI_LOADER_DATA] = "LOADER DATA", 422 ret = EFI_CALL(BS->allocate_pool(EFI_LOADER_DATA, in do_efi_show_memmap()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | acpi.c | 302 case EFI_LOADER_DATA: in acpi_os_ioremap()
|