Lines Matching refs:msp
218 hat_kpm_mseghash_update(pgcnt_t inx, struct memseg *msp) in hat_kpm_mseghash_update() argument
223 hat_kpm_addmem_mseg_update(struct memseg *msp, pgcnt_t nkpmpgs, in hat_kpm_addmem_mseg_update() argument
243 base = memseg_get_start(msp); in hat_kpm_addmem_mseg_update()
244 end = msp->pages_end; in hat_kpm_addmem_mseg_update()
255 hat_kpm_mseg_reuse(struct memseg *msp) in hat_kpm_mseg_reuse() argument
257 return ((caddr_t)msp->epages); in hat_kpm_mseg_reuse()
262 hat_kpm_addmem_mseg_insert(struct memseg *msp) in hat_kpm_addmem_mseg_insert() argument
267 hat_kpm_addmem_memsegs_update(struct memseg *msp) in hat_kpm_addmem_memsegs_update() argument
272 hat_kpm_delmem_mseg_update(struct memseg *msp, struct memseg **mspp) in hat_kpm_delmem_mseg_update() argument
284 base = memseg_get_start(msp); in hat_kpm_delmem_mseg_update()
285 end = msp->pages_end; in hat_kpm_delmem_mseg_update()
293 hat_kpm_split_mseg_update(struct memseg *msp, struct memseg **mspp, in hat_kpm_split_mseg_update() argument
306 struct memseg *msp; in hat_kpm_walk() local
308 for (msp = memsegs; msp; msp = msp->next) { in hat_kpm_walk()
309 pbase = msp->pages_base; in hat_kpm_walk()
310 pend = msp->pages_end; in hat_kpm_walk()