Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_mmu.h94 struct px_dvma_rec *dvma_free_rec; member
H A Dpx_dma.c1268 mmu_p->dvma_free_rec = kmem_alloc(sz, KM_SLEEP); in px_dvma_debug_init()
1288 if (mmu_p->dvma_free_rec) { in px_dvma_debug_fini()
1289 kmem_free(mmu_p->dvma_free_rec, sz); in px_dvma_debug_fini()
1290 mmu_p->dvma_free_rec = NULL; in px_dvma_debug_fini()
1356 ptr = &mmu_p->dvma_free_rec[mmu_p->dvma_free_rec_index]; in px_dvma_free_debug()
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_iommu.h190 struct dvma_rec *dvma_free_rec; member
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_dma.c1513 iommu_p->dvma_free_rec = kmem_zalloc(sz, KM_SLEEP); in pci_dvma_debug_init()
1530 kmem_free(iommu_p->dvma_free_rec, sz); in pci_dvma_debug_fini()
1531 iommu_p->dvma_alloc_rec = iommu_p->dvma_free_rec = NULL; in pci_dvma_debug_fini()
1596 ptr = &iommu_p->dvma_free_rec[iommu_p->dvma_free_rec_index]; in pci_dvma_free_debug()