Lines Matching refs:t0
43 LONG_L t0, PT_STATUS(sp) # returning to kernel mode?
44 andi t0, t0, KU_USER
45 beqz t0, resume_kernel
52 andi t0, a2, _TIF_WORK_MASK # (ignoring syscall_trace)
53 bnez t0, work_pending
59 lw t0, TI_PRE_COUNT($28)
60 bnez t0, restore_all
62 LONG_L t0, TI_FLAGS($28)
63 andi t1, t0, _TIF_NEED_RESCHED
65 LONG_L t0, PT_STATUS(sp) # Interrupts off?
66 andi t0, 1
67 beqz t0, restore_all
90 li t0, _TIF_ALLWORK_MASK
91 and t0, a2, t0
92 bnez t0, syscall_exit_work
124 andi t0, a2, _TIF_NEED_RESCHED # a2 is preloaded with TI_FLAGS
125 beqz t0, work_notifysig
134 andi t0, a2, _TIF_WORK_MASK # is there any work to be done
136 beqz t0, restore_all
137 andi t0, a2, _TIF_NEED_RESCHED
138 bnez t0, work_resched