Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_page_tables.c54 static amd_iommu_domain_t **amd_iommu_domain_table;
127 sizeof (amd_iommu_domain_t *) * AMD_IOMMU_DOMAIN_HASH_SZ, KM_SLEEP); in amd_iommu_init_page_tables()
136 sizeof (amd_iommu_domain_t *) * AMD_IOMMU_DOMAIN_HASH_SZ); in amd_iommu_fini_page_tables()
141 static amd_iommu_domain_t *
146 amd_iommu_domain_t *dp; in amd_iommu_lookup_domain()
196 amd_iommu_teardown_domain(amd_iommu_t *iommu, amd_iommu_domain_t *dp) in amd_iommu_teardown_domain()
329 amd_iommu_domain_t *dp) in init_devtbl()
480 domain_id_t domainid, uint16_t deviceid, amd_iommu_domain_t *dp, in amd_iommu_set_devtbl_entry()
555 domain_id_t domainid, uint16_t deviceid, amd_iommu_domain_t *dp, in amd_iommu_clear_devtbl_entry()
713 amd_iommu_domain_t *dp, int level, uint16_t index) in amd_iommu_lookup_pgtable()
[all …]
H A Damd_iommu_page_tables.h116 } amd_iommu_domain_t; typedef