Searched refs:NR_syscalls (Results 1 – 25 of 49) sorted by relevance
12
9 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls13 # define SECCOMP_ARCH_COMPAT_NR NR_syscalls18 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls
21 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls25 # define SECCOMP_ARCH_COMPAT_NR NR_syscalls30 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls
25 #define NR_syscalls (__NR_N32_Linux + __NR_N32_Linux_syscalls) macro27 #define NR_syscalls (__NR_64_Linux + __NR_64_Linux_syscalls) macro29 #define NR_syscalls (__NR_O32_Linux + __NR_O32_Linux_syscalls) macro
12 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls16 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls
14 #define NR_syscalls (__NR_syscalls) macro
29 #define NR_syscalls (__NR_syscalls) macro
16 void *sys_call_table[NR_syscalls] = {17 [0 ... NR_syscalls-1] = sys_ni_syscall,
20 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls24 # define SECCOMP_ARCH_COMPAT_NR NR_syscalls
21 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls35 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls
52 if (nr < NR_syscalls) in do_syscall()63 if (nr < NR_syscalls) { in do_syscall()
61 if (likely(unr < NR_syscalls)) { in do_syscall_x64()62 unr = array_index_nospec(unr, NR_syscalls); in do_syscall_x64()
8 #define NR_syscalls (__NR_syscalls) macro
8 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
13 #define NR_syscalls __NR_syscalls macro
12 #define NR_syscalls __NR_syscalls macro
7 #define NR_syscalls __NR_syscalls macro
18 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
4 #define NR_syscalls __NR_syscalls macro
135 if (unlikely(r0 >= NR_syscalls)) in system_call_exception()138 } else if (unlikely(r0 >= NR_syscalls)) { in system_call_exception()
23 #define SECCOMP_ARCH_NATIVE_NR NR_syscalls
33 #define NR_syscalls (__NR_syscalls) macro
Completed in 19 milliseconds