/Linux-v6.1/arch/x86/xen/ |
D | efi.c | 54 union xenpf_efi_info *info = &op.u.firmware_info.u.efi_info; in xen_efi_probe() 139 strncpy((char *)&boot_params->efi_info.efi_loader_signature, "Xen", in xen_efi_init() 140 sizeof(boot_params->efi_info.efi_loader_signature)); in xen_efi_init() 141 boot_params->efi_info.efi_systab = (__u32)__pa(efi_systab_xen); in xen_efi_init() 142 boot_params->efi_info.efi_systab_hi = (__u32)(__pa(efi_systab_xen) >> 32); in xen_efi_init()
|
/Linux-v6.1/arch/x86/boot/compressed/ |
D | efi.c | 19 struct efi_info *ei; in efi_get_type() 23 ei = &bp->efi_info; in efi_get_type() 61 struct efi_info *ei; in efi_get_system_table() 65 ei = &bp->efi_info; in efi_get_system_table()
|
D | pgtable_64.c | 57 signature = (char *)&boot_params->efi_info.efi_loader_signature; in find_trampoline_placement()
|
D | kaslr.c | 682 struct efi_info *e = &boot_params->efi_info; in process_efi_entries()
|
/Linux-v6.1/drivers/firmware/efi/libstub/ |
D | arm64-stub.c | 122 efi_info("KASLR disabled on kernel command line\n"); in handle_kernel_image() 125 efi_info("Image placement fixed by loader\n"); in handle_kernel_image() 130 efi_info("EFI_RNG_PROTOCOL unavailable\n"); in handle_kernel_image()
|
D | fdt.c | 263 efi_info("Using DTB from command line\n"); in allocate_new_fdt_and_exit_boot() 268 efi_info("Using DTB from configuration table\n"); in allocate_new_fdt_and_exit_boot() 272 efi_info("Generating empty DTB\n"); in allocate_new_fdt_and_exit_boot() 274 efi_info("Exiting boot services...\n"); in allocate_new_fdt_and_exit_boot()
|
D | arm32-stub.c | 31 efi_info("Entering in %s mode with MMU %sabled\n", in check_platform_features() 146 efi_info("Free memory starts at 0x%lx, setting kernel_base to 0x%lx\n", in handle_kernel_image()
|
D | secureboot.c | 60 efi_info("UEFI Secure Boot is enabled.\n"); in efi_get_secureboot()
|
D | loongarch-stub.c | 81 efi_info("Exiting boot services\n"); in efi_boot_kernel()
|
D | x86-stub.c | 559 struct efi_info *efi = ¶ms->efi_info; in setup_e820() 710 struct efi_info *efi; 742 priv.efi = &boot_params->efi_info; in exit_boot()
|
D | efi-stub-helper.c | 715 efi_info("Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path\n"); in efi_load_initrd() 719 efi_info("Measured initrd data into PCR 9\n"); in efi_load_initrd() 727 efi_info("Loaded initrd from command line option\n"); in efi_load_initrd()
|
D | efi-stub.c | 194 efi_info("Booting Linux Kernel...\n"); in efi_pe_entry()
|
D | efistub.h | 56 #define efi_info(fmt, ...) \ macro
|
/Linux-v6.1/arch/x86/include/uapi/asm/ |
D | bootparam.h | 122 struct efi_info { struct 203 struct efi_info efi_info; /* 0x1c0 */ member
|
/Linux-v6.1/arch/x86/kernel/ |
D | kexec-bzimage64.c | 141 struct efi_info *ei = ¶ms->efi_info; in setup_efi_info_memmap() 184 struct efi_info *current_ei = &boot_params.efi_info; in setup_efi_state() 185 struct efi_info *ei = ¶ms->efi_info; in setup_efi_state()
|
D | machine_kexec_64.c | 97 mstart = (boot_params.efi_info.efi_systab | in map_efi_systab() 98 ((u64)boot_params.efi_info.efi_systab_hi<<32)); in map_efi_systab()
|
D | setup.c | 927 if (!strncmp((char *)&boot_params.efi_info.efi_loader_signature, in setup_arch() 930 } else if (!strncmp((char *)&boot_params.efi_info.efi_loader_signature, in setup_arch()
|
/Linux-v6.1/arch/x86/platform/efi/ |
D | efi.c | 197 struct efi_info *e = &boot_params.efi_info; in efi_memblock_x86_reserve_range() 427 (boot_params.efi_info.efi_systab_hi || in efi_init() 428 boot_params.efi_info.efi_memmap_hi)) { in efi_init() 433 efi_systab_phys = boot_params.efi_info.efi_systab | in efi_init() 434 ((__u64)boot_params.efi_info.efi_systab_hi << 32); in efi_init()
|
/Linux-v6.1/Documentation/x86/ |
D | zero-page.rst | 33 1C0/020 ALL efi_info EFI 32 information (struct efi_info)
|
/Linux-v6.1/arch/x86/mm/ |
D | ioremap.c | 599 paddr = boot_params.efi_info.efi_memmap_hi; in memremap_is_efi_data() 601 paddr |= boot_params.efi_info.efi_memmap; in memremap_is_efi_data() 605 paddr = boot_params.efi_info.efi_systab_hi; in memremap_is_efi_data() 607 paddr |= boot_params.efi_info.efi_systab; in memremap_is_efi_data()
|
/Linux-v6.1/arch/x86/include/asm/ |
D | bootparam_utils.h | 66 BOOT_PARAM_PRESERVE(efi_info), in sanitize_boot_params()
|
/Linux-v6.1/include/xen/interface/ |
D | platform.h | 259 } efi_info; /* XEN_FW_EFI_INFO */ member
|