Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/
Dsyscall.h25 #ifndef __NR_syscall /* Only defined if _MIPS_SIM == _MIPS_SIM_ABI32 */
26 #define __NR_syscall 4000 macro
35 (regs->regs[2] == __NR_syscall); in mips_syscall_is_indirect()
/Linux-v4.19/arch/arm/kernel/
Dentry-common.S371 cmp scno, #__NR_syscall - __NR_SYSCALL_BASE
/Linux-v4.19/arch/mips/include/uapi/asm/
Dunistd.h24 #define __NR_syscall (__NR_Linux + 0) macro