Home
last modified time | relevance | path

Searched refs:EFI_LOADER_CODE (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/drivers/firmware/efi/libstub/
H A Dkaslr.c122 EFI_LOADER_CODE, 0, EFI_ALLOC_LIMIT); in efi_kaslr_relocate_kernel()
144 EFI_LOADER_CODE); in efi_kaslr_relocate_kernel()
H A Dzboot.c122 seed, EFI_LOADER_CODE, 0, EFI_ALLOC_LIMIT); in efi_zboot_entry()
H A Dx86-stub.c584 case EFI_LOADER_CODE: in setup_e820()
845 seed[0], EFI_LOADER_CODE, in efi_decompress_kernel()
/openbmc/linux/arch/loongarch/kernel/
H A Dmem.c27 case EFI_LOADER_CODE: in memblock_init()
H A Dnuma.c290 case EFI_LOADER_CODE: in init_node_memblock()
/openbmc/u-boot/lib/efi_loader/
H A Defi_image_loader.c185 loaded_image_info->image_code_type = EFI_LOADER_CODE; in efi_set_code_and_data_type()
200 loaded_image_info->image_code_type = EFI_LOADER_CODE; in efi_set_code_and_data_type()
/openbmc/linux/drivers/firmware/efi/
H A Defi-init.c130 case EFI_LOADER_CODE: in is_usable_memory()
/openbmc/linux/arch/x86/platform/efi/
H A Defi.c134 case EFI_LOADER_CODE: in do_add_efi_memmap()
680 md->type == EFI_LOADER_CODE) in should_map_region()
/openbmc/u-boot/arch/x86/cpu/efi/
H A Dpayload.c200 case EFI_LOADER_CODE: in install_e820_map()
/openbmc/u-boot/include/
H A Defi.h124 EFI_LOADER_CODE, enumerator
/openbmc/u-boot/cmd/
H A Defi.c53 return type == EFI_LOADER_CODE || type == EFI_LOADER_DATA || in is_boot_services()
H A Defidebug.c340 [EFI_LOADER_CODE] = "LOADER CODE",
/openbmc/linux/arch/arm64/kernel/
H A Dacpi.c301 case EFI_LOADER_CODE: in acpi_os_ioremap()
/openbmc/linux/arch/ia64/kernel/
H A Defi.c275 case EFI_LOADER_CODE: in is_memory_available()
1203 case EFI_LOADER_CODE: in efi_initialize_iomem_resources()
/openbmc/linux/include/linux/
H A Defi.h98 #define EFI_LOADER_CODE 1 macro