Searched refs:efi_info (Results 1 – 9 of 9) sorted by relevance
66 union xenpf_efi_info *info = &op.u.firmware_info.u.efi_info; in xen_efi_probe()129 strncpy((char *)&boot_params.efi_info.efi_loader_signature, "Xen", in xen_efi_init()130 sizeof(boot_params.efi_info.efi_loader_signature)); in xen_efi_init()131 boot_params.efi_info.efi_systab = (__u32)__pa(efi_systab_xen); in xen_efi_init()132 boot_params.efi_info.efi_systab_hi = (__u32)(__pa(efi_systab_xen) >> 32); in xen_efi_init()
103 struct efi_info { struct146 struct efi_info efi_info; /* 0x1c0 */ member
123 struct efi_info *ei = ¶ms->efi_info; in setup_efi_info_memmap()167 struct efi_info *current_ei = &boot_params.efi_info; in setup_efi_state()168 struct efi_info *ei = ¶ms->efi_info; in setup_efi_state()
929 if (!strncmp((char *)&boot_params.efi_info.efi_loader_signature, in setup_arch()932 } else if (!strncmp((char *)&boot_params.efi_info.efi_loader_signature, in setup_arch()
176 struct efi_info *e = &boot_params.efi_info; in efi_memblock_x86_reserve_range()485 if (boot_params.efi_info.efi_systab_hi || in efi_init()486 boot_params.efi_info.efi_memmap_hi) { in efi_init()490 efi_phys.systab = (efi_system_table_t *)boot_params.efi_info.efi_systab; in efi_init()493 (boot_params.efi_info.efi_systab | in efi_init()494 ((__u64)boot_params.efi_info.efi_systab_hi<<32)); in efi_init()
483 paddr = boot_params.efi_info.efi_memmap_hi; in memremap_is_efi_data()485 paddr |= boot_params.efi_info.efi_memmap; in memremap_is_efi_data()489 paddr = boot_params.efi_info.efi_systab_hi; in memremap_is_efi_data()491 paddr |= boot_params.efi_info.efi_systab; in memremap_is_efi_data()
67 BOOT_PARAM_PRESERVE(efi_info), in sanitize_boot_params()
572 struct efi_info *e = &boot_params->efi_info; in process_efi_entries()
754 struct efi_info *efi = ¶ms->efi_info; in setup_e820()873 struct efi_info *efi;939 priv.efi = &boot_params->efi_info; in exit_boot()