Searched refs:tstat_options (Results 1 – 1 of 1) sorted by relevance
526 static int tstat_options; /* bit-wise indication of options */ variable694 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 …]