Searched refs:tsbinfop (Results 1 – 3 of 3) sorted by relevance
352 struct tsb_info *tsbinfop; in sfmmu_setup_tsbinfo() local369 tsbinfop = sfmmup->sfmmu_tsb; in sfmmu_setup_tsbinfo()370 if (tsbinfop == NULL) { in sfmmu_setup_tsbinfo()396 if (tsbinfop->tsb_next != NULL) { in sfmmu_setup_tsbinfo()401 if (tsbinfop->tsb_next == NULL) { in sfmmu_setup_tsbinfo()430 ASSERT(tsbinfop != NULL); in sfmmu_setup_tsbinfo()431 for (i = 0; tsbinfop != NULL && i < NHV_TSB_INFO; i++) { in sfmmu_setup_tsbinfo()442 ASSERT(tsbinfop->tsb_ttesz_mask != 0); in sfmmu_setup_tsbinfo()443 tdp->hvtsb_idxpgsz = lowbit(tsbinfop->tsb_ttesz_mask) - 1; in sfmmu_setup_tsbinfo()445 tdp->hvtsb_ntte = TSB_ENTRIES(tsbinfop->tsb_szc); in sfmmu_setup_tsbinfo()[all …]
837 #define SFMMU_GET_TSBINFO(tsbinfop, sfmmup, tte_szc) { \ argument838 (tsbinfop) = (sfmmup)->sfmmu_tsb; \839 ASSERT(((tsbinfop)->tsb_flags & TSB_SHAREDCTX) || \842 ASSERT((tsbinfop) != NULL); \843 (tsbinfop) = (tsbinfop)->tsb_next; \2004 struct tsb_info *tsbinfop; in hat_swapout() local2007 struct tsb_info *tsbinfop; in hat_swapout() member2088 for (tsbinfop = sfmmup->sfmmu_tsb; tsbinfop != NULL; in hat_swapout()2089 tsbinfop = tsbinfop->tsb_next) { in hat_swapout()2090 ASSERT((tsbinfop->tsb_flags & TSB_SWAPPED) == 0); in hat_swapout()[all …]
687 struct tsb_info *tsbinfop; in mondo_recover_proc() local737 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()[all …]