Lines Matching refs:s0
85 REG_L s0, TASK_TI_USER_SP(tp)
91 REG_S s0, PT_SP(sp)
206 la s0, sys_ni_syscall
213 la s0, sys_call_table
215 add s0, s0, t0
216 REG_L s0, 0(s0)
218 jalr s0
235 REG_L s0, PT_STATUS(sp)
243 and s0, s0, t0
245 andi s0, s0, SR_SPP
247 bnez s0, resume_kernel
251 REG_L s0, TASK_TI_FLAGS(tp) /* current_thread_info->flags */
252 andi s1, s0, _TIF_WORK_MASK
260 addi s0, sp, PT_SIZE_ON_STACK
261 REG_S s0, TASK_TI_KERNEL_SP(tp)
345 REG_L s0, TASK_TI_PREEMPT_COUNT(tp)
346 bnez s0, restore_all
347 REG_L s0, TASK_TI_FLAGS(tp)
348 andi s0, s0, _TIF_NEED_RESCHED
349 beqz s0, restore_all
357 andi s1, s0, _TIF_NEED_RESCHED
363 move a1, s0 /* current_thread_info->flags */
471 REG_L s0, TASK_TI_KERNEL_SP(tp)
477 REG_S s0, PT_SP(sp)
499 jr s0
520 REG_S s0, TASK_THREAD_S0_RA(a3)
535 REG_L s0, TASK_THREAD_S0_RA(a4)