Home
last modified time | relevance | path

Searched refs:dvma_alloc_rec (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/sun4/io/px/
H A Dpx_mmu.h93 struct px_dvma_rec *dvma_alloc_rec; member
H A Dpx_dma.c1263 mmu_p->dvma_alloc_rec = kmem_alloc(sz, KM_SLEEP); in px_dvma_debug_init()
1280 if (mmu_p->dvma_alloc_rec) { in px_dvma_debug_fini()
1281 kmem_free(mmu_p->dvma_alloc_rec, sz); in px_dvma_debug_fini()
1282 mmu_p->dvma_alloc_rec = NULL; in px_dvma_debug_fini()
1312 if (!mmu_p->dvma_alloc_rec) in px_dvma_alloc_debug()
1319 ptr = &mmu_p->dvma_alloc_rec[mmu_p->dvma_alloc_rec_index]; in px_dvma_alloc_debug()
1345 if (!mmu_p->dvma_alloc_rec) in px_dvma_free_debug()
/titanic_41/usr/src/uts/sun4u/sys/pci/
H A Dpci_iommu.h189 struct dvma_rec *dvma_alloc_rec; member
/titanic_41/usr/src/uts/sun4u/io/pci/
H A Dpci_dma.c1508 iommu_p->dvma_alloc_rec = kmem_zalloc(sz, KM_SLEEP); in pci_dvma_debug_init()
1525 kmem_free(iommu_p->dvma_alloc_rec, sz); in pci_dvma_debug_fini()
1527 iommu_p->dvma_alloc_rec = iommu_p->dvma_free_rec = NULL; in pci_dvma_debug_fini()
1552 if (!iommu_p->dvma_alloc_rec) in pci_dvma_alloc_debug()
1559 ptr = &iommu_p->dvma_alloc_rec[iommu_p->dvma_alloc_rec_index]; in pci_dvma_alloc_debug()
1585 if (!iommu_p->dvma_alloc_rec) in pci_dvma_free_debug()