Home
last modified time | relevance | path

Searched refs:tsbinfop (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/sun4v/vm/
H A Dmach_sfmmu.c352 struct tsb_info *tsbinfop; in sfmmu_setup_tsbinfo() local
369 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 …]
/titanic_41/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c837 #define SFMMU_GET_TSBINFO(tsbinfop, sfmmup, tte_szc) { \ argument
838 (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() local
2007 struct tsb_info *tsbinfop; in hat_swapout() member
2088 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 …]
/titanic_41/usr/src/uts/sun4u/cpu/
H A Dus3_common.c687 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()
[all …]