Searched refs:scno (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/kernel/
H A Dsys_avr32.c14 register long scno asm("r8") = __NR_execve;
21 : "r"(scno), "0"(sc1), "r"(sc2), "r"(sc3)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dentry-common.S265 * Pure EABI user space always put syscall number into scno (r7).
276 addne scno, r7, #__NR_SYSCALL_BASE @ put OS number in
277 ldreq scno, [lr, #-4]
282 ldr scno, [lr, #-4] @ get SWI instruction
283 A710( and ip, scno, #0x0f000000 @ check for SWI )
304 * If this is an old ABI call, get the syscall number into scno and
308 eorne scno, r10, #__NR_OABI_SYSCALL_BASE
311 bic scno, scno, #0xff000000 @ mask off SWI op-code
312 eor scno, scn
[all...]
H A Dptrace.c911 asmlinkage int syscall_trace(int why, struct pt_regs *regs, int scno) argument
916 return scno;
918 return scno;
927 current_thread_info()->syscall = scno;
H A Dentry-header.S178 scno .req r7 @ syscall number label

Completed in 48 milliseconds