Searched refs:TIF_UPROBE (Results 1 – 11 of 11) sorted by relevance
117 #define TIF_UPROBE 10 /* uprobe breakpoint or singlestep */ macro126 #define _TIF_UPROBE (1 << TIF_UPROBE)
76 #define TIF_UPROBE 7 /* breakpointed or singlestepping */ macro98 #define _TIF_UPROBE (1<<TIF_UPROBE)
59 #define TIF_UPROBE 3 /* uprobe breakpoint or singlestep */ macro76 #define _TIF_UPROBE (1 << TIF_UPROBE)
65 #define TIF_UPROBE 4 /* breakpointed or single-stepping */ macro86 #define _TIF_UPROBE BIT(TIF_UPROBE)
64 #define TIF_UPROBE 4 /* uprobe breakpoint or singlestep */ macro95 #define _TIF_UPROBE (1 << TIF_UPROBE)
115 #define TIF_UPROBE 6 /* breakpointed or singlestepping */ macro140 #define _TIF_UPROBE (1<<TIF_UPROBE)
96 #define TIF_UPROBE 12 /* breakpointed or singlestepping */ macro120 #define _TIF_UPROBE (1 << TIF_UPROBE)
145 #define TIF_UPROBE 3 /* breakpointed or singlestepping */ macro160 #define _TIF_UPROBE (1 << TIF_UPROBE)
111 #define TIF_UPROBE 14 /* breakpointed or single-stepping */ macro138 #define _TIF_UPROBE (1<<TIF_UPROBE)
184 #define TIF_UPROBE 6 /* breakpointed or singlestepped */ macro204 #define _TIF_UPROBE (1<<TIF_UPROBE)
2342 set_tsk_thread_flag(t, TIF_UPROBE); in uprobe_deny_signal()2797 clear_thread_flag(TIF_UPROBE); in uprobe_notify_resume()2819 set_thread_flag(TIF_UPROBE); in uprobe_pre_sstep_notifier()2836 set_thread_flag(TIF_UPROBE); in uprobe_post_sstep_notifier()