Lines Matching defs:systab
36 /* Get EFI tables from systab. */
87 efi_system_table_64_t *systab;
108 /* Get systab from boot params. */
109 systab = (efi_system_table_64_t *) (ei->efi_systab | ((__u64)ei->efi_systab_hi << 32));
110 if (!systab)
113 return __efi_get_rsdp_addr((unsigned long)esd->tables, systab->nr_tables, true);
122 unsigned long systab, config_tables;
140 /* Get systab from boot params. */
142 systab = ei->efi_systab | ((__u64)ei->efi_systab_hi << 32);
148 systab = ei->efi_systab;
150 if (!systab)
155 efi_system_table_64_t *stbl = (efi_system_table_64_t *)systab;
160 efi_system_table_32_t *stbl = (efi_system_table_32_t *)systab;