Home
last modified time | relevance | path

Searched refs:EFI32_LOADER_SIGNATURE (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/x86/boot/compressed/
H A Dpgtable_64.c53 if (strncmp(signature, EFI32_LOADER_SIGNATURE, 4) && in find_trampoline_placement()
H A Defi.h21 #define EFI32_LOADER_SIGNATURE "EL32" macro
H A Defi.c28 } else if (!strncmp(sig, EFI32_LOADER_SIGNATURE, 4)) { in efi_get_type()
H A Dkaslr.c719 if (strncmp(signature, EFI32_LOADER_SIGNATURE, 4) && in process_efi_entries()
/openbmc/u-boot/include/
H A Defi.h45 #define EFI32_LOADER_SIGNATURE "EL32" macro
/openbmc/u-boot/arch/x86/cpu/efi/
H A Dpayload.c287 signature = EFI32_LOADER_SIGNATURE; in setup_efi_info()
/openbmc/linux/arch/x86/include/asm/
H A Defi.h29 #define EFI32_LOADER_SIGNATURE "EL32" macro
/openbmc/linux/arch/x86/kernel/
H A Dsetup.c918 EFI32_LOADER_SIGNATURE, 4)) { in setup_arch()
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dx86-stub.c714 : EFI32_LOADER_SIGNATURE; in exit_boot_func()