Home
last modified time | relevance | path

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

/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.c28 if (!strncmp(sig, EFI64_LOADER_SIGNATURE, 4)) { in efi_get_type()
H A Dkaslr.c695 strncmp(signature, EFI64_LOADER_SIGNATURE, 4)) in process_efi_entries()
/linux/arch/x86/include/asm/
H A Defi.h30 #define EFI64_LOADER_SIGNATURE "EL64" macro
/linux/arch/x86/kernel/
H A Dsetup.c813 EFI64_LOADER_SIGNATURE, 4)) { in setup_arch()
/linux/drivers/firmware/efi/libstub/
H A Dx86-stub.c775 signature = efi_is_64bit() ? EFI64_LOADER_SIGNATURE in exit_boot_func()