Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/firmware/efi/libstub/
H A Dmem.c24 : 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 Drelocate.c74 EFI_LOADER_DATA, nr_pages, &start); in efi_low_alloc_above()
140 EFI_LOADER_DATA, nr_pages, &efi_addr); in efi_relocate_kernel()
H A Defi-stub.c84 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 Defi-stub-helper.c57 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 Dx86-stub.c65 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()
578 case EFI_LOADER_DATA: in setup_e820()
660 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, in alloc_e820ext()
H A Dpci.c35 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, pci_handle_size, in efi_pci_disable_bridge_busmaster()
H A Darm32-stub.c35 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, in check_platform_features()
H A Dzboot.c45 if (efi_bs_call(allocate_pages, EFI_ALLOCATE_ADDRESS, EFI_LOADER_DATA, in alloc_preferred_address()
H A Dtpm.c118 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, in efi_retrieve_tpm2_eventlog()
/openbmc/u-boot/lib/efi_selftest/
H 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()
H A 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()
H A Defi_selftest_startimage_exit.c56 ret = boottime->allocate_pool(EFI_LOADER_DATA, img.length, in decompress()
H A Defi_selftest_startimage_return.c56 ret = boottime->allocate_pool(EFI_LOADER_DATA, img.length, in decompress()
H A Defi_selftest_fdt.c94 EFI_LOADER_DATA, len + 1, in get_property()
H A 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()
/openbmc/linux/arch/loongarch/kernel/
H A Dmem.c28 case EFI_LOADER_DATA: in memblock_init()
/openbmc/u-boot/lib/efi_loader/
H A Defi_image_loader.c186 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 Defi_memory.c620 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 Defi-init.c131 case EFI_LOADER_DATA: in is_usable_memory()
/openbmc/linux/arch/ia64/kernel/
H A Defi.c276 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/u-boot/include/
H A Defi.h130 EFI_LOADER_DATA, enumerator
/openbmc/u-boot/arch/x86/cpu/efi/
H A Dpayload.c201 case EFI_LOADER_DATA: in install_e820_map()
/openbmc/u-boot/cmd/
H A Defi.c53 return type == EFI_LOADER_CODE || type == EFI_LOADER_DATA || in is_boot_services()
/openbmc/linux/arch/x86/platform/efi/
H A Defi.c135 case EFI_LOADER_DATA: in do_add_efi_memmap()
679 md->type == EFI_LOADER_DATA || in should_map_region()
/openbmc/linux/arch/arm64/kernel/
H A Dacpi.c302 case EFI_LOADER_DATA: in acpi_os_ioremap()

12