Home
last modified time | relevance | path

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

/arch/x86/include/uapi/asm/
Dbootparam.h99 struct efi_info { struct
127 struct efi_info efi_info; /* 0x1c0 */ argument
/arch/x86/include/asm/
Dbootparam_utils.h39 (char *)&boot_params->efi_info - in sanitize_boot_params()
/arch/x86/platform/efi/
Defi.c379 struct efi_info *e = &boot_params.efi_info; in efi_memblock_x86_reserve_range()
713 if (boot_params.efi_info.efi_systab_hi || in efi_init()
714 boot_params.efi_info.efi_memmap_hi) { in efi_init()
718 efi_phys.systab = (efi_system_table_t *)boot_params.efi_info.efi_systab; in efi_init()
721 (boot_params.efi_info.efi_systab | in efi_init()
722 ((__u64)boot_params.efi_info.efi_systab_hi<<32)); in efi_init()
/arch/x86/boot/compressed/
Deboot.c875 struct efi_info *efi; in make_boot_params()
909 efi = &boot_params->efi_info; in make_boot_params()
988 struct efi_info *efi = &boot_params->efi_info; in exit_boot()
/arch/x86/kernel/
Dsetup.c912 if (!strncmp((char *)&boot_params.efi_info.efi_loader_signature, in setup_arch()
915 } else if (!strncmp((char *)&boot_params.efi_info.efi_loader_signature, in setup_arch()