Searched refs:TTEPAGES (Results 1 – 5 of 5) sorted by relevance
115 #define TTEPAGES(sz) (1 << TTE_BSZS_SHIFT(sz)) macro
142 #define TTEPAGES(sz) (1 << TTE_BSZS_SHIFT(sz)) macro
1348 if (TTEPAGES(TTE64K) < CACHE_NUM_COLOR) { in hat_init()2497 numpg = TTEPAGES(ttesz); in hat_do_memload_array()3401 npgs = TTEPAGES(ttesz); in sfmmu_pagearray_setup()6395 for (i = 0; i < TTEPAGES(sz); i++, vaddr += MMU_PAGESIZE) { in sfmmu_ttesync()6422 npgs = TTEPAGES(sz); in sfmmu_ttesync()8252 lastpp = PP_PAGENEXT_N(rootpp, TTEPAGES(pszc) - 1); in hat_page_demote()8257 npgs = (sz == 0) ? 1 : TTEPAGES(sz); in hat_page_demote()8272 ASSERT(IS_P2ALIGNED(lastpp->p_pagenum, TTEPAGES(sz))); in hat_page_demote()9135 SFMMU_STAT_ADD(sf_uncache_conflict, TTEPAGES(sz)); in sfmmu_vac_conflict()9137 TTEPAGES(sz)); in sfmmu_vac_conflict()[all …]
2223 (&(pp)[-(int)(pp->p_pagenum & (TTEPAGES(sz)-1))])
787 ktsb4m_szcode = highbit((2 * npages) / TTEPAGES(TTE4M) - 1); in calc_tsb_sizes()