Searched refs:efi_info (Results 1 – 7 of 7) sorted by relevance
37 strncpy((char *)&boot_params.efi_info.efi_loader_signature, "Xen", in xen_efi_init()38 sizeof(boot_params.efi_info.efi_loader_signature)); in xen_efi_init()39 boot_params.efi_info.efi_systab = (__u32)__pa(efi_systab_xen); in xen_efi_init()40 boot_params.efi_info.efi_systab_hi = (__u32)(__pa(efi_systab_xen) >> 32); in xen_efi_init()
101 struct efi_info { struct129 struct efi_info efi_info; /* 0x1c0 */ argument
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()
935 if (!strncmp((char *)&boot_params.efi_info.efi_loader_signature, in setup_arch()938 } else if (!strncmp((char *)&boot_params.efi_info.efi_loader_signature, in setup_arch()
39 (char *)&boot_params->efi_info - in sanitize_boot_params()
164 struct efi_info *e = &boot_params.efi_info; in efi_memblock_x86_reserve_range()439 if (boot_params.efi_info.efi_systab_hi || in efi_init()440 boot_params.efi_info.efi_memmap_hi) { in efi_init()444 efi_phys.systab = (efi_system_table_t *)boot_params.efi_info.efi_systab; in efi_init()447 (boot_params.efi_info.efi_systab | in efi_init()448 ((__u64)boot_params.efi_info.efi_systab_hi<<32)); in efi_init()
1048 struct efi_info *efi; in make_boot_params()1091 efi = &boot_params->efi_info; in make_boot_params()1183 struct efi_info *efi = ¶ms->efi_info; in setup_e820()1299 struct efi_info *efi = &boot_params->efi_info; in exit_boot()