Home
last modified time | relevance | path

Searched refs:__NR_syscall (Results 1 – 6 of 6) sorted by relevance

/arch/mips/include/asm/
Dsyscall.h25 #ifndef __NR_syscall /* Only defined if _MIPS_SIM == _MIPS_SIM_ABI32 */
26 #define __NR_syscall 4000 macro
104 (regs->regs[2] == __NR_syscall)) in syscall_get_arguments()
/arch/blackfin/include/uapi/asm/
Dunistd.h415 #define __NR_syscall 393 /* For internal using, not implemented */ macro
416 #define NR_syscalls __NR_syscall
/arch/arm/include/uapi/asm/
Dunistd.h141 #define __NR_syscall (__NR_SYSCALL_BASE+113) /* syscall to call a syscall! */ macro
446 #undef __NR_syscall
/arch/arm/kernel/
Dentry-common.S309 cmp scno, #__NR_syscall - __NR_SYSCALL_BASE
/arch/blackfin/mach-common/
Dentry.S580 p4 = __NR_syscall;
681 p3 = __NR_syscall;
/arch/mips/include/uapi/asm/
Dunistd.h23 #define __NR_syscall (__NR_Linux + 0) macro