Home
last modified time | relevance | path

Searched refs:efi_info (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dbootparam.h76 struct efi_info { struct
100 struct efi_info efi_info; /* 0x1c0 */ argument
/OK3568_Linux_fs/kernel/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()
H A Dmachine_kexec_64.c95 mstart = (boot_params.efi_info.efi_systab | in map_efi_systab()
96 ((u64)boot_params.efi_info.efi_systab_hi<<32)); in map_efi_systab()
H A Dsetup.c878 if (!strncmp((char *)&boot_params.efi_info.efi_loader_signature, in setup_arch()
881 } else if (!strncmp((char *)&boot_params.efi_info.efi_loader_signature, in setup_arch()
/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Defi-stub.c193 efi_info("Booting Linux Kernel...\n"); in efi_pe_entry()
232 efi_info("Using DTB from command line\n"); in efi_pe_entry()
237 efi_info("Using DTB from configuration table\n"); in efi_pe_entry()
241 efi_info("Generating empty DTB\n"); in efi_pe_entry()
H A Darm64-stub.c107 efi_info("EFI_RNG_PROTOCOL unavailable, KASLR will be disabled\n"); in handle_kernel_image()
115 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 Dx86-stub.c457 struct efi_info *efi = &params->efi_info; in setup_e820()
608 struct efi_info *efi;
650 priv.efi = &boot_params->efi_info; in exit_boot()
H A Dsecureboot.c70 efi_info("UEFI Secure Boot is enabled.\n"); in efi_get_secureboot()
H A Defi-stub-helper.c651 efi_info("Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path\n"); in efi_load_initrd()
656 efi_info("Loaded initrd from command line option\n"); in efi_load_initrd()
H A Dfdt.c275 efi_info("Exiting boot services and installing virtual address map...\n"); in allocate_new_fdt_and_exit_boot()
H A Defistub.h53 #define efi_info(fmt, ...) \ macro
/OK3568_Linux_fs/kernel/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()
H A Dpgtable_64.c56 signature = (char *)&boot_params->efi_info.efi_loader_signature; in find_trampoline_placement()
H A Dkaslr.c686 struct efi_info *e = &boot_params->efi_info; in process_efi_entries()
/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Dbootparam.h120 struct efi_info { struct
192 struct efi_info efi_info; /* 0x1c0 */ member
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/Documentation/x86/
H A Dzero-page.rst31 1C0/020 ALL efi_info EFI 32 information (struct efi_info)
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dioremap.c609 paddr = boot_params.efi_info.efi_memmap_hi; in memremap_is_efi_data()
611 paddr |= boot_params.efi_info.efi_memmap; in memremap_is_efi_data()
615 paddr = boot_params.efi_info.efi_systab_hi; in memremap_is_efi_data()
617 paddr |= boot_params.efi_info.efi_systab; in memremap_is_efi_data()
/OK3568_Linux_fs/u-boot/lib/efi/
H A DMakefile8 obj-$(CONFIG_EFI_STUB) += efi_info.o
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dbootparam_utils.h66 BOOT_PARAM_PRESERVE(efi_info), in sanitize_boot_params()
/OK3568_Linux_fs/kernel/include/xen/interface/
H A Dplatform.h276 } efi_info; /* XEN_FW_EFI_INFO */ member