Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4v/sys/
H A Dpte.h115 #define TTEPAGES(sz) (1 << TTE_BSZS_SHIFT(sz)) macro
/titanic_50/usr/src/uts/sun4u/sys/
H A Dpte.h142 #define TTEPAGES(sz) (1 << TTE_BSZS_SHIFT(sz)) macro
/titanic_50/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c1348 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 …]
H A Dhat_sfmmu.h2223 (&(pp)[-(int)(pp->p_pagenum & (TTEPAGES(sz)-1))])
/titanic_50/usr/src/uts/sun4/vm/
H A Dsfmmu.c787 ktsb4m_szcode = highbit((2 * npages) / TTEPAGES(TTE4M) - 1); in calc_tsb_sizes()