Searched refs:TIF_UPROBE (Results 1 – 8 of 8) sorted by relevance
60 #define TIF_UPROBE 3 /* breakpointed or single-stepping */ macro83 #define _TIF_UPROBE _BITUL(TIF_UPROBE)
77 #define TIF_UPROBE 4 /* uprobe breakpoint or singlestep */ macro102 #define _TIF_UPROBE (1 << TIF_UPROBE)
94 #define TIF_UPROBE 14 /* breakpointed or single-stepping */ macro118 #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)
87 #define TIF_UPROBE 12 /* breakpointed or singlestepping */ macro114 #define _TIF_UPROBE (1 << TIF_UPROBE)
181 #define TIF_UPROBE 6 /* breakpointed or singlestepped */ macro200 #define _TIF_UPROBE (1<<TIF_UPROBE)
1678 set_tsk_thread_flag(t, TIF_UPROBE); in uprobe_deny_signal()1988 clear_thread_flag(TIF_UPROBE); in uprobe_notify_resume()2010 set_thread_flag(TIF_UPROBE); in uprobe_pre_sstep_notifier()2027 set_thread_flag(TIF_UPROBE); in uprobe_post_sstep_notifier()