Home
last modified time | relevance | path

Searched refs:__NR_O32_Linux (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/include/asm/
Dseccomp.h10 __NR_O32_Linux + 3, __NR_O32_Linux + 4, in get_compat_mode1_syscalls()
11 __NR_O32_Linux + 1, __NR_O32_Linux + 193, in get_compat_mode1_syscalls()
Dunistd.h25 #define NR_syscalls (__NR_O32_Linux + __NR_O32_Linux_syscalls)
/kernel/linux/linux-5.10/arch/mips/kernel/
Dscall64-o32.S36 dsubu t0, v0, __NR_O32_Linux # check syscall number
89 ld t2, (sys32_call_table - (__NR_O32_Linux * 8))(t0)
125 subu t1, v0, __NR_O32_Linux
146 dsubu t0, v0, __NR_O32_Linux # check (new) syscall number
195 subu t0, a0, __NR_O32_Linux # check syscall number
Dftrace.c391 return (unsigned long)sys_call_table[nr - __NR_O32_Linux]; in arch_syscall_addr()
406 if (nr >= __NR_O32_Linux && nr < __NR_O32_Linux + __NR_O32_Linux_syscalls) in arch_syscall_addr()
407 return (unsigned long)sys32_call_table[nr - __NR_O32_Linux]; in arch_syscall_addr()
Dscall32-o32.S88 subu v0, v0, __NR_O32_Linux # check syscall number
125 subu t2, v0, __NR_O32_Linux
184 subu t0, a0, __NR_O32_Linux # check syscall number
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
Dunistd_nr_o32.h21 #define __NR_O32_Linux 4000 macro
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1791 if ((_regs).regs[2] == __NR_O32_Linux) \
1799 if ((_regs).regs[2] == __NR_O32_Linux) \