Lines Matching refs:ti_work
212 static inline void local_irq_enable_exit_to_user(unsigned long ti_work);
215 static inline void local_irq_enable_exit_to_user(unsigned long ti_work) in local_irq_enable_exit_to_user() argument
247 unsigned long ti_work);
251 unsigned long ti_work) in arch_exit_to_user_mode_work() argument
266 unsigned long ti_work);
270 unsigned long ti_work) in arch_exit_to_user_mode_prepare() argument
306 unsigned long ti_work);
320 unsigned long ti_work; in exit_to_user_mode_prepare() local
327 ti_work = read_thread_flags(); in exit_to_user_mode_prepare()
328 if (unlikely(ti_work & EXIT_TO_USER_MODE_WORK)) in exit_to_user_mode_prepare()
329 ti_work = exit_to_user_mode_loop(regs, ti_work); in exit_to_user_mode_prepare()
331 arch_exit_to_user_mode_prepare(regs, ti_work); in exit_to_user_mode_prepare()