Home
last modified time | relevance | path

Searched refs:TIF_FORCED_TF (Results 1 – 4 of 4) sorted by relevance

/arch/x86/kernel/
Dstep.c144 clear_tsk_thread_flag(child, TIF_FORCED_TF); in enable_single_step()
153 return test_tsk_thread_flag(child, TIF_FORCED_TF); in enable_single_step()
155 set_tsk_thread_flag(child, TIF_FORCED_TF); in enable_single_step()
228 if (test_and_clear_tsk_thread_flag(child, TIF_FORCED_TF)) in user_disable_single_step()
Dptrace.c394 if (test_tsk_thread_flag(task, TIF_FORCED_TF)) in get_flags()
410 clear_tsk_thread_flag(task, TIF_FORCED_TF); in set_flags()
411 else if (test_tsk_thread_flag(task, TIF_FORCED_TF)) in set_flags()
Dsignal.c664 likely(test_and_clear_thread_flag(TIF_FORCED_TF))) in handle_signal()
/arch/x86/include/asm/
Dthread_info.h94 #define TIF_FORCED_TF 24 /* true if TF in eflags artificially */ macro
118 #define _TIF_FORCED_TF (1 << TIF_FORCED_TF)