Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/asm/
A Dthread_info.h93 #define TIF_NOTSC 16 /* TSC is not accessible in userland */ macro
116 #define _TIF_NOTSC (1 << TIF_NOTSC)
/linux-6.3-rc2/arch/x86/kernel/
A Dprocess.c249 if (!test_and_set_thread_flag(TIF_NOTSC)) in disable_TSC()
261 if (test_and_clear_thread_flag(TIF_NOTSC)) in enable_TSC()
274 if (test_thread_flag(TIF_NOTSC)) in get_tsc_mode()
/linux-6.3-rc2/kernel/
A Dseccomp.c1376 #ifdef TIF_NOTSC in seccomp_set_mode_strict()

Completed in 13 milliseconds