Lines Matching refs:syscall
33 lw t1, PT_EPC(sp) # skip syscall on return
38 sw a3, PT_R26(sp) # save a3 for syscall restarting
83 lw t0, TI_FLAGS($28) # syscall tracing enabled?
88 subu v0, v0, __NR_O32_Linux # check syscall number
95 lw t2, (t1) # syscall routine
106 lw t1, PT_R2(sp) # syscall number
108 sw t1, PT_R0(sp) # save it for syscall restarting
131 bltz v0, 1f # seccomp failed? Skip syscall
134 lw v0, PT_R2(sp) # Restore syscall (maybe modified)
184 subu t0, a0, __NR_O32_Linux # check syscall number
189 lw t2, sys_call_table(t1) # syscall routine