Home
last modified time | relevance | path

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

/linux/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()
/linux/arch/x86/boot/compressed/
H A Defi.c21 struct efi_info *ei; in efi_get_type()
25 ei = &bp->efi_info; in efi_get_type()
63 struct efi_info *ei; in efi_get_system_table()
67 ei = &bp->efi_info; in efi_get_system_table()
H A Dkaslr.c680 struct efi_info *e = &boot_params_ptr->efi_info; in process_efi_entries()
/linux/drivers/firmware/efi/libstub/
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 Dloongarch.c67 efi_info("Exiting boot services\n"); in efi_boot_kernel()
H A Defi-stub-helper.c622 efi_info("Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path\n"); in efi_load_initrd()
630 efi_info("Loaded initrd from command line option\n"); in efi_load_initrd()
638 efi_info("Measured initrd data into PCR 9\n"); in efi_load_initrd()
H A Defistub.h74 #define efi_info(fmt, ...) \ macro
/linux/arch/x86/platform/efi/
H A Defi.c194 struct efi_info *e = &boot_params.efi_info; in efi_memblock_x86_reserve_range()
467 (boot_params.efi_info.efi_systab_hi || in efi_init()
468 boot_params.efi_info.efi_memmap_hi)) { in efi_init()
473 efi_systab_phys = boot_params.efi_info.efi_systab | in efi_init()
474 ((__u64)boot_params.efi_info.efi_systab_hi << 32); in efi_init()
/linux/Documentation/arch/x86/
H A Dzero-page.rst33 1C0/020 ALL efi_info EFI 32 information (struct efi_info)
/linux/arch/x86/mm/
H A Dioremap.c611 paddr = boot_params.efi_info.efi_memmap_hi; in memremap_is_efi_data()
613 paddr |= boot_params.efi_info.efi_memmap; in memremap_is_efi_data()
617 paddr = boot_params.efi_info.efi_systab_hi; in memremap_is_efi_data()
619 paddr |= boot_params.efi_info.efi_systab; in memremap_is_efi_data()
/linux/drivers/xen/
H A Defi.c302 union xenpf_efi_info *info = &op.u.firmware_info.u.efi_info; in efi_mem_desc_lookup()
313 .u.efi_info.mem.addr = phys_addr, in efi_mem_desc_lookup()
314 .u.efi_info.mem.size = U64_MAX - phys_addr, in efi_mem_desc_lookup()
/linux/arch/x86/include/asm/
H A Dbootparam_utils.h66 BOOT_PARAM_PRESERVE(efi_info), in sanitize_boot_params()
/linux/include/xen/interface/
H A Dplatform.h259 } efi_info; /* XEN_FW_EFI_INFO */ member