Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/io/px/
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.c104 px_dvma_page_cache_clustsz); in px_mmu_attach()
136 cache_i = tsb_i / px_dvma_page_cache_clustsz; in px_mmu_attach()
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.c704 uint_t clustsz = px_dvma_page_cache_clustsz; in px_dvma_map_fast()
866 ASSERT(index % px_dvma_page_cache_clustsz == 0); in px_dvma_unmap()
867 index /= px_dvma_page_cache_clustsz; in px_dvma_unmap()