Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/vm/
H A Dmach_sfmmu.c369 tsbinfop = sfmmup->sfmmu_tsb; in sfmmu_setup_tsbinfo()
378 sfmmup->sfmmu_scdp->scd_sfmmup->sfmmu_tsb != NULL); in sfmmu_setup_tsbinfo()
385 sfmmup->sfmmu_scdp->scd_sfmmup->sfmmu_tsb; in sfmmu_setup_tsbinfo()
454 sfmmup->sfmmu_scdp->scd_sfmmup->sfmmu_tsb; in sfmmu_setup_tsbinfo()
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c839 (tsbinfop) = (sfmmup)->sfmmu_tsb; \
1479 sfmmup->sfmmu_tsb = NULL; in hat_alloc()
1504 (void) sfmmu_tsbinfo_alloc(&sfmmup->sfmmu_tsb, size, in hat_alloc()
1508 (void) sfmmu_tsbinfo_alloc(&sfmmup->sfmmu_tsb, in hat_alloc()
1512 ASSERT(sfmmup->sfmmu_tsb != NULL); in hat_alloc()
1946 while (sfmmup->sfmmu_tsb != NULL) { in hat_free_end()
1947 struct tsb_info *next = sfmmup->sfmmu_tsb->tsb_next; in hat_free_end()
1948 sfmmu_tsbinfo_free(sfmmup->sfmmu_tsb); in hat_free_end()
1949 sfmmup->sfmmu_tsb = next; in hat_free_end()
2080 for (tsbinfop = sfmmup->sfmmu_tsb; tsbinfop != NULL; in hat_swapout()
[all …]
H A Dhat_sfmmu.h690 struct tsb_info *sfmmu_tsb; /* list of per as tsbs */ member
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_offsets.in136 sfmmu_tsb
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_offsets.in102 sfmmu_tsb
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c737 tsbinfop = hat->sfmmu_tsb; in mondo_recover_proc()