Lines Matching refs:s0
85 REG_L s0, TASK_TI_USER_SP(tp)
91 REG_S s0, PT_SP(sp)
205 la s0, sys_ni_syscall
212 la s0, sys_call_table
214 add s0, s0, t0
215 REG_L s0, 0(s0)
217 jalr s0
234 REG_L s0, PT_STATUS(sp)
242 and s0, s0, t0
244 andi s0, s0, SR_SPP
246 bnez s0, resume_kernel
250 REG_L s0, TASK_TI_FLAGS(tp) /* current_thread_info->flags */
251 andi s1, s0, _TIF_WORK_MASK
259 addi s0, sp, PT_SIZE_ON_STACK
260 REG_S s0, TASK_TI_KERNEL_SP(tp)
344 REG_L s0, TASK_TI_PREEMPT_COUNT(tp)
345 bnez s0, restore_all
346 REG_L s0, TASK_TI_FLAGS(tp)
347 andi s0, s0, _TIF_NEED_RESCHED
348 beqz s0, restore_all
356 andi s1, s0, _TIF_NEED_RESCHED
362 move a1, s0 /* current_thread_info->flags */
470 REG_L s0, TASK_TI_KERNEL_SP(tp)
476 REG_S s0, PT_SP(sp)
498 jr s0
519 REG_S s0, TASK_THREAD_S0_RA(a3)
534 REG_L s0, TASK_THREAD_S0_RA(a4)