Home
last modified time | relevance | path

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

/arch/x86/include/asm/
A Dthread_info.h100 #define TIF_NOTSC 16 /* TSC is not accessible in userland */ macro
124 #define _TIF_NOTSC (1 << TIF_NOTSC)
/arch/x86/kernel/
A Dprocess.c288 if (!test_and_set_thread_flag(TIF_NOTSC)) in disable_TSC()
300 if (test_and_clear_thread_flag(TIF_NOTSC)) in enable_TSC()
313 if (test_thread_flag(TIF_NOTSC)) in get_tsc_mode()

Completed in 5 milliseconds