Searched refs:TIF_UPROBE (Results 1 – 9 of 9) sorted by relevance
64 #define TIF_UPROBE 3 /* breakpointed or single-stepping */ macro89 #define _TIF_UPROBE BIT(TIF_UPROBE)
63 #define TIF_UPROBE 3 /* uprobe breakpoint or singlestep */ macro80 #define _TIF_UPROBE (1 << TIF_UPROBE)
68 #define TIF_UPROBE 4 /* uprobe breakpoint or singlestep */ macro96 #define _TIF_UPROBE (1 << TIF_UPROBE)
117 #define TIF_UPROBE 6 /* breakpointed or singlestepping */ macro142 #define _TIF_UPROBE (1<<TIF_UPROBE)
143 #define TIF_UPROBE 3 /* breakpointed or singlestepping */ macro158 #define _TIF_UPROBE (1 << TIF_UPROBE)
110 #define TIF_UPROBE 14 /* breakpointed or single-stepping */ macro136 #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 */ macro205 #define _TIF_UPROBE (1<<TIF_UPROBE)
1983 set_tsk_thread_flag(t, TIF_UPROBE); in uprobe_deny_signal()2304 clear_thread_flag(TIF_UPROBE); in uprobe_notify_resume()2326 set_thread_flag(TIF_UPROBE); in uprobe_pre_sstep_notifier()2343 set_thread_flag(TIF_UPROBE); in uprobe_post_sstep_notifier()