Home
last modified time | relevance | path

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

/arch/x86/xen/
Defi.c132 boot_params.efi_info.efi_systab_hi = (__u32)(__pa(efi_systab_xen) >> 32); in xen_efi_init()
/arch/x86/include/uapi/asm/
Dbootparam.h110 __u32 efi_systab_hi; member
/arch/x86/kernel/
Dkexec-bzimage64.c187 ei->efi_systab_hi = current_ei->efi_systab_hi; in setup_efi_state()
/arch/x86/platform/efi/
Defi.c485 if (boot_params.efi_info.efi_systab_hi || in efi_init()
494 ((__u64)boot_params.efi_info.efi_systab_hi<<32)); in efi_init()
/arch/x86/mm/
Dioremap.c489 paddr = boot_params.efi_info.efi_systab_hi; in memremap_is_efi_data()
/arch/x86/boot/compressed/
Deboot.c913 p->efi->efi_systab_hi = (unsigned long)sys_table_arg >> 32; in exit_boot_func()