Searched refs:__NR_64_Linux (Results 1 – 4 of 4) sorted by relevance
416 if (nr >= __NR_64_Linux && nr <= __NR_64_Linux + __NR_64_Linux_syscalls) in arch_syscall_addr()417 return (unsigned long)sys_call_table[nr - __NR_64_Linux]; in arch_syscall_addr()
56 dsubu t2, v0, __NR_64_Linux
20 #define NR_syscalls (__NR_64_Linux + __NR_64_Linux_syscalls)
748 #define __NR_64_Linux 5000 macro