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.c844 (tsbinfop) = (tsbinfop)->tsb_next; \
1947 struct tsb_info *next = sfmmup->sfmmu_tsb->tsb_next; in hat_free_end()
2081 tsbinfop = tsbinfop->tsb_next) { in hat_swapout()
8814 tsbinfo = tsbinfo->tsb_next) { in hat_unshare()
9845 prevtsb = curtsb, curtsb = curtsb->tsb_next) in sfmmu_replace_tsb()
9907 prevtsb = curtsb, curtsb = curtsb->tsb_next) in sfmmu_replace_tsb()
9954 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()
10243 if (sfmmup->sfmmu_tsb->tsb_next == NULL) { in sfmmu_size_tsb()
[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()