Searched refs:__NR_O32_Linux (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/arch/mips/include/asm/ |
D | seccomp.h | 10 __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()
|
D | unistd.h | 22 #define NR_syscalls (__NR_O32_Linux + __NR_O32_Linux_syscalls)
|
/Linux-v4.19/arch/mips/kernel/ |
D | ftrace.c | 404 return (unsigned long)sys_call_table[nr - __NR_O32_Linux]; in arch_syscall_addr() 419 if (nr >= __NR_O32_Linux && nr <= __NR_O32_Linux + __NR_O32_Linux_syscalls) in arch_syscall_addr() 420 return (unsigned long)sys32_call_table[nr - __NR_O32_Linux]; in arch_syscall_addr()
|
D | scall64-o32.S | 36 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
|
D | scall32-o32.S | 26 #define MAX_SYSCALL_NO __NR_O32_Linux + __NR_O32_Linux_syscalls 91 subu v0, v0, __NR_O32_Linux # check syscall number 128 subu t2, v0, __NR_O32_Linux 187 subu t0, a0, __NR_O32_Linux # check syscall number
|
/Linux-v4.19/arch/mips/include/uapi/asm/ |
D | unistd.h | 402 #define __NR_O32_Linux 4000 macro
|
/Linux-v4.19/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 1597 if (regs.SYSCALL_NUM == __NR_O32_Linux) in get_syscall() 1626 if (regs.SYSCALL_NUM == __NR_O32_Linux) in change_syscall()
|