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

/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_impl.h482 int amd_iommu_page_table_hash_init(amd_iommu_page_table_hash_t *ampt);
483 void amd_iommu_page_table_hash_fini(amd_iommu_page_table_hash_t *ampt);
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 61 milliseconds