Searched defs:lastpp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c3503 page_t *lastpp; local
3588 lastpp = PP_GROUPLEADER(pp, szc);
3590 lastpp += pgcnt - 1;
3593 if (lastpp - firstpp < pgcnt) {
3598 while (lastpp != firstpp) {
3599 ASSERT(lastpp->p_szc == pszc);
3600 lastpp->p_szc = szc - 1;
3601 lastpp--;
3625 lastpp = firstpp + (pgcnt - 1);
3627 lastpp
[all...]
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c8195 page_t *lastpp; local
8258 lastpp = PP_PAGENEXT_N(rootpp, TTEPAGES(pszc) - 1);
8260 while (lastpp != rootpp) {
8261 sz = PP_MAPINDEX(lastpp) ? fnd_mapping_sz(lastpp) : 0;
8264 ASSERT(P2PHASE(lastpp->p_pagenum, npgs) == npgs - 1);
8266 lastpp->p_szc = (uchar_t)sz;
8267 lastpp = PP_PAGEPREV(lastpp);
8277 lastpp
[all...]

Completed in 380 milliseconds