Home
last modified time | relevance | path

Searched refs:TIF_UPROBE (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-6.6/arch/riscv/include/asm/
H A Dthread_info.h91 #define TIF_UPROBE 10 /* uprobe breakpoint or singlestep */ macro
98 #define _TIF_UPROBE (1 << TIF_UPROBE)
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dthread_info.h64 #define TIF_UPROBE 3 /* breakpointed or single-stepping */ macro
89 #define _TIF_UPROBE BIT(TIF_UPROBE)
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dthread_info.h78 #define TIF_UPROBE 11 /* breakpointed or singlestepping */ macro
103 #define _TIF_UPROBE (1<<TIF_UPROBE)
/kernel/linux/linux-6.6/arch/csky/include/asm/
H A Dthread_info.h59 #define TIF_UPROBE 3 /* uprobe breakpoint or singlestep */ macro
76 #define _TIF_UPROBE (1 << TIF_UPROBE)
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dthread_info.h75 #define TIF_UPROBE 7 /* breakpointed or singlestepping */ macro
95 #define _TIF_UPROBE (1<<TIF_UPROBE)
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dthread_info.h67 #define TIF_UPROBE 3 /* breakpointed or single-stepping */ macro
92 #define _TIF_UPROBE BIT(TIF_UPROBE)
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dthread_info.h68 #define TIF_UPROBE 4 /* uprobe breakpoint or singlestep */ macro
96 #define _TIF_UPROBE (1 << TIF_UPROBE)
/kernel/linux/linux-5.10/arch/csky/include/asm/
H A Dthread_info.h63 #define TIF_UPROBE 3 /* uprobe breakpoint or singlestep */ macro
80 #define _TIF_UPROBE (1 << TIF_UPROBE)
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dthread_info.h115 #define TIF_UPROBE 6 /* breakpointed or singlestepping */ macro
140 #define _TIF_UPROBE (1<<TIF_UPROBE)
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dthread_info.h64 #define TIF_UPROBE 4 /* uprobe breakpoint or singlestep */ macro
93 #define _TIF_UPROBE (1 << TIF_UPROBE)
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dthread_info.h143 #define TIF_UPROBE 3 /* breakpointed or singlestepping */ macro
158 #define _TIF_UPROBE (1 << TIF_UPROBE)
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dthread_info.h117 #define TIF_UPROBE 6 /* breakpointed or singlestepping */ macro
142 #define _TIF_UPROBE (1<<TIF_UPROBE)
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dthread_info.h110 #define TIF_UPROBE 14 /* breakpointed or single-stepping */ macro
136 #define _TIF_UPROBE (1<<TIF_UPROBE)
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dthread_info.h89 #define TIF_UPROBE 12 /* breakpointed or singlestepping */ macro
119 #define _TIF_UPROBE (1 << TIF_UPROBE)
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dthread_info.h145 #define TIF_UPROBE 3 /* breakpointed or singlestepping */ macro
160 #define _TIF_UPROBE (1 << TIF_UPROBE)
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dthread_info.h110 #define TIF_UPROBE 14 /* breakpointed or single-stepping */ macro
136 #define _TIF_UPROBE (1<<TIF_UPROBE)
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dthread_info.h89 #define TIF_UPROBE 12 /* breakpointed or singlestepping */ macro
112 #define _TIF_UPROBE (1 << TIF_UPROBE)
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dthread_info_64.h185 #define TIF_UPROBE 6 /* breakpointed or singlestepped */ macro
205 #define _TIF_UPROBE (1<<TIF_UPROBE)
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dthread_info_64.h184 #define TIF_UPROBE 6 /* breakpointed or singlestepped */ macro
204 #define _TIF_UPROBE (1<<TIF_UPROBE)
/kernel/linux/linux-5.10/kernel/events/
H A Duprobes.c1983 set_tsk_thread_flag(t, TIF_UPROBE); in uprobe_deny_signal()
2290 * On breakpoint hit, breakpoint notifier sets the TIF_UPROBE flag and
2294 * On singlestep exception, singlestep notifier sets the TIF_UPROBE flag
2297 * While returning to userspace, thread notices the TIF_UPROBE flag and calls
2304 clear_thread_flag(TIF_UPROBE); in uprobe_notify_resume()
2315 * notifier mechanism. Set TIF_UPROBE flag and indicate breakpoint hit.
2326 set_thread_flag(TIF_UPROBE); in uprobe_pre_sstep_notifier()
2332 * mechanism. Set TIF_UPROBE flag and indicate completion of singlestep.
2343 set_thread_flag(TIF_UPROBE); in uprobe_post_sstep_notifier()
/kernel/linux/linux-6.6/kernel/events/
H A Duprobes.c1978 set_tsk_thread_flag(t, TIF_UPROBE); in uprobe_deny_signal()
2285 * On breakpoint hit, breakpoint notifier sets the TIF_UPROBE flag and
2289 * On singlestep exception, singlestep notifier sets the TIF_UPROBE flag
2292 * While returning to userspace, thread notices the TIF_UPROBE flag and calls
2299 clear_thread_flag(TIF_UPROBE); in uprobe_notify_resume()
2310 * notifier mechanism. Set TIF_UPROBE flag and indicate breakpoint hit.
2321 set_thread_flag(TIF_UPROBE); in uprobe_pre_sstep_notifier()
2327 * mechanism. Set TIF_UPROBE flag and indicate completion of singlestep.
2338 set_thread_flag(TIF_UPROBE); in uprobe_post_sstep_notifier()

Completed in 14 milliseconds