Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_page_tables.c54 static amd_iommu_domain_t **amd_iommu_domain_table; variable
126 amd_iommu_domain_table = kmem_zalloc( in amd_iommu_init_page_tables()
134 if (amd_iommu_domain_table) { in amd_iommu_fini_page_tables()
135 kmem_free(amd_iommu_domain_table, in amd_iommu_fini_page_tables()
137 amd_iommu_domain_table = NULL; in amd_iommu_fini_page_tables()
149 ASSERT(amd_iommu_domain_table); in amd_iommu_lookup_domain()
153 for (dp = amd_iommu_domain_table[idx]; dp; dp = dp->d_next) { in amd_iommu_lookup_domain()
184 dp->d_next = amd_iommu_domain_table[idx]; in amd_iommu_lookup_domain()
186 amd_iommu_domain_table[idx] = dp; in amd_iommu_lookup_domain()
209 amd_iommu_domain_table[idx] = dp->d_next; in amd_iommu_teardown_domain()