Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/boot/compressed/
H A Dacpi.c109 systab = (efi_system_table_64_t *) (ei->efi_systab | ((__u64)ei->efi_systab_hi << 32)); in kexec_get_rsdp_addr()
142 systab = ei->efi_systab | ((__u64)ei->efi_systab_hi << 32); in efi_get_rsdp_addr()
144 if (ei->efi_systab_hi || ei->efi_memmap_hi) { in efi_get_rsdp_addr()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dbootparam.h83 __u32 efi_systab_hi; member
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dkexec-bzimage64.c176 ei->efi_systab_hi = current_ei->efi_systab_hi; in setup_efi_state()
H A Dmachine_kexec_64.c96 ((u64)boot_params.efi_info.efi_systab_hi<<32)); in map_efi_systab()
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Defi.c161 boot_params->efi_info.efi_systab_hi = (__u32)(__pa(efi_systab_xen) >> 32); in xen_efi_init()
/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Dbootparam.h127 __u32 efi_systab_hi; member
/OK3568_Linux_fs/kernel/arch/x86/platform/efi/
H A Defi.c447 (boot_params.efi_info.efi_systab_hi || in efi_init()
454 ((__u64)boot_params.efi_info.efi_systab_hi << 32); in efi_init()
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dioremap.c615 paddr = boot_params.efi_info.efi_systab_hi; in memremap_is_efi_data()
/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Dx86-stub.c622 &p->efi->efi_systab, &p->efi->efi_systab_hi); in exit_boot_func()