Home
last modified time | relevance | path

Searched refs:TSB_RELOC_FLAG (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/mdb/sun4u/modules/unix/
H A Dsfmmu.c527 { "RELOC", TSB_RELOC_FLAG, TSB_RELOC_FLAG }, in tsbinfo_list()
/titanic_50/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c2727 if ((tsbinfop->tsb_flags & TSB_RELOC_FLAG) != 0) { in sfmmu_mod_tsb()
2817 if ((tsbinfop->tsb_flags & TSB_RELOC_FLAG) != 0) { in sfmmu_unload_tsb_range()
8815 if (tsbinfo->tsb_flags & TSB_RELOC_FLAG) { in hat_unshare()
11797 if (tsbinfop->tsb_flags & TSB_RELOC_FLAG) { in sfmmu_tsbmiss_exception()
11820 if (tsbinfop->tsb_flags & TSB_RELOC_FLAG) { in sfmmu_tsbmiss_exception()
11880 if (tp->tsb_flags & TSB_RELOC_FLAG) { in sfmmu_tsb_chk_reloc()
12552 tsbinfop->tsb_flags |= TSB_RELOC_FLAG; in sfmmu_tsb_pre_relocator()
12657 tsbinfop->tsb_flags &= ~TSB_RELOC_FLAG; in sfmmu_tsb_post_relocator()
15010 ASSERT(!(tsbinfop->tsb_flags & TSB_RELOC_FLAG)); in sfmmu_finish_join_scd()
H A Dhat_sfmmu.h263 #define TSB_RELOC_FLAG 0x1 macro
/titanic_50/usr/src/uts/sun4u/cpu/
H A Dus3_common.c792 (tsbinfop->tsb_flags & TSB_RELOC_FLAG) != 0) { in mondo_recover_proc()