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
61 LONG_L t0, TI_FLAGS($28)
62 andi t1, t0, _TIF_NEED_RESCHED
64 LONG_L t0, PT_STATUS(sp) # Interrupts off?
65 andi t0, 1
66 beqz t0, restore_all
89 li t0, _TIF_ALLWORK_MASK
90 and t0, a2, t0
91 bnez t0, syscall_exit_work
123 andi t0, a2, _TIF_NEED_RESCHED # a2 is preloaded with TI_FLAGS
124 beqz t0, work_notifysig
133 andi t0, a2, _TIF_WORK_MASK # is there any work to be done
135 beqz t0, restore_all
136 andi t0, a2, _TIF_NEED_RESCHED
137 bnez t0, work_resched