Lines Matching refs:t0
42 LONG_L t0, PT_STATUS(sp) # returning to kernel mode?
43 andi t0, t0, KU_USER
44 beqz t0, resume_kernel
56 andi t0, a2, _TIF_WORK_MASK # (ignoring syscall_trace)
57 bnez t0, work_pending
63 lw t0, TI_PRE_COUNT($28)
64 bnez t0, restore_all
66 LONG_L t0, TI_FLAGS($28)
67 andi t1, t0, _TIF_NEED_RESCHED
69 LONG_L t0, PT_STATUS(sp) # Interrupts off?
70 andi t0, 1
71 beqz t0, restore_all
90 li t0, _TIF_ALLWORK_MASK
91 and t0, a2, t0
92 bnez t0, syscall_exit_work
137 andi t0, a2, _TIF_NEED_RESCHED # a2 is preloaded with TI_FLAGS
138 beqz t0, work_notifysig
146 andi t0, a2, _TIF_WORK_MASK # is there any work to be done
148 beqz t0, restore_all
149 andi t0, a2, _TIF_NEED_RESCHED
150 bnez t0, work_resched