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
86 LONG_L t0, TI_FLAGS($28) # syscall tracing enabled?
98 ld t1, PT_R2(sp) # syscall number
100 sd t1, PT_R0(sp) # save it for syscall restarting
115 move s0, t2 # Save syscall pointer
134 bltz v0, 1f # seccomp failed? Skip syscall
191 subu t0, a0, __NR_O32_Linux # check syscall number
196 ld t2, sys32_call_table(t1) # syscall routine
210 sd a3, PT_R26(sp) # update a3 for syscall restarting