Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4/io/
H A Dtrapstat.c526 static int tstat_options; /* bit-wise indication of options */ variable
694 if (!(tstat_options & TSTAT_OPT_TLBDATA)) in trapstat_hotpatch()
788 if (tstat_probe_area == NULL || (tstat_options & TSTAT_OPT_NOGO)) in trapstat_probe()
840 if (!(tstat_options & TSTAT_OPT_TLBDATA)) in trapstat_probe_alloc()
907 if (!(tstat_options & TSTAT_OPT_NOGO)) in trapstat_enable()
911 if ((tstat_options & TSTAT_OPT_TLBDATA) && in trapstat_enable()
912 !(tstat_options & TSTAT_OPT_NOGO)) { in trapstat_enable()
953 if (!(tstat_options & TSTAT_OPT_NOGO)) in trapstat_disable()
959 if ((tstat_options & TSTAT_OPT_TLBDATA) && in trapstat_disable()
960 !(tstat_options & TSTAT_OPT_NOGO)) { in trapstat_disable()
[all …]