Lines Matching refs:scno
103 movlt scno, #(__NR_restart_syscall - __NR_SYSCALL_BASE)
206 addne scno, r7, #__NR_SYSCALL_BASE @ put OS number in
207 USER( ldreq scno, [saved_pc, #-4] )
211 USER( ldr scno, [saved_pc, #-4] ) @ get SWI instruction
230 streq scno, [tsk, #TI_ABI_SYSCALL]
231 eorne scno, r10, #__NR_OABI_SYSCALL_BASE
234 bic scno, scno, #0xff000000 @ mask off SWI op-code
235 str scno, [tsk, #TI_ABI_SYSCALL]
236 eor scno, scno, #__NR_SYSCALL_BASE @ check OS number
238 str scno, [tsk, #TI_ABI_SYSCALL]
253 invoke_syscall tbl, scno, r10, __ret_fast_syscall
256 2: cmp scno, #(__ARM_NR_BASE - __NR_SYSCALL_BASE)
257 eor r0, scno, #__NR_SYSCALL_BASE @ put OS number back
286 mov scno, r0
287 invoke_syscall tbl, scno, r10, __sys_trace_return, reload=1
288 cmp scno, #-1 @ skip the syscall?
360 bic scno, r0, #__NR_OABI_SYSCALL_BASE
361 cmp scno, #__NR_syscall - __NR_SYSCALL_BASE
362 cmpne scno, #NR_syscalls @ check range
364 movhs scno, #0
372 ldrlo pc, [tbl, scno, lsl #2]