Home
last modified time | relevance | path

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

/linux-4.4.14/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()
/linux-4.4.14/arch/x86/include/uapi/asm/
Dbootparam.h102 struct efi_info { struct
130 struct efi_info efi_info; /* 0x1c0 */ argument
/linux-4.4.14/arch/x86/kernel/
Dkexec-bzimage64.c124 struct efi_info *ei = &params->efi_info; in setup_efi_info_memmap()
168 struct efi_info *current_ei = &boot_params.efi_info; in setup_efi_state()
169 struct efi_info *ei = &params->efi_info; in setup_efi_state()
Dsetup.c921 if (!strncmp((char *)&boot_params.efi_info.efi_loader_signature, in setup_arch()
924 } else if (!strncmp((char *)&boot_params.efi_info.efi_loader_signature, in setup_arch()
/linux-4.4.14/arch/x86/platform/efi/
Defi.c196 struct efi_info *e = &boot_params.efi_info; in efi_memblock_x86_reserve_range()
471 if (boot_params.efi_info.efi_systab_hi || in efi_init()
472 boot_params.efi_info.efi_memmap_hi) { in efi_init()
476 efi_phys.systab = (efi_system_table_t *)boot_params.efi_info.efi_systab; in efi_init()
479 (boot_params.efi_info.efi_systab | in efi_init()
480 ((__u64)boot_params.efi_info.efi_systab_hi<<32)); in efi_init()
/linux-4.4.14/Documentation/x86/
Dzero-page.txt27 1C0/020 ALL efi_info EFI 32 information (struct efi_info)
/linux-4.4.14/arch/x86/include/asm/
Dbootparam_utils.h39 (char *)&boot_params->efi_info - in sanitize_boot_params()
/linux-4.4.14/arch/x86/boot/compressed/
Deboot.c1066 struct efi_info *efi; in make_boot_params()
1109 efi = &boot_params->efi_info; in make_boot_params()
1198 struct efi_info *efi = &params->efi_info; in setup_e820()
1318 struct efi_info *efi = &boot_params->efi_info; in exit_boot()
/linux-4.4.14/include/xen/interface/
Dplatform.h267 } efi_info; /* XEN_FW_EFI_INFO */ member
/linux-4.4.14/drivers/xen/
Defi.c332 union xenpf_efi_info *info = &op.u.firmware_info.u.efi_info; in xen_efi_probe()