Home
last modified time | relevance | path

Searched refs:fasthi (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_dma.h152 #define PX_DEV_NOFASTLIMIT(lo, hi, fastlo, fasthi, align_pg) \ argument
153 (((lo) <= (fastlo)) && ((hi) >= (fasthi)) && \
H A Dpx_dma.c185 uint64_t fasthi = mmu_p->mmu_dvma_fast_end; in px_dma_lmts2hdl() local
212 if (PX_DEV_NOSYSLIMIT(lo, hi, syslo, fasthi, 1)) in px_dma_lmts2hdl()
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_dma.h172 #define DEV_NOFASTLIMIT(lo, hi, fastlo, fasthi, align_pg) \ argument
173 (((lo) <= (fastlo)) && ((hi) >= (fasthi)) && \
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_dma.c366 uint64_t fasthi = iommu_p->iommu_dvma_fast_end; in pci_dma_lmts2hdl() local
393 if (DEV_NOSYSLIMIT(lo, hi, syslo, fasthi, 1)) in pci_dma_lmts2hdl()