Lines Matching refs:syscall
34 ld t1, PT_EPC(sp) # skip syscall on return
36 dsubu t0, v0, __NR_O32_Linux # check syscall number
58 sd a3, PT_R26(sp) # save a3 for syscall restarting
85 LONG_L t0, TI_FLAGS($28) # syscall tracing enabled?
96 ld t1, PT_R2(sp) # syscall number
98 sd t1, PT_R0(sp) # save it for syscall restarting
113 move s0, t2 # Save syscall pointer
132 bltz v0, 2f # seccomp failed? Skip syscall
151 ld t1, PT_R2(sp) # syscall number
153 sd t1, PT_R0(sp) # save it for syscall restarting
183 subu t0, a0, __NR_O32_Linux # check syscall number
188 ld t2, sys32_call_table(t1) # syscall routine
202 sd a3, PT_R26(sp) # update a3 for syscall restarting