Lines Matching full:a2
50 LONG_L a2, TI_FLAGS($28) # current->work
51 andi t0, a2, _TIF_WORK_MASK # (ignoring syscall_trace)
87 LONG_L a2, TI_FLAGS($28) # current->work
89 and t0, a2, t0
122 andi t0, a2, _TIF_NEED_RESCHED # a2 is preloaded with TI_FLAGS
131 LONG_L a2, TI_FLAGS($28)
132 andi t0, a2, _TIF_WORK_MASK # is there any work to be done
135 andi t0, a2, _TIF_NEED_RESCHED
142 jal do_notify_resume # a2 already loaded
152 LONG_L a2, TI_FLAGS($28) # current->work
154 and t0, a2
162 and t0, a2 # a2 is preloaded with TI_FLAGS