Lines Matching refs:s0
75 REG_L s0, TASK_TI_USER_SP(tp)
81 REG_S s0, PT_SP(sp)
184 la s0, sys_ni_syscall
198 la s0, sys_call_table
200 add s0, s0, t0
201 REG_L s0, 0(s0)
203 jalr s0
220 REG_L s0, PT_STATUS(sp)
228 and s0, s0, t0
230 andi s0, s0, SR_SPP
232 bnez s0, resume_kernel
236 REG_L s0, TASK_TI_FLAGS(tp) /* current_thread_info->flags */
237 andi s1, s0, _TIF_WORK_MASK
245 addi s0, sp, PT_SIZE_ON_STACK
246 REG_S s0, TASK_TI_KERNEL_SP(tp)
330 REG_L s0, TASK_TI_PREEMPT_COUNT(tp)
331 bnez s0, restore_all
332 REG_L s0, TASK_TI_FLAGS(tp)
333 andi s0, s0, _TIF_NEED_RESCHED
334 beqz s0, restore_all
342 andi s1, s0, _TIF_NEED_RESCHED
348 move a1, s0 /* current_thread_info->flags */
385 jr s0
406 REG_S s0, TASK_THREAD_S0_RA(a3)
421 REG_L s0, TASK_THREAD_S0_RA(a4)