Lines Matching refs:thread_flags
131 static void do_notify_resume(struct pt_regs *regs, unsigned long thread_flags)
136 if (thread_flags & (_TIF_NEED_RESCHED | _TIF_NEED_RESCHED_LAZY))
139 if (thread_flags & _TIF_UPROBE)
142 if (thread_flags & _TIF_MTE_ASYNC_FAULT) {
148 if (thread_flags & _TIF_PATCH_PENDING)
151 if (thread_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL))
154 if (thread_flags & _TIF_NOTIFY_RESUME)
157 if (thread_flags & _TIF_FOREIGN_FPSTATE)
161 thread_flags = read_thread_flags();
162 } while (thread_flags & _TIF_WORK_MASK);