Lines Matching refs:s0
75 REG_L s0, TASK_TI_USER_SP(tp)
81 REG_S s0, PT_SP(sp)
193 la s0, sys_ni_syscall
200 la s0, sys_call_table
202 add s0, s0, t0
203 REG_L s0, 0(s0)
205 jalr s0
222 REG_L s0, PT_STATUS(sp)
230 and s0, s0, t0
232 andi s0, s0, SR_SPP
234 bnez s0, resume_kernel
238 REG_L s0, TASK_TI_FLAGS(tp) /* current_thread_info->flags */
239 andi s1, s0, _TIF_WORK_MASK
247 addi s0, sp, PT_SIZE_ON_STACK
248 REG_S s0, TASK_TI_KERNEL_SP(tp)
332 REG_L s0, TASK_TI_PREEMPT_COUNT(tp)
333 bnez s0, restore_all
334 REG_L s0, TASK_TI_FLAGS(tp)
335 andi s0, s0, _TIF_NEED_RESCHED
336 beqz s0, restore_all
344 andi s1, s0, _TIF_NEED_RESCHED
350 move a1, s0 /* current_thread_info->flags */
387 jr s0
408 REG_S s0, TASK_THREAD_S0_RA(a3)
423 REG_L s0, TASK_THREAD_S0_RA(a4)