Searched refs:efi_info (Results 1 – 14 of 14) sorted by relevance
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()
21 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()
680 struct efi_info *e = &boot_params_ptr->efi_info; in process_efi_entries()
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()
60 efi_info("UEFI Secure Boot is enabled.\n"); in efi_get_secureboot()
67 efi_info("Exiting boot services\n"); in efi_boot_kernel()
622 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()
74 #define efi_info(fmt, ...) \ macro
194 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()
33 1C0/020 ALL efi_info EFI 32 information (struct efi_info)
611 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()
302 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()
66 BOOT_PARAM_PRESERVE(efi_info), in sanitize_boot_params()
259 } efi_info; /* XEN_FW_EFI_INFO */ member