Searched refs:TIF_UPROBE (Results 1 – 10 of 10) sorted by relevance
93 #define TIF_UPROBE 10 /* uprobe breakpoint or singlestep */ macro103 #define _TIF_UPROBE (1 << TIF_UPROBE)
67 #define TIF_UPROBE 3 /* breakpointed or single-stepping */ macro93 #define _TIF_UPROBE BIT(TIF_UPROBE)
61 #define TIF_UPROBE 3 /* uprobe breakpoint or singlestep */ macro78 #define _TIF_UPROBE (1 << TIF_UPROBE)
67 #define TIF_UPROBE 4 /* uprobe breakpoint or singlestep */ macro94 #define _TIF_UPROBE (1 << TIF_UPROBE)
111 #define TIF_UPROBE 6 /* breakpointed or singlestepping */ macro136 #define _TIF_UPROBE (1<<TIF_UPROBE)
131 #define TIF_UPROBE 3 /* breakpointed or singlestepping */ macro145 #define _TIF_UPROBE (1 << TIF_UPROBE)
86 #define TIF_UPROBE 12 /* breakpointed or singlestepping */ macro110 #define _TIF_UPROBE (1 << TIF_UPROBE)
100 #define TIF_UPROBE 14 /* breakpointed or single-stepping */ macro126 #define _TIF_UPROBE (1<<TIF_UPROBE)
186 #define TIF_UPROBE 6 /* breakpointed or singlestepped */ macro206 #define _TIF_UPROBE (1<<TIF_UPROBE)
1982 set_tsk_thread_flag(t, TIF_UPROBE); in uprobe_deny_signal()2303 clear_thread_flag(TIF_UPROBE); in uprobe_notify_resume()2325 set_thread_flag(TIF_UPROBE); in uprobe_pre_sstep_notifier()2342 set_thread_flag(TIF_UPROBE); in uprobe_post_sstep_notifier()