Lines Matching refs:tsbinfop
687 struct tsb_info *tsbinfop; in mondo_recover_proc() local
737 tsbinfop = hat->sfmmu_tsb; in mondo_recover_proc()
738 if (tsbinfop == NULL) { in mondo_recover_proc()
742 tsbp = tsbinfop->tsb_va; in mondo_recover_proc()
743 end_tsbp = tsbp + TSB_BYTES(tsbinfop->tsb_szc); in mondo_recover_proc()
746 tsbinfop = NULL; in mondo_recover_proc()
792 (tsbinfop->tsb_flags & TSB_RELOC_FLAG) != 0) { in mondo_recover_proc()
844 if (tsbinfop != NULL) in mondo_recover_proc()
845 tsbinfop = tsbinfop->tsb_next; in mondo_recover_proc()
846 if (tsbinfop != NULL) { in mondo_recover_proc()
847 tsbp = tsbinfop->tsb_va; in mondo_recover_proc()
848 end_tsbp = tsbp + TSB_BYTES(tsbinfop->tsb_szc); in mondo_recover_proc()
855 tsbinfop = NULL; in mondo_recover_proc()
857 } while (tsbinfop != NULL || in mondo_recover_proc()