Lines Matching refs:scno
112 movlt scno, #(__NR_restart_syscall - __NR_SYSCALL_BASE)
218 addne scno, r7, #__NR_SYSCALL_BASE @ put OS number in
219 USER( ldreq scno, [saved_pc, #-4] )
223 USER( ldr scno, [saved_pc, #-4] ) @ get SWI instruction
240 eorne scno, r10, #__NR_OABI_SYSCALL_BASE
243 bic scno, scno, #0xff000000 @ mask off SWI op-code
244 eor scno, scno, #__NR_SYSCALL_BASE @ check OS number
260 invoke_syscall tbl, scno, r10, __ret_fast_syscall
263 2: cmp scno, #(__ARM_NR_BASE - __NR_SYSCALL_BASE)
264 eor r0, scno, #__NR_SYSCALL_BASE @ put OS number back
291 mov r1, scno
294 mov scno, r0
295 invoke_syscall tbl, scno, r10, __sys_trace_return, reload=1
296 cmp scno, #-1 @ skip the syscall?
370 bic scno, r0, #__NR_OABI_SYSCALL_BASE
371 cmp scno, #__NR_syscall - __NR_SYSCALL_BASE
372 cmpne scno, #NR_syscalls @ check range
374 movhs scno, #0
382 ldrlo pc, [tbl, scno, lsl #2]