Lines Matching full:a2
51 LONG_L a2, TI_FLAGS($28) # current->work
52 andi t0, a2, _TIF_WORK_MASK # (ignoring syscall_trace)
88 LONG_L a2, TI_FLAGS($28) # current->work
90 and t0, a2, t0
123 andi t0, a2, _TIF_NEED_RESCHED # a2 is preloaded with TI_FLAGS
132 LONG_L a2, TI_FLAGS($28)
133 andi t0, a2, _TIF_WORK_MASK # is there any work to be done
136 andi t0, a2, _TIF_NEED_RESCHED
143 jal do_notify_resume # a2 already loaded
153 LONG_L a2, TI_FLAGS($28) # current->work
155 and t0, a2
163 and t0, a2 # a2 is preloaded with TI_FLAGS