__NR_O32_Linux
__NR_O32_Linux + 3, __NR_O32_Linux + 4,
__NR_O32_Linux + 1, __NR_O32_Linux + 193,
#define NR_syscalls (__NR_O32_Linux + __NR_O32_Linux_syscalls)
return (unsigned long)sys_call_table[nr - __NR_O32_Linux];
if (nr >= __NR_O32_Linux && nr < __NR_O32_Linux + __NR_O32_Linux_syscalls)
return (unsigned long)sys32_call_table[nr - __NR_O32_Linux];
if ((_regs).regs[2] == __NR_O32_Linux) \
if ((_regs).regs[2] == __NR_O32_Linux) \