Lines Matching +full:5 +full:v0
27 .align 5
36 dsubu t0, v0, __NR_O32_Linux # check syscall number
43 move a1, v0
69 load_a4: lw a4, 16(t0) # argument #5 from usp
83 * absolute syscall number is in v0 unless we called syscall(__NR_###)
90 subu t2, v0, __NR_O32_Linux
95 LONG_S v0, TI_SYSCALL($28) # Save v0 as syscall number
104 dsll t0, v0, 3 # offset into table
110 sltu t0, t0, v0
115 dnegu v0 # error
117 1: sd v0, PT_R2(sp) # result
134 bltz v0, 1f # seccomp failed? Skip syscall
137 ld v0, PT_R2(sp) # Restore syscall (maybe modified)
147 dsubu t0, v0, __NR_O32_Linux # check (new) syscall number
161 li v0, EFAULT
162 sd v0, PT_R2(sp)
197 sltiu v0, t0, __NR_O32_Linux_syscalls
200 beqz v0, einval
213 einval: li v0, -ENOSYS