Lines Matching full:syscall
32 lw t1, PT_EPC(sp) # skip syscall on return
37 sw a3, PT_R26(sp) # save a3 for syscall restarting
81 * syscall number is in v0 unless we called syscall(__NR_###)
82 * where the real syscall number is in a0
86 LONG_S a0, TI_SYSCALL($28) # Save a0 as syscall number
89 LONG_S v0, TI_SYSCALL($28) # Save v0 as syscall number
92 lw t0, TI_FLAGS($28) # syscall tracing enabled?
97 subu v0, v0, __NR_O32_Linux # check syscall number
104 lw t2, (t1) # syscall routine
115 lw t1, PT_R2(sp) # syscall number
117 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