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

/opensolaris-onvv-gate/usr/src/uts/sun4/io/px/
H A Dpx_mmu.h94 struct px_dvma_rec *dvma_free_rec; member in struct:px_mmu
H A Dpx_dma.c1509 mmu_p->dvma_free_rec = kmem_alloc(sz, KM_SLEEP);
1529 if (mmu_p->dvma_free_rec) {
1530 kmem_free(mmu_p->dvma_free_rec, sz);
1531 mmu_p->dvma_free_rec = NULL;
1597 ptr = &mmu_p->dvma_free_rec[mmu_p->dvma_free_rec_index];
/opensolaris-onvv-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_iommu.h190 struct dvma_rec *dvma_free_rec; member in struct:iommu
/opensolaris-onvv-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_dma.c1694 iommu_p->dvma_free_rec = kmem_zalloc(sz, KM_SLEEP);
1711 kmem_free(iommu_p->dvma_free_rec, sz);
1712 iommu_p->dvma_alloc_rec = iommu_p->dvma_free_rec = NULL;
1777 ptr = &iommu_p->dvma_free_rec[iommu_p->dvma_free_rec_index];

Completed in 58 milliseconds