Lines Matching defs:repl
3135 * relocate a bunch of smaller targ pages into one large repl page. all targ
3148 page_t *repl;
3168 repl = replacement;
3169 page_sub(&replacement, repl);
3170 ASSERT(PAGE_EXCL(repl));
3171 ASSERT(!PP_ISFREE(repl));
3172 ASSERT(repl->p_szc == repl_szc);
3179 repl = replacement;
3180 page_sub(&replacement, repl);
3181 ASSERT(PAGE_EXCL(repl));
3182 ASSERT(!PP_ISFREE(repl));
3183 ASSERT(repl->p_szc == repl_szc);
3187 repl = repl_savepp;
3188 ASSERT(IS_P2ALIGNED(page_pptonum(repl), curnpgs));
3190 err = page_relocate(&pp, &repl, 0, 1, &nreloc, NULL);
3202 repl = first_repl;
3205 ASSERT(PAGE_EXCL(repl));
3206 ASSERT(!PP_ISFREE(repl));
3207 targ[i] = repl;
3209 repl++;
9989 SEGVN_TR_ADDSTAT(repl);