Home
last modified time | relevance | path

Searched refs:PP_PAGENEXT_N (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h2229 #define PP_PAGENEXT_N(pp, n) ((pp) + (n)) macro
2230 #define PP_PAGENEXT(pp) PP_PAGENEXT_N((pp), 1)
H A Dhat_sfmmu.c8254 lastpp = PP_PAGENEXT_N(rootpp, TTEPAGES(pszc) - 1); in hat_page_demote()
9270 pp2 = PP_PAGENEXT_N(pp2, curnpgs); in conv_tnc()