Lines Matching refs:scno
61 movlt scno, #(__NR_restart_syscall - __NR_SYSCALL_BASE)
168 addne scno, r7, #__NR_SYSCALL_BASE @ put OS number in
169 USER( ldreq scno, [lr, #-4] )
173 USER( ldr scno, [lr, #-4] ) @ get SWI instruction
186 eorne scno, r10, #__NR_OABI_SYSCALL_BASE
189 bic scno, scno, #0xff000000 @ mask off SWI op-code
190 eor scno, scno, #__NR_SYSCALL_BASE @ check OS number
200 cmp scno, #NR_syscalls @ check upper syscall limit
202 ldrcc pc, [tbl, scno, lsl #2] @ call sys_* routine
205 2: cmp scno, #(__ARM_NR_BASE - __NR_SYSCALL_BASE)
206 eor r0, scno, #__NR_SYSCALL_BASE @ put OS number back
232 mov r1, scno
237 mov scno, r0 @ syscall number (possibly new)
239 cmp scno, #NR_syscalls @ check upper syscall limit
242 ldrcc pc, [tbl, scno, lsl #2] @ call sys_* routine
243 cmp scno, #-1 @ skip the syscall?
285 bic scno, r0, #__NR_OABI_SYSCALL_BASE
286 cmp scno, #__NR_syscall - __NR_SYSCALL_BASE
287 cmpne scno, #NR_syscalls @ check range
293 ldrlo pc, [tbl, scno, lsl #2]