Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Diommu.c159 softsp->iommu_dvma_size = in iommu_init()
163 (0 - (ioaddr_t)softsp->iommu_dvma_size); in iommu_init()
173 softsp->iommu_dvma_size, PAGESIZE, NULL, NULL, NULL, in iommu_init()
177 softsp->dma_reserve = iommu_btop(softsp->iommu_dvma_size >> 1); in iommu_init()
955 if (npages >= iommu_btop(softsp->iommu_dvma_size) - in iommu_dma_bindhdl()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsysiosbus.h274 size_t iommu_dvma_size; member