TIF_NOTSC         372 arch/x86/kernel/process_32.c 	if (!test_and_set_thread_flag(TIF_NOTSC))
TIF_NOTSC         389 arch/x86/kernel/process_32.c 	if (test_and_clear_thread_flag(TIF_NOTSC))
TIF_NOTSC         402 arch/x86/kernel/process_32.c 	if (test_thread_flag(TIF_NOTSC))
TIF_NOTSC         476 arch/x86/kernel/process_32.c 	if (test_tsk_thread_flag(prev_p, TIF_NOTSC) ^
TIF_NOTSC         477 arch/x86/kernel/process_32.c 	    test_tsk_thread_flag(next_p, TIF_NOTSC)) {
TIF_NOTSC         479 arch/x86/kernel/process_32.c 		if (test_tsk_thread_flag(next_p, TIF_NOTSC))
TIF_NOTSC         406 arch/x86/kernel/process_64.c 	if (!test_and_set_thread_flag(TIF_NOTSC))
TIF_NOTSC         423 arch/x86/kernel/process_64.c 	if (test_and_clear_thread_flag(TIF_NOTSC))
TIF_NOTSC         436 arch/x86/kernel/process_64.c 	if (test_thread_flag(TIF_NOTSC))
TIF_NOTSC         507 arch/x86/kernel/process_64.c 	if (test_tsk_thread_flag(prev_p, TIF_NOTSC) ^
TIF_NOTSC         508 arch/x86/kernel/process_64.c 	    test_tsk_thread_flag(next_p, TIF_NOTSC)) {
TIF_NOTSC         510 arch/x86/kernel/process_64.c 		if (test_tsk_thread_flag(next_p, TIF_NOTSC))
TIF_NOTSC         106 include/asm-x86/thread_info.h #define _TIF_NOTSC		(1 << TIF_NOTSC)
TIF_NOTSC          77 kernel/seccomp.c #ifdef TIF_NOTSC