Searched refs:efi_systab (Results 1 – 13 of 13) sorted by relevance
34 static efi_system_table_t *efi_systab; variable43 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()105 efi_systab = (efi_system_table_t *)early_memremap_ro(efi_system_table, sizeof(*efi_systab)); in efi_init()106 if (!efi_systab) { in efi_init()111 efi_systab_report_header(&efi_systab->hdr, efi_systab->fw_vendor); in efi_init()114 efi_nr_tables = efi_systab->nr_tables; in efi_init()115 efi_config_table = (unsigned long)efi_systab->tables; in efi_init()119 efi_config_parse_tables(config_tables, efi_systab->nr_tables, arch_tables); in efi_init()
67 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()
9 __u64 efi_systab; /* physical address of EFI system table */ member
488 const efi_system_table_t *efi_systab; in efi_init() local521 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->runtime); in efi_init()
81 __u32 efi_systab; member
143 boot_params->efi_info.efi_systab = (__u32)__pa(efi_systab_xen); in xen_efi_init()
125 __u32 efi_systab; member
195 ei->efi_systab = current_ei->efi_systab; in setup_efi_state()
100 mstart = (boot_params.efi_info.efi_systab | in map_efi_systab()
270 efi_info->efi_systab = (u32)(table->sys_table); in setup_efi_info()
482 efi_systab_phys = boot_params.efi_info.efi_systab | in efi_init()
612 paddr |= boot_params.efi_info.efi_systab; in memremap_is_efi_data()
718 &p->efi->efi_systab, &p->efi->efi_systab_hi); in exit_boot_func()