Searched refs:__NR_N32_Linux (Results 1 – 4 of 4) sorted by relevance
15 __NR_N32_Linux + 0, __NR_N32_Linux + 1, in get_compat_mode1_syscalls()16 __NR_N32_Linux + 58, __NR_N32_Linux + 211, in get_compat_mode1_syscalls()
20 #define __NR_N32_Linux 6000 macro25 #define NR_syscalls (__NR_N32_Linux + __NR_N32_Linux_syscalls)
35 dsubu t0, v0, __NR_N32_Linux # check syscall number54 ld t2, (sysn32_call_table - (__NR_N32_Linux * 8))(t0)89 dsubu t2, v0, __NR_N32_Linux # check (new) syscall number
388 if (nr >= __NR_N32_Linux && nr < __NR_N32_Linux + __NR_N32_Linux_syscalls) in arch_syscall_addr()389 return (unsigned long)sysn32_call_table[nr - __NR_N32_Linux]; in arch_syscall_addr()