Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_page_tables.c58 amd_iommu_page_table_t *f_list;
626 ampt->ampt_hash = kmem_zalloc(sizeof (amd_iommu_page_table_t *) * in amd_iommu_page_table_hash_init()
635 sizeof (amd_iommu_page_table_t *) * AMD_IOMMU_PGTABLE_HASH_SZ); in amd_iommu_page_table_hash_fini()
646 amd_iommu_insert_pgtable_hash(amd_iommu_page_table_t *pt) in amd_iommu_insert_pgtable_hash()
665 amd_iommu_remove_pgtable_hash(amd_iommu_page_table_t *pt) in amd_iommu_remove_pgtable_hash()
688 static amd_iommu_page_table_t *
691 amd_iommu_page_table_t *pt; in amd_iommu_lookup_pgtable_hash()
711 static amd_iommu_page_table_t *
712 amd_iommu_lookup_pgtable(amd_iommu_t *iommu, amd_iommu_page_table_t *ppt, in amd_iommu_lookup_pgtable()
741 static amd_iommu_page_table_t *
[all …]
H A Damd_iommu_page_tables.h107 } amd_iommu_page_table_t; typedef