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
51 andi t0, a2, _TIF_WORK_MASK # (ignoring syscall_trace)
52 bnez t0, work_pending
58 lw t0, TI_PRE_COUNT($28)
59 bnez t0, restore_all
60 LONG_L t0, TI_FLAGS($28)
61 andi t1, t0, _TIF_NEED_RESCHED
63 LONG_L t0, PT_STATUS(sp) # Interrupts off?
64 andi t0, 1
65 beqz t0, restore_all
88 li t0, _TIF_ALLWORK_MASK
89 and t0, a2, t0
90 bnez t0, syscall_exit_work
122 andi t0, a2, _TIF_NEED_RESCHED # a2 is preloaded with TI_FLAGS
123 beqz t0, work_notifysig
132 andi t0, a2, _TIF_WORK_MASK # is there any work to be done
134 beqz t0, restore_all
135 andi t0, a2, _TIF_NEED_RESCHED
136 bnez t0, work_resched