Lines Matching refs:ti_work
211 static inline void local_irq_enable_exit_to_user(unsigned long ti_work);
214 static inline void local_irq_enable_exit_to_user(unsigned long ti_work) in local_irq_enable_exit_to_user() argument
246 unsigned long ti_work);
250 unsigned long ti_work) in arch_exit_to_user_mode_work() argument
265 unsigned long ti_work);
269 unsigned long ti_work) in arch_exit_to_user_mode_prepare() argument
305 unsigned long ti_work);
319 unsigned long ti_work; in exit_to_user_mode_prepare() local
326 ti_work = read_thread_flags(); in exit_to_user_mode_prepare()
327 if (unlikely(ti_work & EXIT_TO_USER_MODE_WORK)) in exit_to_user_mode_prepare()
328 ti_work = exit_to_user_mode_loop(regs, ti_work); in exit_to_user_mode_prepare()
330 arch_exit_to_user_mode_prepare(regs, ti_work); in exit_to_user_mode_prepare()