Lines Matching refs:syscall
36 lw t1, PT_EPC(sp) # skip syscall on return
38 subu v0, v0, __NR_O32_Linux # check syscall number
47 lw t2, (t1) # syscall routine
50 sw a3, PT_R26(sp) # save a3 for syscall restarting
94 lw t0, TI_FLAGS($28) # syscall tracing enabled?
106 lw t1, PT_R2(sp) # syscall number
108 sw t1, PT_R0(sp) # save it for syscall restarting
131 bltz v0, 2f # seccomp failed? Skip syscall
146 lw t1, PT_R2(sp) # syscall number
148 sw t1, PT_R0(sp) # save it for syscall restarting
178 subu t0, a0, __NR_O32_Linux # check syscall number
183 lw t2, sys_call_table(t1) # syscall routine
205 sw a3, PT_R26(sp) # update a3 for syscall restarting