Searched refs:__NR_O32_Linux (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/mips/include/asm/
H A Dseccomp.h10 __NR_O32_Linux + 3, __NR_O32_Linux + 4,
11 __NR_O32_Linux + 1, __NR_O32_Linux + 193,
H A Dunistd.h22 #define __NR_O32_Linux 4000 macro
29 #define NR_syscalls (__NR_O32_Linux + __NR_O32_Linux_syscalls)
/linux-master/arch/mips/kernel/
H A Dscall64-o32.S36 dsubu t0, v0, __NR_O32_Linux # check syscall number
87 * therefore __NR_O32_Linux is used (4000)
90 subu t2, v0, __NR_O32_Linux
105 ld t2, (sys32_call_table - (__NR_O32_Linux * 8))(t0)
147 dsubu t0, v0, __NR_O32_Linux # check (new) syscall number
196 subu t0, a0, __NR_O32_Linux # check syscall number
H A Dftrace.c379 return (unsigned long)sys_call_table[nr - __NR_O32_Linux];
394 if (nr >= __NR_O32_Linux && nr < __NR_O32_Linux + __NR_O32_Linux_syscalls)
395 return (unsigned long)sys32_call_table[nr - __NR_O32_Linux];
H A Dscall32-o32.S84 subu t2, v0, __NR_O32_Linux
97 subu v0, v0, __NR_O32_Linux # check syscall number
184 subu t0, a0, __NR_O32_Linux # check syscall number
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1822 if ((_regs).regs[2] == __NR_O32_Linux) \
1830 if ((_regs).regs[2] == __NR_O32_Linux) \

Completed in 138 milliseconds