/arch/frv/include/asm/ |
D | thread_info.h | 95 #define TIF_SINGLESTEP 4 /* restore singlestep on return to user mode */ macro 103 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/arch/blackfin/include/asm/ |
D | thread_info.h | 103 #define TIF_SINGLESTEP 9 macro 111 #define _TIF_SINGLESTEP (1<<TIF_SINGLESTEP)
|
/arch/parisc/include/asm/ |
D | thread_info.h | 63 #define TIF_SINGLESTEP 9 /* single stepping? */ macro 72 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/arch/openrisc/include/asm/ |
D | thread_info.h | 110 #define TIF_SINGLESTEP 4 /* restore singlestep on return to user macro 123 #define _TIF_SINGLESTEP (1<<TIF_SINGLESTEP)
|
/arch/hexagon/include/asm/ |
D | thread_info.h | 122 #define TIF_SINGLESTEP 4 /* restore ss @ return to usr mode */ macro 131 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/arch/x86/kernel/ |
D | step.c | 119 if (unlikely(test_tsk_thread_flag(child, TIF_SINGLESTEP))) in enable_single_step() 127 set_tsk_thread_flag(child, TIF_SINGLESTEP); in enable_single_step() 225 clear_tsk_thread_flag(child, TIF_SINGLESTEP); in user_disable_single_step()
|
/arch/parisc/kernel/ |
D | ptrace.c | 38 clear_tsk_thread_flag(task, TIF_SINGLESTEP); in ptrace_disable() 60 set_tsk_thread_flag(task, TIF_SINGLESTEP); in user_enable_single_step() 102 clear_tsk_thread_flag(task, TIF_SINGLESTEP); in user_enable_block_step() 279 int stepping = test_thread_flag(TIF_SINGLESTEP) || in do_syscall_trace_exit()
|
/arch/m32r/include/asm/ |
D | thread_info.h | 121 #define TIF_SINGLESTEP 3 /* restore singlestep on return to user mode */ macro 130 #define _TIF_SINGLESTEP (1<<TIF_SINGLESTEP)
|
/arch/xtensa/include/asm/ |
D | thread_info.h | 130 #define TIF_SINGLESTEP 3 /* restore singlestep on return to user mode */ macro 138 #define _TIF_SINGLESTEP (1<<TIF_SINGLESTEP)
|
/arch/metag/include/asm/ |
D | thread_info.h | 116 #define TIF_SINGLESTEP 3 /* restore singlestep on return to user macro 131 #define _TIF_SINGLESTEP (1<<TIF_SINGLESTEP)
|
/arch/mn10300/include/asm/ |
D | thread_info.h | 153 #define TIF_SINGLESTEP 4 /* restore singlestep on return to user mode */ macro 162 #define _TIF_SINGLESTEP +(1 << TIF_SINGLESTEP)
|
/arch/tile/include/asm/ |
D | thread_info.h | 119 #define TIF_SINGLESTEP 2 /* restore singlestep on return to macro 131 #define _TIF_SINGLESTEP (1<<TIF_SINGLESTEP)
|
/arch/microblaze/include/asm/ |
D | thread_info.h | 123 #define TIF_SINGLESTEP 4 macro 135 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/arch/arm64/kernel/ |
D | debug-monitors.c | 389 if (test_ti_thread_flag(task_thread_info(task), TIF_SINGLESTEP)) in user_rewind_single_step() 395 if (test_ti_thread_flag(task_thread_info(task), TIF_SINGLESTEP)) in user_fastforward_single_step() 424 set_ti_thread_flag(task_thread_info(task), TIF_SINGLESTEP); in user_enable_single_step() 430 clear_ti_thread_flag(task_thread_info(task), TIF_SINGLESTEP); in user_disable_single_step()
|
/arch/sh/include/asm/ |
D | thread_info.h | 122 #define TIF_SINGLESTEP 4 /* singlestepping active */ macro 133 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/arch/powerpc/include/asm/ |
D | thread_info.h | 99 #define TIF_SINGLESTEP 8 /* singlestepping active */ macro 120 #define _TIF_SINGLESTEP (1<<TIF_SINGLESTEP)
|
/arch/tile/kernel/ |
D | ptrace.c | 33 set_tsk_thread_flag(child, TIF_SINGLESTEP); in user_enable_single_step() 38 clear_tsk_thread_flag(child, TIF_SINGLESTEP); in user_disable_single_step() 46 clear_tsk_thread_flag(child, TIF_SINGLESTEP); in ptrace_disable()
|
/arch/ia64/include/asm/ |
D | thread_info.h | 107 #define TIF_SINGLESTEP 4 /* restore singlestep on return to user mode */ macro 116 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/arch/x86/include/asm/ |
D | thread_info.h | 80 #define TIF_SINGLESTEP 4 /* reenable singlestep on user return*/ macro 104 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/arch/hexagon/kernel/ |
D | ptrace.c | 40 set_tsk_thread_flag(child, TIF_SINGLESTEP); in user_enable_single_step() 46 clear_tsk_thread_flag(child, TIF_SINGLESTEP); in user_disable_single_step()
|
/arch/blackfin/kernel/ |
D | ptrace.c | 232 set_tsk_thread_flag(child, TIF_SINGLESTEP); in user_enable_single_step() 240 clear_tsk_thread_flag(child, TIF_SINGLESTEP); in user_disable_single_step() 404 step = test_thread_flag(TIF_SINGLESTEP); in syscall_trace_leave()
|
/arch/arm64/include/asm/ |
D | thread_info.h | 126 #define TIF_SINGLESTEP 21 macro
|
/arch/microblaze/kernel/ |
D | ptrace.c | 162 step = test_thread_flag(TIF_SINGLESTEP); in do_syscall_trace_leave()
|
/arch/sh/kernel/ |
D | ptrace_64.c | 136 set_tsk_thread_flag(child, TIF_SINGLESTEP); in user_enable_single_step() 145 clear_tsk_thread_flag(child, TIF_SINGLESTEP); in user_disable_single_step() 555 step = test_thread_flag(TIF_SINGLESTEP); in do_syscall_trace_leave()
|
D | ptrace_32.c | 118 set_tsk_thread_flag(child, TIF_SINGLESTEP); in user_enable_single_step() 129 clear_tsk_thread_flag(child, TIF_SINGLESTEP); in user_disable_single_step() 536 step = test_thread_flag(TIF_SINGLESTEP); in do_syscall_trace_leave()
|