Lines Matching refs:lastpp
8342 page_t *lastpp; in hat_page_demote() local
8410 lastpp = PP_PAGENEXT_N(rootpp, TTEPAGES(pszc) - 1); in hat_page_demote()
8412 while (lastpp != rootpp) { in hat_page_demote()
8413 sz = PP_MAPINDEX(lastpp) ? fnd_mapping_sz(lastpp) : 0; in hat_page_demote()
8416 ASSERT(P2PHASE(lastpp->p_pagenum, npgs) == npgs - 1); in hat_page_demote()
8418 lastpp->p_szc = (uchar_t)sz; in hat_page_demote()
8419 lastpp = PP_PAGEPREV(lastpp); in hat_page_demote()
8429 lastpp->p_szc = sz; in hat_page_demote()
8430 ASSERT(IS_P2ALIGNED(lastpp->p_pagenum, TTEPAGES(sz))); in hat_page_demote()
8431 if (lastpp != rootpp) { in hat_page_demote()
8432 lastpp = PP_PAGEPREV(lastpp); in hat_page_demote()