Lines Matching refs:r4
154 preempt_stop(r4)
156 ld r4, PSW(sp)
158 and3 r4, r4, #0x8800 ; check BSM and BPM bits
160 and3 r4, r4, #0x8000 ; check BSM bit
162 beqz r4, resume_kernel
164 DISABLE_INTERRUPTS(r4) ; make sure we don't miss an interrupt
216 and3 r4, r9, #_TIF_ALLWORK_MASK ; current->work
217 bnez r4, syscall_exit_work
225 and3 r4, r9, #_TIF_NEED_RESCHED
226 beqz r4, work_notifysig
229 DISABLE_INTERRUPTS(r4) ; make sure we don't miss an interrupt