Lines Matching defs:tables
68 struct iommu_table *tables[IOMMU_TABLE_GROUP_MAX_TABLES];
207 struct iommu_table *tbl = container->tables[i];
229 if (!container->tables[i])
264 * Unfortunately at the moment it counts whole tables, no matter how
360 struct iommu_table *tbl = container->tables[i];
443 * For multilevel tables, we can take a shortcut here
691 container->tables[num] = tbl;
742 container->tables[num] = NULL;
1147 struct iommu_table *tbl = container->tables[i];
1156 container->tables[i] = NULL;
1166 struct iommu_table *tbl = table_group->tables[i];
1175 table_group->tables[j]);
1182 container->tables[i] = table_group->tables[i];
1198 if (container->tables[i])
1219 struct iommu_table *tbl = container->tables[i];
1305 if (!tce_groups_attached(container) && !container->tables[0])