Home
last modified time | relevance | path

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

/arch/x86/xen/
Defi.c37 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()
/arch/x86/include/uapi/asm/
Dbootparam.h101 struct efi_info { struct
129 struct efi_info efi_info; /* 0x1c0 */ argument
/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.c935 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()
/arch/x86/include/asm/
Dbootparam_utils.h39 (char *)&boot_params->efi_info - in sanitize_boot_params()
/arch/x86/platform/efi/
Defi.c164 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()
/arch/x86/boot/compressed/
Deboot.c1048 struct efi_info *efi; in make_boot_params()
1091 efi = &boot_params->efi_info; in make_boot_params()
1183 struct efi_info *efi = &params->efi_info; in setup_e820()
1299 struct efi_info *efi = &boot_params->efi_info; in exit_boot()