Searched refs:TIF_FORCED_TF (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/kernel/
H A Dstep.c123 * state so we don't wrongly set TIF_FORCED_TF below.
125 * set TIF_SINGLESTEP, then both TF and TIF_FORCED_TF are
158 clear_tsk_thread_flag(child, TIF_FORCED_TF);
167 return test_tsk_thread_flag(child, TIF_FORCED_TF);
169 set_tsk_thread_flag(child, TIF_FORCED_TF);
242 if (test_and_clear_tsk_thread_flag(child, TIF_FORCED_TF))
H A Dptrace.c349 if (test_tsk_thread_flag(task, TIF_FORCED_TF))
365 clear_tsk_thread_flag(task, TIF_FORCED_TF);
366 else if (test_tsk_thread_flag(task, TIF_FORCED_TF))
/linux-master/arch/x86/include/asm/
H A Dthread_info.h105 #define TIF_FORCED_TF 24 /* true if TF in eflags artificially */ macro
127 #define _TIF_FORCED_TF (1 << TIF_FORCED_TF)

Completed in 101 milliseconds