Searched refs:TIF_NOTSC (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/x86/kernel/
H A Dprocess.c141 if (!test_and_set_thread_flag(TIF_NOTSC)) disable_TSC()
144 * TIF_NOTSC in the current running context. disable_TSC()
158 if (test_and_clear_thread_flag(TIF_NOTSC)) enable_TSC()
161 * TIF_NOTSC in the current running context. enable_TSC()
171 if (test_thread_flag(TIF_NOTSC)) get_tsc_mode()
210 if (test_tsk_thread_flag(prev_p, TIF_NOTSC) ^ __switch_to_xtra()
211 test_tsk_thread_flag(next_p, TIF_NOTSC)) { __switch_to_xtra()
213 if (test_tsk_thread_flag(next_p, TIF_NOTSC)) __switch_to_xtra()
/linux-4.4.14/arch/x86/include/asm/
H A Dthread_info.h100 #define TIF_NOTSC 16 /* TSC is not accessible in userland */ macro
124 #define _TIF_NOTSC (1 << TIF_NOTSC)
/linux-4.4.14/kernel/
H A Dseccomp.c738 #ifdef TIF_NOTSC seccomp_set_mode_strict()

Completed in 135 milliseconds