Searched defs:syshi (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_dma.c182 uint64_t syshi = mmu_p->mmu_dvma_end; local
205 hi = MIN(hi, syshi);
214 if (PX_DEV_NOFASTLIMIT(lo, hi, syslo, syshi, 1))
270 uint64_t syslo, syshi; local
306 &syslo, &syshi);
319 syshi = mmu_p->mmu_dvma_end;
327 hi = MIN(hi, syshi);
348 if (PX_DEV_NOSYSLIMIT(lo, hi, syslo, syshi, align))
352 syshi = mmu_p->mmu_dvma_fast_end;
353 if (PX_DEV_NOFASTLIMIT(lo, hi, syslo, syshi, alig
[all...]
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_dma.c363 uint64_t syshi = iommu_p->iommu_dvma_end; local
386 hi = MIN(hi, syshi);
395 if (DEV_NOFASTLIMIT(lo, hi, syslo, syshi, 1))
428 uint64_t syslo, syshi; local
459 syshi = iommu_p->iommu_dma_bypass_end;
471 syshi = iommu_p->iommu_dvma_end;
479 hi = MIN(hi, syshi);
497 if (DEV_NOSYSLIMIT(lo, hi, syslo, syshi, align))
501 syshi = iommu_p->iommu_dvma_fast_end;
502 if (DEV_NOFASTLIMIT(lo, hi, syslo, syshi, alig
[all...]

Completed in 63 milliseconds