Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
H A Dunistd.h27 #define NR_syscalls (__NR_64_Linux + __NR_64_Linux_syscalls)
/linux/arch/mips/kernel/
H A Dscall64-n64.S58 sltiu t0, t2, __NR_64_Linux_syscalls
H A Dftrace.c391 if (nr >= __NR_64_Linux && nr < __NR_64_Linux + __NR_64_Linux_syscalls) in arch_syscall_addr()