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
81 lw t0, TI_FLAGS($28) # syscall tracing enabled?
86 subu v0, v0, __NR_O32_Linux # check syscall number
93 lw t2, (t1) # syscall routine
104 lw t1, PT_R2(sp) # syscall number
106 sw t1, PT_R0(sp) # save it for syscall restarting
129 bltz v0, 1f # seccomp failed? Skip syscall
132 lw v0, PT_R2(sp) # Restore syscall (maybe modified)
182 subu t0, a0, __NR_O32_Linux # check syscall number
187 lw t2, sys_call_table(t1) # syscall routine