Home
last modified time | relevance | path

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

/arch/x86/xen/
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()
/arch/x86/include/uapi/asm/
Dbootparam.h106 struct efi_info { struct
171 struct efi_info efi_info; /* 0x1c0 */ member
/arch/x86/boot/compressed/
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()
Dpgtable_64.c58 signature = (char *)&boot_params->efi_info.efi_loader_signature; in find_trampoline_placement()
Deboot.c515 struct efi_info *efi = &params->efi_info; in setup_e820()
668 struct efi_info *efi;
714 priv.efi = &boot_params->efi_info; in exit_boot()
Dkaslr.c712 struct efi_info *e = &boot_params->efi_info; in process_efi_entries()
/arch/x86/kernel/
Dkexec-bzimage64.c121 struct efi_info *ei = &params->efi_info; in setup_efi_info_memmap()
165 struct efi_info *current_ei = &boot_params.efi_info; in setup_efi_state()
166 struct efi_info *ei = &params->efi_info; in setup_efi_state()
Dmachine_kexec_64.c96 mstart = (boot_params.efi_info.efi_systab | in map_efi_systab()
97 ((u64)boot_params.efi_info.efi_systab_hi<<32)); in map_efi_systab()
Dsetup.c925 if (!strncmp((char *)&boot_params.efi_info.efi_loader_signature, in setup_arch()
928 } else if (!strncmp((char *)&boot_params.efi_info.efi_loader_signature, in setup_arch()
/arch/x86/platform/efi/
Defi.c200 struct efi_info *e = &boot_params.efi_info; in efi_memblock_x86_reserve_range()
510 if (boot_params.efi_info.efi_systab_hi || in efi_init()
511 boot_params.efi_info.efi_memmap_hi) { in efi_init()
515 efi_phys.systab = (efi_system_table_t *)boot_params.efi_info.efi_systab; in efi_init()
518 (boot_params.efi_info.efi_systab | in efi_init()
519 ((__u64)boot_params.efi_info.efi_systab_hi<<32)); in efi_init()
/arch/x86/include/asm/
Dbootparam_utils.h66 BOOT_PARAM_PRESERVE(efi_info), in sanitize_boot_params()
/arch/x86/mm/
Dioremap.c580 paddr = boot_params.efi_info.efi_memmap_hi; in memremap_is_efi_data()
582 paddr |= boot_params.efi_info.efi_memmap; in memremap_is_efi_data()
586 paddr = boot_params.efi_info.efi_systab_hi; in memremap_is_efi_data()
588 paddr |= boot_params.efi_info.efi_systab; in memremap_is_efi_data()