Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/xen/
Defi.c66 union xenpf_efi_info *info = &op.u.firmware_info.u.efi_info; in xen_efi_probe()
182 strncpy((char *)&boot_params.efi_info.efi_loader_signature, "Xen", in xen_efi_init()
183 sizeof(boot_params.efi_info.efi_loader_signature)); in xen_efi_init()
184 boot_params.efi_info.efi_systab = (__u32)__pa(efi_systab_xen); in xen_efi_init()
185 boot_params.efi_info.efi_systab_hi = (__u32)(__pa(efi_systab_xen) >> 32); in xen_efi_init()
/Linux-v4.19/arch/x86/include/uapi/asm/
Dbootparam.h104 struct efi_info { struct
168 struct efi_info efi_info; /* 0x1c0 */ member
/Linux-v4.19/arch/x86/kernel/
Dkexec-bzimage64.c123 struct efi_info *ei = &params->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 = &params->efi_info; in setup_efi_state()
Dsetup.c903 if (!strncmp((char *)&boot_params.efi_info.efi_loader_signature, in setup_arch()
906 } else if (!strncmp((char *)&boot_params.efi_info.efi_loader_signature, in setup_arch()
/Linux-v4.19/arch/x86/platform/efi/
Defi.c176 struct efi_info *e = &boot_params.efi_info; in efi_memblock_x86_reserve_range()
486 if (boot_params.efi_info.efi_systab_hi || in efi_init()
487 boot_params.efi_info.efi_memmap_hi) { in efi_init()
491 efi_phys.systab = (efi_system_table_t *)boot_params.efi_info.efi_systab; in efi_init()
494 (boot_params.efi_info.efi_systab | in efi_init()
495 ((__u64)boot_params.efi_info.efi_systab_hi<<32)); in efi_init()
/Linux-v4.19/Documentation/x86/
Dzero-page.txt27 1C0/020 ALL efi_info EFI 32 information (struct efi_info)
/Linux-v4.19/arch/x86/include/asm/
Dbootparam_utils.h40 (char *)&boot_params->efi_info - in sanitize_boot_params()
/Linux-v4.19/arch/x86/mm/
Dioremap.c546 paddr = boot_params.efi_info.efi_memmap_hi; in memremap_is_efi_data()
548 paddr |= boot_params.efi_info.efi_memmap; in memremap_is_efi_data()
552 paddr = boot_params.efi_info.efi_systab_hi; in memremap_is_efi_data()
554 paddr |= boot_params.efi_info.efi_systab; in memremap_is_efi_data()
/Linux-v4.19/arch/x86/boot/compressed/
Deboot.c520 struct efi_info *efi = &params->efi_info; in setup_e820()
639 struct efi_info *efi;
704 priv.efi = &boot_params->efi_info; in exit_boot()
Dkaslr.c663 struct efi_info *e = &boot_params->efi_info; in process_efi_entries()
/Linux-v4.19/include/xen/interface/
Dplatform.h276 } efi_info; /* XEN_FW_EFI_INFO */ member