Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Dmem.c37 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, in efi_get_memory_map()
103 EFI_LOADER_DATA, DIV_ROUND_UP(size, EFI_PAGE_SIZE), in efi_allocate_pages()
H A Drelocate.c83 EFI_LOADER_DATA, nr_pages, &start); in efi_low_alloc_above()
149 EFI_LOADER_DATA, nr_pages, &efi_addr); in efi_relocate_kernel()
H A Dx86-stub.c51 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, in preserve_pci_rom_image()
119 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, in setup_efi_pci()
186 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, in retrieve_apple_device_properties()
240 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, in setup_uga()
495 case EFI_LOADER_DATA: in setup_e820()
570 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, in alloc_e820ext()
H A Dalignedmem.c39 EFI_LOADER_DATA, size / EFI_PAGE_SIZE + slack, in efi_allocate_pages_aligned()
H A Drandomalloc.c119 EFI_LOADER_DATA, pages, &target); in efi_random_alloc()
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 Dtpm.c118 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, in efi_retrieve_tpm2_eventlog()
H A Defi-stub-helper.c198 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, len, (void **)&buf); in efi_parse_options()
407 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, options_bytes, in efi_convert_cmdline()
H A Defi-stub.c82 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, sizeof(*rsv), in install_memreserve_table()
H A Dgop.c565 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, in efi_setup_gop()
/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_image_loader.c129 efi_reloc = efi_alloc(virt_size, EFI_LOADER_DATA); in efi_load_pe()
142 efi_reloc = efi_alloc(virt_size, EFI_LOADER_DATA); in efi_load_pe()
H A Defi_memory.c466 efi_add_memory_map(uboot_start, uboot_pages, EFI_LOADER_DATA, false); in efi_memory_init()
480 if (efi_allocate_pages(1, EFI_LOADER_DATA, in efi_memory_init()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Defi.c274 case EFI_LOADER_DATA: in is_memory_available()
1010 if (!is_memory_available(md) || md->type == EFI_LOADER_DATA) in find_memmap_space()
1202 case EFI_LOADER_DATA: in efi_initialize_iomem_resources()
1337 if (efi_wb(md) && md->type == EFI_LOADER_DATA in vmcore_find_descriptor_size()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dacpi.c296 case EFI_LOADER_DATA: in acpi_os_ioremap()
/OK3568_Linux_fs/u-boot/include/
H A Defi.h119 EFI_LOADER_DATA, enumerator
/OK3568_Linux_fs/kernel/arch/x86/platform/efi/
H A Defi.c152 case EFI_LOADER_DATA: in do_add_efi_memmap()
648 md->type == EFI_LOADER_DATA || in should_map_region()
/OK3568_Linux_fs/u-boot/cmd/
H A Defi.c51 return type == EFI_LOADER_CODE || type == EFI_LOADER_DATA || in is_boot_services()
/OK3568_Linux_fs/kernel/drivers/firmware/efi/
H A Defi-init.c138 case EFI_LOADER_DATA: in is_usable_memory()
/OK3568_Linux_fs/kernel/include/linux/
H A Defi.h98 #define EFI_LOADER_DATA 2 macro