Symbol: efi_info
arch/x86/boot/compressed/efi.c
21
struct efi_info *ei;
arch/x86/boot/compressed/efi.c
25
ei = &bp->efi_info;
arch/x86/boot/compressed/efi.c
63
struct efi_info *ei;
arch/x86/boot/compressed/efi.c
67
ei = &bp->efi_info;
arch/x86/boot/compressed/kaslr.c
680
struct efi_info *e = &boot_params_ptr->efi_info;
arch/x86/boot/compressed/pgtable_64.c
51
signature = (char *)&boot_params_ptr->efi_info.efi_loader_signature;
arch/x86/include/asm/bootparam_utils.h
66
BOOT_PARAM_PRESERVE(efi_info),
arch/x86/include/uapi/asm/bootparam.h
134
struct efi_info efi_info; /* 0x1c0 */
arch/x86/kernel/kexec-bzimage64.c
150
struct efi_info *ei = &params->efi_info;
arch/x86/kernel/kexec-bzimage64.c
193
struct efi_info *current_ei = &boot_params.efi_info;
arch/x86/kernel/kexec-bzimage64.c
194
struct efi_info *ei = &params->efi_info;
arch/x86/kernel/machine_kexec_64.c
111
mstart = (boot_params.efi_info.efi_systab |
arch/x86/kernel/machine_kexec_64.c
112
((u64)boot_params.efi_info.efi_systab_hi<<32));
arch/x86/kernel/setup.c
554
if (!strncmp((char *)&boot_params.efi_info.efi_loader_signature,
arch/x86/kernel/setup.c
557
} else if (!strncmp((char *)&boot_params.efi_info.efi_loader_signature,
arch/x86/mm/ioremap.c
611
paddr = boot_params.efi_info.efi_memmap_hi;
arch/x86/mm/ioremap.c
613
paddr |= boot_params.efi_info.efi_memmap;
arch/x86/mm/ioremap.c
617
paddr = boot_params.efi_info.efi_systab_hi;
arch/x86/mm/ioremap.c
619
paddr |= boot_params.efi_info.efi_systab;
arch/x86/platform/efi/efi.c
194
struct efi_info *e = &boot_params.efi_info;
arch/x86/platform/efi/efi.c
467
(boot_params.efi_info.efi_systab_hi ||
arch/x86/platform/efi/efi.c
468
boot_params.efi_info.efi_memmap_hi)) {
arch/x86/platform/efi/efi.c
473
efi_systab_phys = boot_params.efi_info.efi_systab |
arch/x86/platform/efi/efi.c
474
((__u64)boot_params.efi_info.efi_systab_hi << 32);
arch/x86/xen/efi.c
141
strscpy((char *)&boot_params->efi_info.efi_loader_signature, "Xen",
arch/x86/xen/efi.c
142
sizeof(boot_params->efi_info.efi_loader_signature));
arch/x86/xen/efi.c
143
boot_params->efi_info.efi_systab = (__u32)__pa(efi_systab_xen);
arch/x86/xen/efi.c
144
boot_params->efi_info.efi_systab_hi = (__u32)(__pa(efi_systab_xen) >> 32);
arch/x86/xen/efi.c
56
union xenpf_efi_info *info = &op.u.firmware_info.u.efi_info;
drivers/firmware/efi/libstub/arm32-stub.c
109
efi_info("Free memory starts at 0x%lx, setting kernel_base to 0x%lx\n",
drivers/firmware/efi/libstub/arm32-stub.c
31
efi_info("Entering in %s mode with MMU %sabled\n",
drivers/firmware/efi/libstub/efi-stub-entry.c
70
efi_info("Booting Linux Kernel...\n");
drivers/firmware/efi/libstub/efi-stub-helper.c
622
efi_info("Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path\n");
drivers/firmware/efi/libstub/efi-stub-helper.c
630
efi_info("Loaded initrd from command line option\n");
drivers/firmware/efi/libstub/efi-stub-helper.c
638
efi_info("Measured initrd data into PCR 9\n");
drivers/firmware/efi/libstub/fdt.c
263
efi_info("Using DTB from command line\n");
drivers/firmware/efi/libstub/fdt.c
268
efi_info("Using DTB from configuration table\n");
drivers/firmware/efi/libstub/fdt.c
272
efi_info("Generating empty DTB\n");
drivers/firmware/efi/libstub/fdt.c
274
efi_info("Exiting boot services...\n");
drivers/firmware/efi/libstub/kaslr.c
28
efi_info("KASLR disabled on kernel command line\n");
drivers/firmware/efi/libstub/kaslr.c
31
efi_info("Image placement fixed by loader\n");
drivers/firmware/efi/libstub/kaslr.c
42
efi_info("EFI_RNG_PROTOCOL unavailable\n");
drivers/firmware/efi/libstub/loongarch.c
62
efi_info("Exiting boot services\n");
drivers/firmware/efi/libstub/secureboot.c
60
efi_info("UEFI Secure Boot is enabled.\n");
drivers/firmware/efi/libstub/x86-stub.c
575
struct efi_info *efi = &params->efi_info;
drivers/firmware/efi/libstub/x86-stub.c
733
struct efi_info *efi;
drivers/firmware/efi/libstub/x86-stub.c
765
priv.efi = &boot_params->efi_info;
drivers/firmware/efi/libstub/x86-stub.c
870
efi_info("%s detected on the kernel command line - disabling physical KASLR\n",
drivers/firmware/efi/libstub/zboot.c
55
efi_info("Decompressing Linux Kernel...\n");
drivers/firmware/efi/libstub/zboot.c
73
efi_info("KASLR disabled on kernel command line\n");
drivers/firmware/efi/libstub/zboot.c
77
efi_info("EFI_RNG_PROTOCOL unavailable\n");
drivers/xen/efi.c
302
union xenpf_efi_info *info = &op.u.firmware_info.u.efi_info;
drivers/xen/efi.c
313
.u.efi_info.mem.addr = phys_addr,
drivers/xen/efi.c
314
.u.efi_info.mem.size = U64_MAX - phys_addr,
include/xen/interface/platform.h
259
} efi_info; /* XEN_FW_EFI_INFO */