Home
last modified time | relevance | path

Searched refs:efi_info (Results 1 - 25 of 46) sorted by relevance

12

/kernel/linux/linux-5.10/arch/x86/xen/
H A Defi.c54 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 Defi.c56 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 Defi.c19 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 Dkaslr.c30 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 Dzboot.c90 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 Dfdt.c263 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 Darm32-stub.c31 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 Dsecureboot.c60 efi_info("UEFI Secure Boot is enabled.\n"); in efi_get_secureboot()
H A Defi-stub-entry.c59 efi_info("Booting Linux Kernel...\n"); in efi_pe_entry()
H A Dloongarch.c60 efi_info("Exiting boot services\n"); in efi_boot_kernel()
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H A Dfdt.c263 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 Darm64-stub.c98 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 Darm32-stub.c31 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 Dsecureboot.c70 efi_info("UEFI Secure Boot is enabled.\n"); in efi_get_secureboot()
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H A Dbootparam.h120 struct efi_info { struct
192 struct efi_info efi_info; /* 0x1c0 */ member
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H A Dbootparam.h122 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 Dbootparam.h115 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 Dbootparam.h115 struct efi_info { struct
167 struct efi_info efi_info; member
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dkexec-bzimage64.c121 struct efi_info *ei = &params->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 = &params->efi_info; in setup_efi_state()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dkexec-bzimage64.c141 struct efi_info *ei = &params->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 = &params->efi_info; in setup_efi_state()
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H A Dacpi.c89 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 Defi.c217 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 Defi.c200 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 Dbootparam_utils.h18 * 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 Dbootparam_utils.h18 * Note: efi_info is commonly left uninitialized, but that field has a
66 BOOT_PARAM_PRESERVE(efi_info), in sanitize_boot_params()

Completed in 12 milliseconds

12