Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c2096 tsbinfop->tsb_flags |= TSB_SWAPPED; in hat_swapout()
8815 if (tsbinfo->tsb_flags & TSB_SWAPPED) in hat_unshare()
8818 tsbinfo->tsb_flags |= in hat_unshare()
11882 if (tp->tsb_flags & TSB_RELOC_FLAG) { in sfmmu_tsb_chk_reloc()
12554 tsbinfop->tsb_flags |= TSB_RELOC_FLAG; in sfmmu_tsb_pre_relocator()
12659 tsbinfop->tsb_flags &= ~TSB_RELOC_FLAG; in sfmmu_tsb_post_relocator()
12836 tsbinfo->tsb_flags = TSB_SWAPPED; in sfmmu_init_tsbinfo()
12968 tsbinfo->tsb_flags = 0; in sfmmu_init_tsbinfo()
13100 ktsb_info[0].tsb_flags = 0; in sfmmu_init_ktsbinfo()
13109 ktsb_info[1].tsb_flags = 0; in sfmmu_init_ktsbinfo()
[all …]
H A Dhat_sfmmu.h241 uint16_t tsb_flags; /* flags for this tsb; see below */ member
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c792 (tsbinfop->tsb_flags & TSB_RELOC_FLAG) != 0) { in mondo_recover_proc()