Home
last modified time | relevance | path

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

12345

/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dwatch.h29 || test_bit(TIF_SINGLESTEP, &task_thread_info(prev)->flags)) \
32 || test_bit(TIF_SINGLESTEP, &task_thread_info(prev)->flags)) \
H A Dthread_info.h87 #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 Dthread_info.h49 #define TIF_SINGLESTEP 3 macro
62 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
/kernel/linux/linux-5.10/arch/openrisc/include/asm/
H A Dthread_info.h98 #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 Dthread_info.h67 #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 Dthread_info.h90 #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 Dthread_info.h91 #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 Dthread_info.h50 #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 Dthread_info.h63 #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 Dptrace.c87 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 Dptrace.c15 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 Dstep.c118 * 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 Dptrace.c14 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 Dstep.c118 * 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 Ddebug-monitors.c397 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 Ddebug-monitors.c396 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 Dthread_info.h69 #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 Dthread_info.h96 #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 Dthread_info.h58 #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 Dthread_info.h84 #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 Dthread_info.h112 #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 Dthread_info.h80 #define TIF_SINGLESTEP 21 macro
98 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Dthread_info.h109 #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 Dthread_info.h109 #define TIF_SINGLESTEP 4 macro
122 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dthread_info.h75 #define TIF_SINGLESTEP 21 macro
94 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)

Completed in 9 milliseconds

12345