Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dthread_info.h97 #define TIF_NOTSC 21 /* TSC is not accessible in userland */ macro
110 #define _TIF_NOTSC BIT(TIF_NOTSC)
/linux/arch/x86/kernel/
H A Dprocess.c298 if (!test_and_set_thread_flag(TIF_NOTSC)) in disable_TSC()
310 if (test_and_clear_thread_flag(TIF_NOTSC)) in enable_TSC()
323 if (test_thread_flag(TIF_NOTSC)) in get_tsc_mode()
/linux/kernel/
H A Dseccomp.c1438 #ifdef TIF_NOTSC in seccomp_set_mode_strict()