Lines Matching refs:scno
81 movlt scno, #(__NR_restart_syscall - __NR_SYSCALL_BASE)
192 addne scno, r7, #__NR_SYSCALL_BASE @ put OS number in
193 USER( ldreq scno, [lr, #-4] )
197 USER( ldr scno, [lr, #-4] ) @ get SWI instruction
212 eorne scno, r10, #__NR_OABI_SYSCALL_BASE
215 bic scno, scno, #0xff000000 @ mask off SWI op-code
216 eor scno, scno, #__NR_SYSCALL_BASE @ check OS number
226 cmp scno, #NR_syscalls @ check upper syscall limit
228 ldrcc pc, [tbl, scno, lsl #2] @ call sys_* routine
231 2: cmp scno, #(__ARM_NR_BASE - __NR_SYSCALL_BASE)
232 eor r0, scno, #__NR_SYSCALL_BASE @ put OS number back
258 mov r1, scno
263 mov scno, r0 @ syscall number (possibly new)
265 cmp scno, #NR_syscalls @ check upper syscall limit
268 ldrcc pc, [tbl, scno, lsl #2] @ call sys_* routine
269 cmp scno, #-1 @ skip the syscall?
317 bic scno, r0, #__NR_OABI_SYSCALL_BASE
318 cmp scno, #__NR_syscall - __NR_SYSCALL_BASE
319 cmpne scno, #NR_syscalls @ check range
325 ldrlo pc, [tbl, scno, lsl #2]