Home
last modified time | relevance | path

Searched refs:tsb_next (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/vm/
H A Dmach_sfmmu.c388 int scd4mtsb = (scd8ktsbp->tsb_next != 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()
451 tsbinfop = tsbinfop->tsb_next; in sfmmu_setup_tsbinfo()
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c9954 new_tsbinfo->tsb_next = old_tsbinfo->tsb_next; in sfmmu_replace_tsb()
9957 prevtsb->tsb_next = new_tsbinfo; in sfmmu_replace_tsb()
10214 if (tsbinfop->tsb_next == NULL) { in sfmmu_size_tsb()
10267 tsbinfop = tsbinfop->tsb_next; in sfmmu_size_tsb()
11577 next = tsbinfop->tsb_next; in sfmmu_tsb_swapin()
11608 next = tsbinfop->tsb_next; in sfmmu_tsb_swapin()
11609 tsbinfop->tsb_next = NULL; in sfmmu_tsb_swapin()
11613 next = tsbinfop->tsb_next; in sfmmu_tsb_swapin()
12835 tsbinfo->tsb_next = NULL; in sfmmu_init_tsbinfo()
12967 tsbinfo->tsb_next = NULL; in sfmmu_init_tsbinfo()
[all …]
H A Dhat_sfmmu.h239 struct tsb_info *tsb_next; /* next tsb used by this process */ member
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_offsets.in245 tsb_next TSBINFO_NEXTPTR
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_offsets.in211 tsb_next TSBINFO_NEXTPTR
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c845 tsbinfop = tsbinfop->tsb_next; in mondo_recover_proc()