Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/boot/compressed/
Defi.c41 if (ei->efi_systab_hi || ei->efi_memmap_hi) { in efi_get_type()
67 sys_tbl_pa = ei->efi_systab | ((__u64)ei->efi_systab_hi << 32); in efi_get_system_table()
/linux-6.1.9/arch/x86/xen/
Defi.c142 boot_params->efi_info.efi_systab_hi = (__u32)(__pa(efi_systab_xen) >> 32); in xen_efi_init()
/linux-6.1.9/arch/x86/include/uapi/asm/
Dbootparam.h129 __u32 efi_systab_hi; member
/linux-6.1.9/arch/x86/kernel/
Dkexec-bzimage64.c196 ei->efi_systab_hi = current_ei->efi_systab_hi; in setup_efi_state()
Dmachine_kexec_64.c98 ((u64)boot_params.efi_info.efi_systab_hi<<32)); in map_efi_systab()
/linux-6.1.9/arch/x86/platform/efi/
Defi.c427 (boot_params.efi_info.efi_systab_hi || in efi_init()
434 ((__u64)boot_params.efi_info.efi_systab_hi << 32); in efi_init()
/linux-6.1.9/arch/x86/mm/
Dioremap.c605 paddr = boot_params.efi_info.efi_systab_hi; in memremap_is_efi_data()
/linux-6.1.9/drivers/firmware/efi/libstub/
Dx86-stub.c724 &p->efi->efi_systab, &p->efi->efi_systab_hi); in exit_boot_func()