/kernel/linux/linux-5.10/arch/x86/xen/ |
H A D | efi.c | 54 union xenpf_efi_info *info = &op.u.firmware_info.u.efi_info; in xen_efi_probe() 158 strncpy((char *)&boot_params->efi_info.efi_loader_signature, "Xen", in xen_efi_init() 159 sizeof(boot_params->efi_info.efi_loader_signature)); in xen_efi_init() 160 boot_params->efi_info.efi_systab = (__u32)__pa(efi_systab_xen); in xen_efi_init() 161 boot_params->efi_info.efi_systab_hi = (__u32)(__pa(efi_systab_xen) >> 32); in xen_efi_init()
|
/kernel/linux/linux-6.6/arch/x86/xen/ |
H A D | efi.c | 56 union xenpf_efi_info *info = &op.u.firmware_info.u.efi_info; in xen_efi_probe() 141 strscpy((char *)&boot_params->efi_info.efi_loader_signature, "Xen", in xen_efi_init() 142 sizeof(boot_params->efi_info.efi_loader_signature)); in xen_efi_init() 143 boot_params->efi_info.efi_systab = (__u32)__pa(efi_systab_xen); in xen_efi_init() 144 boot_params->efi_info.efi_systab_hi = (__u32)(__pa(efi_systab_xen) >> 32); in xen_efi_init()
|
/kernel/linux/linux-6.6/arch/x86/boot/compressed/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/ |
H A D | kaslr.c | 30 efi_info("KASLR disabled on kernel command line\n"); in efi_kaslr_get_phys_seed() 33 efi_info("Image placement fixed by loader\n"); in efi_kaslr_get_phys_seed() 40 efi_info("EFI_RNG_PROTOCOL unavailable\n"); in efi_kaslr_get_phys_seed()
|
H A D | zboot.c | 90 efi_info("Decompressing Linux Kernel...\n"); in efi_zboot_entry() 108 efi_info("KASLR disabled on kernel command line\n"); in efi_zboot_entry() 112 efi_info("EFI_RNG_PROTOCOL unavailable\n"); in efi_zboot_entry()
|
H A 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()
|
H A D | arm32-stub.c | 31 efi_info("Entering in %s mode with MMU %sabled\n", in check_platform_features() 109 efi_info("Free memory starts at 0x%lx, setting kernel_base to 0x%lx\n", in handle_kernel_image()
|
H A D | secureboot.c | 60 efi_info("UEFI Secure Boot is enabled.\n"); in efi_get_secureboot()
|
H A D | efi-stub-entry.c | 59 efi_info("Booting Linux Kernel...\n"); in efi_pe_entry()
|
H A D | loongarch.c | 60 efi_info("Exiting boot services\n"); in efi_boot_kernel()
|
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/ |
H A 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()
|
H A D | arm64-stub.c | 98 efi_info("EFI_RNG_PROTOCOL unavailable, KASLR will be disabled\n"); in handle_kernel_image() 106 efi_info("KASLR disabled on kernel command line\n"); in handle_kernel_image()
|
H A D | arm32-stub.c | 31 efi_info("Entering in %s mode with MMU %sabled\n", in check_platform_features() 145 efi_info("Free memory starts at 0x%lx, setting kernel_base to 0x%lx\n", in handle_kernel_image()
|
H A D | secureboot.c | 70 efi_info("UEFI Secure Boot is enabled.\n"); in efi_get_secureboot()
|
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/ |
H A D | bootparam.h | 120 struct efi_info { struct 192 struct efi_info efi_info; /* 0x1c0 */ member
|
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/ |
H A D | bootparam.h | 122 struct efi_info { struct 203 struct efi_info efi_info; /* 0x1c0 */ member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
H A D | bootparam.h | 115 struct efi_info { struct 167 struct efi_info efi_info; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/ |
H A D | bootparam.h | 115 struct efi_info { struct 167 struct efi_info efi_info; member
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | kexec-bzimage64.c | 121 struct efi_info *ei = ¶ms->efi_info; in setup_efi_info_memmap() 164 struct efi_info *current_ei = &boot_params.efi_info; in setup_efi_state() 165 struct efi_info *ei = ¶ms->efi_info; in setup_efi_state()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A 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()
|
/kernel/linux/linux-5.10/arch/x86/boot/compressed/ |
H A D | acpi.c | 89 struct efi_info *ei; in kexec_get_rsdp_addr() 101 ei = &boot_params->efi_info; in kexec_get_rsdp_addr() 124 struct efi_info *ei; in efi_get_rsdp_addr() 128 ei = &boot_params->efi_info; in efi_get_rsdp_addr()
|
/kernel/linux/linux-5.10/arch/x86/platform/efi/ |
H A D | efi.c | 217 struct efi_info *e = &boot_params.efi_info; in efi_memblock_x86_reserve_range() 447 (boot_params.efi_info.efi_systab_hi || in efi_init() 448 boot_params.efi_info.efi_memmap_hi)) { in efi_init() 453 efi_systab_phys = boot_params.efi_info.efi_systab | in efi_init() 454 ((__u64)boot_params.efi_info.efi_systab_hi << 32); in efi_init()
|
/kernel/linux/linux-6.6/arch/x86/platform/efi/ |
H A D | efi.c | 200 struct efi_info *e = &boot_params.efi_info; in efi_memblock_x86_reserve_range() 476 (boot_params.efi_info.efi_systab_hi || in efi_init() 477 boot_params.efi_info.efi_memmap_hi)) { in efi_init() 482 efi_systab_phys = boot_params.efi_info.efi_systab | in efi_init() 483 ((__u64)boot_params.efi_info.efi_systab_hi << 32); in efi_init()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | bootparam_utils.h | 18 * Note: efi_info is commonly left uninitialized, but that field has a 66 BOOT_PARAM_PRESERVE(efi_info), in sanitize_boot_params()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | bootparam_utils.h | 18 * Note: efi_info is commonly left uninitialized, but that field has a 66 BOOT_PARAM_PRESERVE(efi_info), in sanitize_boot_params()
|