Home
last modified time | relevance | path

Searched refs:efi_systab (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Defi.c34 static efi_system_table_t *efi_systab; variable
43 if (!efi_systab) in efi_fdt_pointer()
54 if (!efi_enabled(EFI_BOOT) || !efi_systab->runtime) in efi_runtime_init()
62 efi.runtime = (efi_runtime_services_t *)efi_systab->runtime; in efi_runtime_init()
99 efi_systab = (efi_system_table_t *)early_memremap_ro(efi_system_table, sizeof(*efi_systab)); in efi_init()
100 if (!efi_systab) { in efi_init()
105 efi_systab_report_header(&efi_systab->hdr, efi_systab->fw_vendor); in efi_init()
108 efi_nr_tables = efi_systab in efi_init()
[all...]
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Defi.c34 static efi_system_table_t *efi_systab; variable
63 if (!efi_enabled(EFI_BOOT) || !efi_systab->runtime) in efi_runtime_init()
71 efi.runtime = (efi_runtime_services_t *)efi_systab->runtime; in efi_runtime_init()
87 efi_systab = (efi_system_table_t *)early_memremap_ro(efi_system_table, sizeof(*efi_systab)); in efi_init()
88 if (!efi_systab) { in efi_init()
93 efi_systab_report_header(&efi_systab->hdr, efi_systab->fw_vendor); in efi_init()
96 efi_nr_tables = efi_systab->nr_tables; in efi_init()
97 efi_config_table = (unsigned long)efi_systab in efi_init()
[all...]
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H A Defi.c67 sys_tbl_pa = ei->efi_systab | ((__u64)ei->efi_systab_hi << 32); in efi_get_system_table()
69 sys_tbl_pa = ei->efi_systab; in efi_get_system_table()
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Defi.c486 const efi_system_table_t *efi_systab; in efi_init() local
519 efi_systab = __va(ia64_boot_param->efi_systab); in efi_init()
524 if (efi_systab == NULL) in efi_init()
526 if (efi_systab_check_header(&efi_systab->hdr, 1)) in efi_init()
529 efi_systab_report_header(&efi_systab->hdr, efi_systab->fw_vendor); in efi_init()
533 if (efi_config_parse_tables(__va(efi_systab->tables), in efi_init()
534 efi_systab->nr_tables, in efi_init()
541 runtime = __va(efi_systab in efi_init()
[all...]
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Defi.c488 const efi_system_table_t *efi_systab; in efi_init() local
521 efi_systab = __va(ia64_boot_param->efi_systab); in efi_init()
526 if (efi_systab == NULL) in efi_init()
528 if (efi_systab_check_header(&efi_systab->hdr)) in efi_init()
531 efi_systab_report_header(&efi_systab->hdr, efi_systab->fw_vendor); in efi_init()
535 if (efi_config_parse_tables(__va(efi_systab->tables), in efi_init()
536 efi_systab->nr_tables, in efi_init()
543 runtime = __va(efi_systab in efi_init()
[all...]
/kernel/linux/linux-5.10/arch/ia64/include/uapi/asm/
H A Dsetup.h9 __u64 efi_systab; /* physical address of EFI system table */ member
/kernel/linux/linux-6.6/arch/ia64/include/uapi/asm/
H A Dsetup.h9 __u64 efi_systab; /* physical address of EFI system table */ member
/kernel/linux/linux-5.10/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()
148 systab = ei->efi_systab; in efi_get_rsdp_addr()
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H A Dbootparam.h122 __u32 efi_systab; member
/kernel/linux/linux-5.10/arch/x86/xen/
H A Defi.c160 boot_params->efi_info.efi_systab = (__u32)__pa(efi_systab_xen); in xen_efi_init()
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H A Dbootparam.h124 __u32 efi_systab; member
/kernel/linux/linux-6.6/arch/x86/xen/
H A Defi.c143 boot_params->efi_info.efi_systab = (__u32)__pa(efi_systab_xen); in xen_efi_init()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H A Dbootparam.h117 __u32 efi_systab; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H A Dbootparam.h117 __u32 efi_systab; member
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dkexec-bzimage64.c175 ei->efi_systab = current_ei->efi_systab; in setup_efi_state()
H A Dmachine_kexec_64.c95 mstart = (boot_params.efi_info.efi_systab | in map_efi_systab()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dkexec-bzimage64.c195 ei->efi_systab = current_ei->efi_systab; in setup_efi_state()
H A Dmachine_kexec_64.c97 mstart = (boot_params.efi_info.efi_systab | in map_efi_systab()
/kernel/linux/linux-5.10/arch/x86/mm/
H A Dioremap.c617 paddr |= boot_params.efi_info.efi_systab; in memremap_is_efi_data()
/kernel/linux/linux-5.10/arch/x86/platform/efi/
H A Defi.c453 efi_systab_phys = boot_params.efi_info.efi_systab | in efi_init()
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H A Dx86-stub.c622 &p->efi->efi_systab, &p->efi->efi_systab_hi); in exit_boot_func()
/kernel/linux/linux-6.6/arch/x86/mm/
H A Dioremap.c612 paddr |= boot_params.efi_info.efi_systab; in memremap_is_efi_data()
/kernel/linux/linux-6.6/arch/x86/platform/efi/
H A Defi.c482 efi_systab_phys = boot_params.efi_info.efi_systab | in efi_init()
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A Dx86-stub.c701 &p->efi->efi_systab, &p->efi->efi_systab_hi); in exit_boot_func()

Completed in 17 milliseconds