Home
last modified time | relevance | path

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

/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.c30 } else if (!strncmp(sig, EFI32_LOADER_SIGNATURE, 4)) { in efi_get_type()
H A Dkaslr.c694 if (strncmp(signature, EFI32_LOADER_SIGNATURE, 4) && in process_efi_entries()
/linux/arch/x86/include/asm/
H A Defi.h29 #define EFI32_LOADER_SIGNATURE "EL32" macro
/linux/arch/x86/kernel/
H A Dsetup.c810 EFI32_LOADER_SIGNATURE, 4)) { in setup_arch()