Searched refs:scno (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/arch/arm/kernel/ |
D | entry-common.S | 134 arm710_bug_check scno, ip 147 bic scno, scno, #0xff000000 @ mask off SWI op-code 148 eor scno, scno, #OS_NUMBER << 20 @ check OS number 154 cmp scno, #NR_syscalls @ check upper syscall limit 155 ldrcc pc, [tbl, scno, lsl #2] @ call sys_* routine 159 cmp scno, #ARMSWI_OFFSET 160 eor r0, scno, #OS_NUMBER << 20 @ put OS number back 175 cmp scno, #NR_syscalls @ check upper syscall limit 177 ldrcc pc, [tbl, scno, lsl #2] @ call sys_* routine 205 eor scno, r0, #OS_NUMBER << 20 [all …]
|
D | entry-header.S | 218 scno .req r7 @ syscall number label 229 addne scno, r7, #OS_NUMBER << 20 @ put OS number in 230 ldreq scno, [lr, #-4] 234 ldr scno, [lr, #-4] @ get SWI instruction
|