Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kernel/
Dprocess.c162 if (!test_and_set_thread_flag(TIF_NOTSC)) in disable_TSC()
179 if (test_and_clear_thread_flag(TIF_NOTSC)) in enable_TSC()
192 if (test_thread_flag(TIF_NOTSC)) in get_tsc_mode()
231 if (test_tsk_thread_flag(prev_p, TIF_NOTSC) ^ in __switch_to_xtra()
232 test_tsk_thread_flag(next_p, TIF_NOTSC)) { in __switch_to_xtra()
234 if (test_tsk_thread_flag(next_p, TIF_NOTSC)) in __switch_to_xtra()
/linux-3.4.99/arch/x86/include/asm/
Dthread_info.h88 #define TIF_NOTSC 16 /* TSC is not accessible in userland */ macro
112 #define _TIF_NOTSC (1 << TIF_NOTSC)
/linux-3.4.99/kernel/
Dseccomp.c80 #ifdef TIF_NOTSC in prctl_set_seccomp()