Lines Matching refs:tstat_options

526 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()
1035 if (tstat_options & TSTAT_OPT_TLBDATA) { in trapstat_snapshot()
1669 if ((!(tstat_options & TSTAT_OPT_TLBDATA) || in trapstat_make_traptab()
1800 if (tstat_options & TSTAT_OPT_TLBDATA) { in trapstat_setup()
1837 if (tstat_options & TSTAT_OPT_TLBDATA) { in trapstat_setup()
1953 if (tstat_options & TSTAT_OPT_TLBDATA) { in trapstat_go()
2066 if (tstat_options & TSTAT_OPT_TLBDATA) in trapstat_stop()
2243 tstat_options = 0; in trapstat_open()
2288 tstat_options |= option; in trapstat_option()
2328 if (!(tstat_options & TSTAT_OPT_CPU) || cmd == TSTATIOC_NOCPU) { in trapstat_ioctl()
2329 tstat_options |= TSTAT_OPT_CPU; in trapstat_ioctl()
2360 if (!(tstat_options & TSTAT_OPT_ENTRY)) { in trapstat_ioctl()
2368 tstat_options |= TSTAT_OPT_ENTRY; in trapstat_ioctl()
2392 if (tstat_options & TSTAT_OPT_TLBDATA) { in trapstat_ioctl()
2434 if ((tstat_options & TSTAT_OPT_TLBDATA) && in trapstat_ioctl()