Lines Matching defs:lastpp
8188 page_t *lastpp;
8252 lastpp = PP_PAGENEXT_N(rootpp, TTEPAGES(pszc) - 1);
8254 while (lastpp != rootpp) {
8255 sz = PP_MAPINDEX(lastpp) ? fnd_mapping_sz(lastpp) : 0;
8258 ASSERT(P2PHASE(lastpp->p_pagenum, npgs) == npgs - 1);
8260 lastpp->p_szc = (uchar_t)sz;
8261 lastpp = PP_PAGEPREV(lastpp);
8271 lastpp->p_szc = sz;
8272 ASSERT(IS_P2ALIGNED(lastpp->p_pagenum, TTEPAGES(sz)));
8273 if (lastpp != rootpp) {
8274 lastpp = PP_PAGEPREV(lastpp);