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

/illumos-gate/usr/src/uts/sun4u/io/
H A Diommu.c1335 struct fast_dvma *iommu_fast_dvma; local
1387 iommu_fast_dvma = kmem_alloc(sizeof (struct fast_dvma),
1395 iommu_fast_dvma->pagecnt = kmem_zalloc(np *
1399 iommu_fast_dvma->sync_flag = kmem_zalloc(np *
1403 iommu_fast_dvma->phys_sync_flag =
1407 iommu_fast_dvma->phys_sync_flag[i] = va_to_pa((caddr_t)
1408 &iommu_fast_dvma->sync_flag[i]);
1412 iommu_fast_dvma->ops = &iommu_dvma_ops;
1413 iommu_fast_dvma->softsp = (caddr_t)softsp;
1414 mp->dmai_nexus_private = (caddr_t)iommu_fast_dvma;
1431 struct fast_dvma *iommu_fast_dvma = (struct fast_dvma *) local
1507 struct fast_dvma *iommu_fast_dvma = local
1592 struct fast_dvma *iommu_fast_dvma = local
1644 struct fast_dvma *iommu_fast_dvma = local
[all...]

Completed in 48 milliseconds