Searched refs:spt_base (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dseg_spt.c1187 caddr_t a, spt_base; local
1304 spt_base = sptseg->s_base;
1321 anon_index = seg_page(sptseg, spt_base);
1324 for (a = spt_base; a < (spt_base + sptd->spt_amp->size);
1335 if (a < (spt_base + sptd->spt_amp->size)) {
1403 np = (((uintptr_t)(a - spt_base)) >> PAGESHIFT);

Completed in 64 milliseconds