Searched refs:fasthi (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/sun4/io/px/ |
H A D | px_dma.h | 152 #define PX_DEV_NOFASTLIMIT(lo, hi, fastlo, fasthi, align_pg) \ argument 153 (((lo) <= (fastlo)) && ((hi) >= (fasthi)) && \
|
H A D | px_dma.c | 183 uint64_t fasthi = mmu_p->mmu_dvma_fast_end; in px_dma_lmts2hdl() local 210 if (PX_DEV_NOSYSLIMIT(lo, hi, syslo, fasthi, 1)) in px_dma_lmts2hdl()
|
/titanic_50/usr/src/uts/sun4u/sys/pci/ |
H A D | pci_dma.h | 172 #define DEV_NOFASTLIMIT(lo, hi, fastlo, fasthi, align_pg) \ argument 173 (((lo) <= (fastlo)) && ((hi) >= (fasthi)) && \
|
/titanic_50/usr/src/uts/sun4u/io/pci/ |
H A D | pci_dma.c | 364 uint64_t fasthi = iommu_p->iommu_dvma_fast_end; in pci_dma_lmts2hdl() local 391 if (DEV_NOSYSLIMIT(lo, hi, syslo, fasthi, 1)) in pci_dma_lmts2hdl()
|