Searched refs:__NR_64_Linux (Results 1 – 4 of 4) sorted by relevance
429 if (nr >= __NR_64_Linux && nr <= __NR_64_Linux + __NR_64_Linux_syscalls) in arch_syscall_addr()430 return (unsigned long)sys_call_table[nr - __NR_64_Linux]; in arch_syscall_addr()
42 dsubu t0, v0, __NR_64_Linux # check syscall number52 ld t2, (sys_call_table - (__NR_64_Linux * 8))(t0)
20 #define NR_syscalls (__NR_64_Linux + __NR_64_Linux_syscalls)
722 #define __NR_64_Linux 5000 macro