Lines Matching refs:TTEPAGES
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()
9248 pg64k = TTEPAGES(TTE64K); in conv_tnc()
9249 dopgs = TTEPAGES(dosz); in conv_tnc()
9254 curnpgs = TTEPAGES(cursz); in conv_tnc()
13262 npgs = TTEPAGES(ttesz); in sfmmu_rm_large_mappings()