Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_mmu.c90 kmem_zalloc(px_dvma_page_cache_entries, KM_SLEEP); in px_mmu_attach()
103 cache_size = MMU_PTOB(px_dvma_page_cache_entries * in px_mmu_attach()
137 ASSERT(cache_i < px_dvma_page_cache_entries); in px_mmu_attach()
162 px_dvma_page_cache_entries); in px_mmu_detach()
H A Dpx_space.c124 uint_t px_dvma_page_cache_entries = 0x200; /* # of chunks (1 << bits) */ variable
H A Dpx_space.h77 extern uint_t px_dvma_page_cache_entries;
H A Dpx_dma.c705 uint_t entries = px_dvma_page_cache_entries; in px_dvma_map_fast()
868 ASSERT(index < px_dvma_page_cache_entries); in px_dvma_unmap()