TIF_FORCED_TF 288 arch/x86/kernel/ptrace.c if (test_tsk_thread_flag(task, TIF_FORCED_TF)) TIF_FORCED_TF 304 arch/x86/kernel/ptrace.c clear_tsk_thread_flag(task, TIF_FORCED_TF); TIF_FORCED_TF 305 arch/x86/kernel/ptrace.c else if (test_tsk_thread_flag(task, TIF_FORCED_TF)) TIF_FORCED_TF 552 arch/x86/kernel/signal_32.c likely(test_and_clear_thread_flag(TIF_FORCED_TF))) TIF_FORCED_TF 351 arch/x86/kernel/signal_64.c likely(test_and_clear_thread_flag(TIF_FORCED_TF))) TIF_FORCED_TF 145 arch/x86/kernel/step.c clear_tsk_thread_flag(child, TIF_FORCED_TF); TIF_FORCED_TF 154 arch/x86/kernel/step.c return test_tsk_thread_flag(child, TIF_FORCED_TF); TIF_FORCED_TF 156 arch/x86/kernel/step.c set_tsk_thread_flag(child, TIF_FORCED_TF); TIF_FORCED_TF 227 arch/x86/kernel/step.c if (test_and_clear_tsk_thread_flag(child, TIF_FORCED_TF)) TIF_FORCED_TF 113 include/asm-x86/thread_info.h #define _TIF_FORCED_TF (1 << TIF_FORCED_TF)