Searched refs:TIF_SINGLESTEP (Results 1 - 22 of 22) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dthread_info.h114 #define TIF_SINGLESTEP 5 /* singlestepping active */ macro
125 #define _TIF_SINGLESTEP (1<<TIF_SINGLESTEP)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-frv/
H A Dthread_info.h114 #define TIF_SINGLESTEP 4 /* restore singlestep on return to user mode */ macro
125 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-xtensa/
H A Dthread_info.h116 #define TIF_SINGLESTEP 4 /* restore singlestep on return to user mode */ macro
126 #define _TIF_SINGLESTEP (1<<TIF_SINGLESTEP)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dthread_info.h119 #define TIF_SINGLESTEP 9 /* singlestepping active */ macro
137 #define _TIF_SINGLESTEP (1<<TIF_SINGLESTEP)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dthread_info.h130 #define TIF_SINGLESTEP 4 /* restore singlestep on return to user mode */ macro
145 #define _TIF_SINGLESTEP (1<<TIF_SINGLESTEP)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dthread_info.h87 #define TIF_SINGLESTEP 5 /* restore singlestep on return to user mode */ macro
97 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m32r/
H A Dthread_info.h152 #define TIF_SINGLESTEP 4 /* restore singlestep on return to user mode */ macro
162 #define _TIF_SINGLESTEP (1<<TIF_SINGLESTEP)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dptrace-common.h62 set_tsk_thread_flag(task, TIF_SINGLESTEP);
70 clear_tsk_thread_flag(task, TIF_SINGLESTEP);
H A Dptrace.c221 set_tsk_thread_flag(task, TIF_SINGLESTEP);
237 clear_tsk_thread_flag(task, TIF_SINGLESTEP);
561 || test_thread_flag(TIF_SINGLESTEP))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dthread_info.h113 #define TIF_SINGLESTEP 4 /* reenable singlestep on user return*/ macro
130 #define _TIF_SINGLESTEP (1<<TIF_SINGLESTEP)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dptrace.c61 clear_tsk_thread_flag(child, TIF_SINGLESTEP);
217 set_tsk_thread_flag(child, TIF_SINGLESTEP);
271 !test_thread_flag(TIF_SINGLESTEP))
278 !test_thread_flag(TIF_SINGLESTEP) ? 0x80 : 0));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dptrace.c172 * Always set TIF_SINGLESTEP - this guarantees that
176 set_tsk_thread_flag(child, TIF_SINGLESTEP);
200 /* Always clear TIF_SINGLESTEP... */
201 clear_tsk_thread_flag(child, TIF_SINGLESTEP);
444 clear_tsk_thread_flag(child, TIF_SINGLESTEP);
491 clear_tsk_thread_flag(child, TIF_SINGLESTEP);
624 || test_thread_flag(TIF_SINGLESTEP))
H A Dsignal.c300 if (test_thread_flag(TIF_SINGLESTEP))
472 clear_thread_flag(TIF_SINGLESTEP);
H A Dtraps.c890 set_tsk_thread_flag(tsk, TIF_SINGLESTEP);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dsignal.c313 if (test_thread_flag(TIF_SINGLESTEP))
412 if (test_thread_flag(TIF_SINGLESTEP))
561 clear_thread_flag(TIF_SINGLESTEP);
H A Dptrace.c225 clear_tsk_thread_flag(child, TIF_SINGLESTEP);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dptrace.c222 * Always set TIF_SINGLESTEP - this guarantees that
226 set_tsk_thread_flag(child, TIF_SINGLESTEP);
250 /* Always clear TIF_SINGLESTEP... */
251 clear_tsk_thread_flag(child, TIF_SINGLESTEP);
657 * With TIF_SYSCALL_EMU set we want to ignore TIF_SINGLESTEP for syscall
660 int is_singlestep = !is_sysemu && test_thread_flag(TIF_SINGLESTEP);
H A Dsignal.c396 if (test_thread_flag(TIF_SINGLESTEP))
490 if (test_thread_flag(TIF_SINGLESTEP))
652 clear_thread_flag(TIF_SINGLESTEP);
H A Dtraps.c855 set_tsk_thread_flag(tsk, TIF_SINGLESTEP);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dia32_signal.c498 if (test_thread_flag(TIF_SINGLESTEP))
604 if (test_thread_flag(TIF_SINGLESTEP))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dptrace.c1408 clear_tsk_thread_flag(child, TIF_SINGLESTEP);
1529 clear_tsk_thread_flag(child, TIF_SINGLESTEP);
1561 set_tsk_thread_flag(child, TIF_SINGLESTEP);
1668 || test_thread_flag(TIF_SINGLESTEP))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dsignal.c407 clear_thread_flag(TIF_SINGLESTEP);

Completed in 207 milliseconds