Searched refs:px_dvma_page_cache_clustsz (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sun4/io/px/
H A Dpx_space.c125 uint_t px_dvma_page_cache_clustsz = 0x8; /* # of pages per chunk */ variable
H A Dpx_space.h78 extern uint_t px_dvma_page_cache_clustsz;
H A Dpx_dma.h147 <= px_dvma_page_cache_clustsz) && PX_HAS_NOFASTLIMIT(mp))
154 ((align_pg) <= px_dvma_page_cache_clustsz))
174 if ((mp->dmai_ndvmapages + PX_HAS_REDZONE(mp)) > px_dvma_page_cache_clustsz) \
H A Dpx_mmu.c103 px_dvma_page_cache_clustsz);
135 cache_i = tsb_i / px_dvma_page_cache_clustsz;
H A Dpx_dma.c699 uint_t clustsz = px_dvma_page_cache_clustsz;
861 ASSERT(index % px_dvma_page_cache_clustsz == 0);
862 index /= px_dvma_page_cache_clustsz;

Completed in 74 milliseconds