Searched refs:TIF_NOTSC (Results 1 – 3 of 3) sorted by relevance
178 if (!test_and_set_thread_flag(TIF_NOTSC)) in disable_TSC()195 if (test_and_clear_thread_flag(TIF_NOTSC)) in enable_TSC()208 if (test_thread_flag(TIF_NOTSC)) in get_tsc_mode()247 if (test_tsk_thread_flag(prev_p, TIF_NOTSC) ^ in __switch_to_xtra()248 test_tsk_thread_flag(next_p, TIF_NOTSC)) { in __switch_to_xtra()250 if (test_tsk_thread_flag(next_p, TIF_NOTSC)) in __switch_to_xtra()
100 #define TIF_NOTSC 16 /* TSC is not accessible in userland */ macro124 #define _TIF_NOTSC (1 << TIF_NOTSC)
772 #ifdef TIF_NOTSC in seccomp_set_mode_strict()