Lines Matching refs:ti_work
91 unsigned long ti_work) in exit_to_user_mode_loop() argument
97 while (ti_work & EXIT_TO_USER_MODE_WORK) { in exit_to_user_mode_loop()
99 local_irq_enable_exit_to_user(ti_work); in exit_to_user_mode_loop()
101 if (ti_work & _TIF_NEED_RESCHED) in exit_to_user_mode_loop()
104 if (ti_work & _TIF_UPROBE) in exit_to_user_mode_loop()
107 if (ti_work & _TIF_PATCH_PENDING) in exit_to_user_mode_loop()
110 if (ti_work & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) in exit_to_user_mode_loop()
113 if (ti_work & _TIF_NOTIFY_RESUME) in exit_to_user_mode_loop()
117 arch_exit_to_user_mode_work(regs, ti_work); in exit_to_user_mode_loop()
129 ti_work = read_thread_flags(); in exit_to_user_mode_loop()
133 return ti_work; in exit_to_user_mode_loop()