Lines Matching refs:TTEPAGES
1349 if (TTEPAGES(TTE64K) < CACHE_NUM_COLOR) { in hat_init()
2498 numpg = TTEPAGES(ttesz); in hat_do_memload_array()
3402 npgs = TTEPAGES(ttesz); in sfmmu_pagearray_setup()
6399 for (i = 0; i < TTEPAGES(sz); i++, vaddr += MMU_PAGESIZE) { in sfmmu_ttesync()
6426 npgs = TTEPAGES(sz); in sfmmu_ttesync()
8254 lastpp = PP_PAGENEXT_N(rootpp, TTEPAGES(pszc) - 1); in hat_page_demote()
8259 npgs = (sz == 0) ? 1 : TTEPAGES(sz); in hat_page_demote()
8274 ASSERT(IS_P2ALIGNED(lastpp->p_pagenum, TTEPAGES(sz))); in hat_page_demote()
9137 SFMMU_STAT_ADD(sf_uncache_conflict, TTEPAGES(sz)); in sfmmu_vac_conflict()
9139 TTEPAGES(sz)); in sfmmu_vac_conflict()
9250 pg64k = TTEPAGES(TTE64K); in conv_tnc()
9251 dopgs = TTEPAGES(dosz); in conv_tnc()
9256 curnpgs = TTEPAGES(cursz); in conv_tnc()
13262 npgs = TTEPAGES(ttesz); in sfmmu_rm_large_mappings()