Lines Matching refs:memseg
48 static int sfmmu_kpm_fault(caddr_t, struct memseg *, page_t *);
49 static int sfmmu_kpm_fault_small(caddr_t, struct memseg *, page_t *);
271 struct memseg *mseg; \
285 struct memseg *mseg; \
311 struct memseg *mseg; in hat_kpm_fault()
372 hat_kpm_mseghash_update(pgcnt_t inx, struct memseg *msp) in hat_kpm_mseghash_update()
384 hat_kpm_addmem_mseg_update(struct memseg *msp, pgcnt_t nkpmpgs, in hat_kpm_addmem_mseg_update()
403 hat_kpm_addmem_mseg_insert(struct memseg *msp) in hat_kpm_addmem_mseg_insert()
419 hat_kpm_addmem_memsegs_update(struct memseg *msp) in hat_kpm_addmem_memsegs_update()
438 hat_kpm_mseg_reuse(struct memseg *msp) in hat_kpm_mseg_reuse()
456 hat_kpm_delmem_mseg_update(struct memseg *msp, struct memseg **mspp) in hat_kpm_delmem_mseg_update()
458 struct memseg *lmsp; in hat_kpm_delmem_mseg_update()
469 lmsp = (struct memseg *) in hat_kpm_delmem_mseg_update()
470 ((uint64_t)mspp - offsetof(struct memseg, next)); in hat_kpm_delmem_mseg_update()
490 hat_kpm_split_mseg_update(struct memseg *msp, struct memseg **mspp, in hat_kpm_split_mseg_update()
491 struct memseg *lo, struct memseg *mid, struct memseg *hi) in hat_kpm_split_mseg_update()
494 struct memseg *lmsp; in hat_kpm_split_mseg_update()
561 lmsp = (struct memseg *) in hat_kpm_split_mseg_update()
562 ((uint64_t)mspp - offsetof(struct memseg, next)); in hat_kpm_split_mseg_update()
577 struct memseg *msp; in hat_kpm_walk()
1202 sfmmu_kpm_fault(caddr_t vaddr, struct memseg *mseg, page_t *pp) in sfmmu_kpm_fault()
1530 sfmmu_kpm_fault_small(caddr_t vaddr, struct memseg *mseg, page_t *pp) in sfmmu_kpm_fault_small()