Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_page_tables.c626 ampt->ampt_hash = kmem_zalloc(sizeof (amd_iommu_page_table_t *) * in amd_iommu_page_table_hash_init()
634 kmem_free(ampt->ampt_hash, in amd_iommu_page_table_hash_fini()
636 ampt->ampt_hash = NULL; in amd_iommu_page_table_hash_fini()
655 pt->pt_next = amd_iommu_page_table_hash.ampt_hash[idx]; in amd_iommu_insert_pgtable_hash()
657 amd_iommu_page_table_hash.ampt_hash[idx] = pt; in amd_iommu_insert_pgtable_hash()
680 amd_iommu_page_table_hash.ampt_hash[idx] = pt->pt_next; in amd_iommu_remove_pgtable_hash()
695 pt = amd_iommu_page_table_hash.ampt_hash[idx]; in amd_iommu_lookup_pgtable_hash()
H A Damd_iommu_impl.h430 struct amd_iommu_page_table **ampt_hash; member