Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Diommu.c177 softsp->dma_reserve = iommu_btop(softsp->iommu_dvma_size >> 1); in iommu_init()
1355 if (np > softsp->dma_reserve) { in iommu_dma_mctl()
1362 softsp->dma_reserve -= np; in iommu_dma_mctl()
1378 softsp->dma_reserve += np; in iommu_dma_mctl()
1452 softsp->dma_reserve += np; in iommu_dma_mctl()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsysiosbus.h311 int dma_reserve; /* Size reserved for fast DVMA */ member