Searched defs:ampt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_page_tables.c624 amd_iommu_page_table_hash_init(amd_iommu_page_table_hash_t *ampt) argument
626 ampt->ampt_hash = kmem_zalloc(sizeof (amd_iommu_page_table_t *) *
632 amd_iommu_page_table_hash_fini(amd_iommu_page_table_hash_t *ampt) argument
634 kmem_free(ampt->ampt_hash,
636 ampt->ampt_hash = NULL;

Completed in 48 milliseconds