Searched refs:TIF_UPROBE (Results 1 – 8 of 8) sorted by relevance
65 #define TIF_UPROBE 3 /* breakpointed or single-stepping */ macro88 #define _TIF_UPROBE BIT(TIF_UPROBE)
64 #define TIF_UPROBE 4 /* uprobe breakpoint or singlestep */ macro92 #define _TIF_UPROBE (1 << TIF_UPROBE)
86 #define TIF_UPROBE 14 /* breakpointed or single-stepping */ macro111 #define _TIF_UPROBE (1<<TIF_UPROBE)
99 #define TIF_UPROBE 6 /* breakpointed or singlestepping */ macro123 #define _TIF_UPROBE (1<<TIF_UPROBE)
138 #define TIF_UPROBE 3 /* breakpointed or singlestepping */ macro152 #define _TIF_UPROBE (1 << TIF_UPROBE)
89 #define TIF_UPROBE 12 /* breakpointed or singlestepping */ macro119 #define _TIF_UPROBE (1 << TIF_UPROBE)
185 #define TIF_UPROBE 6 /* breakpointed or singlestepped */ macro204 #define _TIF_UPROBE (1<<TIF_UPROBE)
1984 set_tsk_thread_flag(t, TIF_UPROBE); in uprobe_deny_signal()2302 clear_thread_flag(TIF_UPROBE); in uprobe_notify_resume()2324 set_thread_flag(TIF_UPROBE); in uprobe_pre_sstep_notifier()2341 set_thread_flag(TIF_UPROBE); in uprobe_post_sstep_notifier()