Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/boot/compressed/
H A Dpgtable_64.c54 strncmp(signature, EFI64_LOADER_SIGNATURE, 4)) { in find_trampoline_placement()
H A Defi.h22 #define EFI64_LOADER_SIGNATURE "EL64" macro
H A Defi.c26 if (!strncmp(sig, EFI64_LOADER_SIGNATURE, 4)) { in efi_get_type()
H A Dkaslr.c720 strncmp(signature, EFI64_LOADER_SIGNATURE, 4)) in process_efi_entries()
/openbmc/u-boot/include/
H A Defi.h46 #define EFI64_LOADER_SIGNATURE "EL64" macro
/openbmc/u-boot/arch/x86/cpu/efi/
H A Dpayload.c285 signature = EFI64_LOADER_SIGNATURE; in setup_efi_info()
/openbmc/linux/arch/x86/include/asm/
H A Defi.h30 #define EFI64_LOADER_SIGNATURE "EL64" macro
/openbmc/linux/arch/x86/kernel/
H A Dsetup.c921 EFI64_LOADER_SIGNATURE, 4)) { in setup_arch()
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dx86-stub.c706 signature = efi_is_64bit() ? EFI64_LOADER_SIGNATURE in exit_boot_func()