Searched refs:align_pg (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/sun4/io/px/ |
H A D | px_dma.h | 152 #define PX_DEV_NOFASTLIMIT(lo, hi, fastlo, fasthi, align_pg) \ argument 154 ((align_pg) <= px_dvma_page_cache_clustsz)) 156 #define PX_DEV_NOSYSLIMIT(lo, hi, syslo, syshi, align_pg) \ argument 157 (((lo) <= (syslo)) && ((hi) >= (syshi)) && (align_pg == 1))
|
/illumos-gate/usr/src/uts/sun4u/sys/pci/ |
H A D | pci_dma.h | 172 #define DEV_NOFASTLIMIT(lo, hi, fastlo, fasthi, align_pg) \ argument 174 ((align_pg) <= pci_dvma_page_cache_clustsz)) 176 #define DEV_NOSYSLIMIT(lo, hi, syslo, syshi, align_pg) \ argument 177 (((lo) <= (syslo)) && ((hi) >= (syshi)) && (align_pg == 1))
|