Home
last modified time | relevance | path

Searched refs:efi_systab_hi (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/boot/compressed/
H A Defi.c43 if (ei->efi_systab_hi || ei->efi_memmap_hi) { in efi_get_type()
69 sys_tbl_pa = ei->efi_systab | ((__u64)ei->efi_systab_hi << 32); in efi_get_system_table()
/linux/arch/x86/include/uapi/asm/
H A Dbootparam.h100 __u32 efi_systab_hi; member
/linux/arch/x86/xen/
H A Defi.c144 boot_params->efi_info.efi_systab_hi = (__u32)(__pa(efi_systab_xen) >> 32); in xen_efi_init()
/linux/arch/x86/kernel/
H A Dkexec-bzimage64.c196 ei->efi_systab_hi = current_ei->efi_systab_hi; in setup_efi_state()