/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | watch.h | 29 || test_bit(TIF_SINGLESTEP, &task_thread_info(prev)->flags)) \ 32 || test_bit(TIF_SINGLESTEP, &task_thread_info(prev)->flags)) \
|
H A D | thread_info.h | 87 #define TIF_SINGLESTEP 20 /* Single Step */ macro 111 #define _TIF_SINGLESTEP (1<<TIF_SINGLESTEP)
|
/kernel/linux/linux-5.10/arch/nds32/include/asm/ |
H A D | thread_info.h | 49 #define TIF_SINGLESTEP 3 macro 62 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/kernel/linux/linux-5.10/arch/openrisc/include/asm/ |
H A D | thread_info.h | 98 #define TIF_SINGLESTEP 4 /* restore singlestep on return to user macro 112 #define _TIF_SINGLESTEP (1<<TIF_SINGLESTEP)
|
/kernel/linux/linux-5.10/arch/um/include/asm/ |
H A D | thread_info.h | 67 #define TIF_SINGLESTEP 10 /* single stepping userspace */ macro 76 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/kernel/linux/linux-6.6/arch/hexagon/include/asm/ |
H A D | thread_info.h | 90 #define TIF_SINGLESTEP 4 /* restore ss @ return to usr mode */ macro 100 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/kernel/linux/linux-6.6/arch/openrisc/include/asm/ |
H A D | thread_info.h | 91 #define TIF_SINGLESTEP 4 /* restore singlestep on return to user macro 105 #define _TIF_SINGLESTEP (1<<TIF_SINGLESTEP)
|
/kernel/linux/linux-6.6/arch/parisc/include/asm/ |
H A D | thread_info.h | 50 #define TIF_SINGLESTEP 9 /* single stepping? */ macro 64 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/kernel/linux/linux-6.6/arch/um/include/asm/ |
H A D | thread_info.h | 63 #define TIF_SINGLESTEP 10 /* single stepping userspace */ macro 72 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/kernel/linux/linux-5.10/arch/nds32/kernel/ |
H A D | ptrace.c | 87 set_tsk_thread_flag(child, TIF_SINGLESTEP); in user_enable_single_step() 95 clear_tsk_thread_flag(child, TIF_SINGLESTEP); in user_disable_single_step() 114 int step = test_thread_flag(TIF_SINGLESTEP); in syscall_trace_leave()
|
/kernel/linux/linux-5.10/arch/um/kernel/ |
H A D | ptrace.c | 15 set_tsk_thread_flag(child, TIF_SINGLESTEP); in user_enable_single_step() 25 clear_tsk_thread_flag(child, TIF_SINGLESTEP); in user_disable_single_step() 124 * XXX Check TIF_SINGLESTEP for singlestepping check and 148 if (test_thread_flag(TIF_SINGLESTEP)) in syscall_trace_leave()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | step.c | 118 * kernel mode; do_debug() cleared TF and set TIF_SINGLESTEP. in enable_single_step() 123 * set TIF_SINGLESTEP, then both TF and TIF_FORCED_TF are in enable_single_step() 126 if (unlikely(test_tsk_thread_flag(child, TIF_SINGLESTEP))) in enable_single_step() 130 * Always set TIF_SINGLESTEP - this guarantees that in enable_single_step() 134 set_tsk_thread_flag(child, TIF_SINGLESTEP); in enable_single_step() 230 /* Always clear TIF_SINGLESTEP... */ in user_disable_single_step() 231 clear_tsk_thread_flag(child, TIF_SINGLESTEP); in user_disable_single_step()
|
/kernel/linux/linux-6.6/arch/um/kernel/ |
H A D | ptrace.c | 14 set_tsk_thread_flag(child, TIF_SINGLESTEP); in user_enable_single_step() 24 clear_tsk_thread_flag(child, TIF_SINGLESTEP); in user_disable_single_step() 123 * XXX Check TIF_SINGLESTEP for singlestepping check and 147 if (test_thread_flag(TIF_SINGLESTEP)) in syscall_trace_leave()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | step.c | 118 * kernel mode; do_debug() cleared TF and set TIF_SINGLESTEP. in enable_single_step() 123 * set TIF_SINGLESTEP, then both TF and TIF_FORCED_TF are in enable_single_step() 126 if (unlikely(test_tsk_thread_flag(child, TIF_SINGLESTEP))) in enable_single_step() 130 * Always set TIF_SINGLESTEP. This will also in enable_single_step() 133 set_tsk_thread_flag(child, TIF_SINGLESTEP); in enable_single_step() 235 /* Always clear TIF_SINGLESTEP... */ in user_disable_single_step() 236 clear_tsk_thread_flag(child, TIF_SINGLESTEP); in user_disable_single_step()
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | debug-monitors.c | 397 if (test_tsk_thread_flag(task, TIF_SINGLESTEP)) in user_rewind_single_step() 404 if (test_tsk_thread_flag(task, TIF_SINGLESTEP)) in user_fastforward_single_step() 411 if (test_tsk_thread_flag(task, TIF_SINGLESTEP)) in user_regs_reset_single_step() 452 if (!test_and_set_ti_thread_flag(ti, TIF_SINGLESTEP)) in user_enable_single_step() 459 clear_ti_thread_flag(task_thread_info(task), TIF_SINGLESTEP); in user_disable_single_step() local
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | debug-monitors.c | 396 if (test_tsk_thread_flag(task, TIF_SINGLESTEP)) in user_rewind_single_step() 403 if (test_tsk_thread_flag(task, TIF_SINGLESTEP)) in user_fastforward_single_step() 410 if (test_tsk_thread_flag(task, TIF_SINGLESTEP)) in user_regs_reset_single_step() 451 if (!test_and_set_ti_thread_flag(ti, TIF_SINGLESTEP)) in user_enable_single_step() 458 clear_ti_thread_flag(task_thread_info(task), TIF_SINGLESTEP); in user_disable_single_step() local
|
/kernel/linux/linux-5.10/arch/h8300/include/asm/ |
H A D | thread_info.h | 69 #define TIF_SINGLESTEP 3 /* singlestepping active */ macro 83 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/kernel/linux/linux-5.10/arch/hexagon/include/asm/ |
H A D | thread_info.h | 96 #define TIF_SINGLESTEP 4 /* restore ss @ return to usr mode */ macro 106 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
H A D | thread_info.h | 58 #define TIF_SINGLESTEP 9 /* single stepping? */ macro 71 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | thread_info.h | 84 #define TIF_SINGLESTEP 16 /* Single Step */ macro 103 #define _TIF_SINGLESTEP (1<<TIF_SINGLESTEP)
|
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
H A D | thread_info.h | 112 #define TIF_SINGLESTEP 3 /* restore singlestep on return to user mode */ macro 125 #define _TIF_SINGLESTEP (1<<TIF_SINGLESTEP)
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | thread_info.h | 80 #define TIF_SINGLESTEP 21 macro 98 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
H A D | thread_info.h | 109 #define TIF_SINGLESTEP 4 /* singlestepping active */ macro 121 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/kernel/linux/linux-5.10/arch/microblaze/include/asm/ |
H A D | thread_info.h | 109 #define TIF_SINGLESTEP 4 macro 122 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | thread_info.h | 75 #define TIF_SINGLESTEP 21 macro 94 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|