Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/boot/compressed/
H A 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()
/openbmc/u-boot/arch/x86/include/asm/
H A Dbootparam.h86 __u32 efi_systab_hi; member
/openbmc/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()
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dbootparam.h130 __u32 efi_systab_hi; member
/openbmc/linux/arch/x86/kernel/
H A Dkexec-bzimage64.c196 ei->efi_systab_hi = current_ei->efi_systab_hi; in setup_efi_state()
H A Dmachine_kexec_64.c101 ((u64)boot_params.efi_info.efi_systab_hi<<32)); in map_efi_systab()
/openbmc/u-boot/arch/x86/cpu/efi/
H A Dpayload.c283 efi_info->efi_systab_hi = table->sys_table >> 32; in setup_efi_info()
/openbmc/linux/arch/x86/platform/efi/
H A Defi.c476 (boot_params.efi_info.efi_systab_hi || in efi_init()
483 ((__u64)boot_params.efi_info.efi_systab_hi << 32); in efi_init()
/openbmc/linux/arch/x86/mm/
H A Dioremap.c610 paddr = boot_params.efi_info.efi_systab_hi; in memremap_is_efi_data()
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dx86-stub.c718 &p->efi->efi_systab, &p->efi->efi_systab_hi); in exit_boot_func()