Lines Matching refs:syscall
36 lw t1, PT_EPC(sp) # skip syscall on return
38 subu v0, v0, __NR_O32_Linux # check syscall number
42 sw a3, PT_R26(sp) # save a3 for syscall restarting
87 lw t0, TI_FLAGS($28) # syscall tracing enabled?
98 lw t2, (t1) # syscall routine
109 lw t1, PT_R2(sp) # syscall number
111 sw t1, PT_R0(sp) # save it for syscall restarting
134 bltz v0, 1f # seccomp failed? Skip syscall
136 move v0, s0 # restore syscall
188 subu t0, a0, __NR_O32_Linux # check syscall number
193 lw t2, sys_call_table(t1) # syscall routine
215 sw a3, PT_R26(sp) # update a3 for syscall restarting