Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/boot/compressed/
Dpgtable_64.c59 if (strncmp(signature, EFI32_LOADER_SIGNATURE, 4) && in find_trampoline_placement()
Dacpi.c133 } else if (!strncmp(sig, EFI32_LOADER_SIGNATURE, 4)) { in efi_get_rsdp_addr()
Dkaslr.c722 if (strncmp(signature, EFI32_LOADER_SIGNATURE, 4) && in process_efi_entries()
Deboot.c679 : EFI32_LOADER_SIGNATURE; in exit_boot_func()
/Linux-v5.4/arch/x86/include/asm/
Defi.h30 #define EFI32_LOADER_SIGNATURE "EL32" macro
/Linux-v5.4/arch/x86/kernel/
Dsetup.c926 EFI32_LOADER_SIGNATURE, 4)) { in setup_arch()