Home
last modified time | relevance | path

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

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