Lines Matching refs:msp
4356 hat_kpm_mseghash_update(pgcnt_t inx, struct memseg *msp) in hat_kpm_mseghash_update() argument
4361 hat_kpm_addmem_mseg_update(struct memseg *msp, pgcnt_t nkpmpgs, in hat_kpm_addmem_mseg_update() argument
4382 base = memseg_get_start(msp); in hat_kpm_addmem_mseg_update()
4383 end = msp->pages_end; in hat_kpm_addmem_mseg_update()
4391 hat_kpm_addmem_mseg_insert(struct memseg *msp) in hat_kpm_addmem_mseg_insert() argument
4393 _NOTE(ARGUNUSED(msp)); in hat_kpm_addmem_mseg_insert()
4397 hat_kpm_addmem_memsegs_update(struct memseg *msp) in hat_kpm_addmem_memsegs_update() argument
4399 _NOTE(ARGUNUSED(msp)); in hat_kpm_addmem_memsegs_update()
4407 hat_kpm_mseg_reuse(struct memseg *msp) in hat_kpm_mseg_reuse() argument
4409 return ((caddr_t)msp->epages); in hat_kpm_mseg_reuse()
4413 hat_kpm_delmem_mseg_update(struct memseg *msp, struct memseg **mspp) in hat_kpm_delmem_mseg_update() argument
4415 _NOTE(ARGUNUSED(msp, mspp)); in hat_kpm_delmem_mseg_update()
4420 hat_kpm_split_mseg_update(struct memseg *msp, struct memseg **mspp, in hat_kpm_split_mseg_update() argument
4423 _NOTE(ARGUNUSED(msp, mspp, lo, mid, hi)); in hat_kpm_split_mseg_update()
4436 struct memseg *msp; in hat_kpm_walk() local
4438 for (msp = memsegs; msp; msp = msp->next) { in hat_kpm_walk()
4439 pbase = msp->pages_base; in hat_kpm_walk()
4440 pend = msp->pages_end; in hat_kpm_walk()