TIF_FORCED_TF     128 arch/x86/include/asm/thread_info.h #define _TIF_FORCED_TF		(1 << TIF_FORCED_TF)
TIF_FORCED_TF     329 arch/x86/kernel/ptrace.c 	if (test_tsk_thread_flag(task, TIF_FORCED_TF))
TIF_FORCED_TF     345 arch/x86/kernel/ptrace.c 		clear_tsk_thread_flag(task, TIF_FORCED_TF);
TIF_FORCED_TF     346 arch/x86/kernel/ptrace.c 	else if (test_tsk_thread_flag(task, TIF_FORCED_TF))
TIF_FORCED_TF     151 arch/x86/kernel/step.c 		clear_tsk_thread_flag(child, TIF_FORCED_TF);
TIF_FORCED_TF     160 arch/x86/kernel/step.c 		return test_tsk_thread_flag(child, TIF_FORCED_TF);
TIF_FORCED_TF     162 arch/x86/kernel/step.c 	set_tsk_thread_flag(child, TIF_FORCED_TF);
TIF_FORCED_TF     235 arch/x86/kernel/step.c 	if (test_and_clear_tsk_thread_flag(child, TIF_FORCED_TF))