Lines Matching refs:s0
81 REG_L s0, TASK_TI_USER_SP(tp)
87 REG_S s0, PT_SP(sp)
228 la s0, sys_ni_syscall
231 la s0, sys_call_table
233 add s0, s0, t0
234 REG_L s0, 0(s0)
236 jalr s0
247 REG_L s0, PT_SSTATUS(sp)
249 andi s0, s0, SR_SPP
250 bnez s0, resume_kernel
254 REG_L s0, TASK_TI_FLAGS(tp) /* current_thread_info->flags */
255 andi s1, s0, _TIF_WORK_MASK
259 addi s0, sp, PT_SIZE_ON_STACK
260 REG_S s0, TASK_TI_KERNEL_SP(tp)
274 REG_L s0, TASK_TI_PREEMPT_COUNT(tp)
275 bnez s0, restore_all
276 REG_L s0, TASK_TI_FLAGS(tp)
277 andi s0, s0, _TIF_NEED_RESCHED
278 beqz s0, restore_all
286 andi s1, s0, _TIF_NEED_RESCHED
292 move a1, s0 /* current_thread_info->flags */
327 jr s0
348 REG_S s0, TASK_THREAD_S0_RA(a3)
363 REG_L s0, TASK_THREAD_S0_RA(a4)