Home
last modified time | relevance | path

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

/illumos-gate/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()
442 ASSERT(tsbinfop->tsb_ttesz_mask != 0); in sfmmu_setup_tsbinfo()
449 tdp->hvtsb_pa = tsbinfop->tsb_pa; in sfmmu_setup_tsbinfo()
451 tsbinfop = tsbinfop->tsb_next; in sfmmu_setup_tsbinfo()
453 tsbinfop = in sfmmu_setup_tsbinfo()
[all …]
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c844 (tsbinfop) = (tsbinfop)->tsb_next; \
2080 for (tsbinfop = sfmmup->sfmmu_tsb; tsbinfop != NULL; in hat_swapout()
2081 tsbinfop = tsbinfop->tsb_next) { in hat_swapout()
2095 last->tsbinfop = tsbinfop; in hat_swapout()
10267 tsbinfop = tsbinfop->tsb_next; in sfmmu_size_tsb()
11575 for (tsbinfop = sfmmup->sfmmu_tsb; tsbinfop != NULL; tsbinfop = next) { in sfmmu_tsb_swapin()
11612 for (tsbinfop = next; tsbinfop != NULL; tsbinfop = next) { in sfmmu_tsb_swapin()
11798 tsbinfop = tsbinfop->tsb_next) { in sfmmu_tsbmiss_exception()
11821 tsbinfop = tsbinfop->tsb_next) { in sfmmu_tsbmiss_exception()
15005 for (tsbinfop = sfmmup->sfmmu_tsb; tsbinfop != NULL; in sfmmu_finish_join_scd()
[all …]
/illumos-gate/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()
746 tsbinfop = NULL; 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()
855 tsbinfop = NULL; in mondo_recover_proc()
[all …]