Searched refs:TIF_UPROBE_SINGLESTEP (Results 1 – 3 of 3) sorted by relevance
40 set_tsk_thread_flag(current, TIF_UPROBE_SINGLESTEP); in arch_uprobe_pre_xol()83 clear_tsk_thread_flag(current, TIF_UPROBE_SINGLESTEP); in arch_uprobe_post_xol()137 clear_thread_flag(TIF_UPROBE_SINGLESTEP); in arch_uprobe_abort_xol()
91 test_tsk_thread_flag(task, TIF_UPROBE_SINGLESTEP)) { in update_cr_regs()98 if (test_tsk_thread_flag(task, TIF_UPROBE_SINGLESTEP)) in update_cr_regs()
76 #define TIF_UPROBE_SINGLESTEP 21 /* This task is uprobe single stepped */ macro