Searched refs:__NR_N32_Linux (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/mips/include/asm/
H A Dseccomp.h15 __NR_N32_Linux + 0, __NR_N32_Linux + 1,
16 __NR_N32_Linux + 58, __NR_N32_Linux + 211,
H A Dunistd.h20 #define __NR_N32_Linux 6000 macro
25 #define NR_syscalls (__NR_N32_Linux + __NR_N32_Linux_syscalls)
/linux-master/arch/mips/kernel/
H A Dscall64-n32.S35 dsubu t0, v0, __NR_N32_Linux # check syscall number
56 ld t2, (sysn32_call_table - (__NR_N32_Linux * 8))(t0)
90 dsubu t2, v0, __NR_N32_Linux # check (new) syscall number
H A Dftrace.c388 if (nr >= __NR_N32_Linux && nr < __NR_N32_Linux + __NR_N32_Linux_syscalls)
389 return (unsigned long)sysn32_call_table[nr - __NR_N32_Linux];

Completed in 137 milliseconds