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.c8258 lastpp = PP_PAGENEXT_N(rootpp, TTEPAGES(pszc) - 1);
9274 pp2 = PP_PAGENEXT_N(pp2, curnpgs);

Completed in 79 milliseconds