Searched refs:__NR_syscalls (Results 1 – 25 of 32) sorted by relevance
12
18 void *sys_call_table[__NR_syscalls] = {19 [0 ... __NR_syscalls-1] = sys_ni_syscall,
13 void * const sys_call_table[__NR_syscalls] __page_aligned_data = {14 [0 ... __NR_syscalls - 1] = sys_ni_syscall,
21 void * const sys_call_table[__NR_syscalls] = {22 [0 ... __NR_syscalls - 1] = __riscv_sys_ni_syscall,
22 void * const compat_sys_call_table[__NR_syscalls] = {23 [0 ... __NR_syscalls - 1] = __riscv_sys_ni_syscall,
16 # define IA32_NR_syscalls (__NR_syscalls)35 # define NR_syscalls (__NR_syscalls)
60 const syscall_fn_t sys_call_table[__NR_syscalls] = {61 [0 ... __NR_syscalls - 1] = __arm64_sys_ni_syscall,
47 void *sys_call_table[__NR_syscalls] = {48 [0 ... __NR_syscalls - 1] = sys_ni_syscall,
29 #ifdef __NR_syscalls30 # define MAGIC_SYSCALL_1 (__NR_syscalls + 1) /* Bad Linux syscall number */
35 #ifdef __NR_syscalls36 # define MAGIC_SYSCALL_1 (__NR_syscalls + 1) /* Bad Linux syscall number */
8 #define NR_syscalls (__NR_syscalls)
12 #define NR_syscalls __NR_syscalls
13 #define NR_syscalls __NR_syscalls
7 #define NR_syscalls __NR_syscalls
29 #define NR_syscalls (__NR_syscalls)
27 void *sys_call_table[__NR_syscalls] = {
33 #define NR_syscalls (__NR_syscalls)
4 #define NR_syscalls __NR_syscalls
28 void *sys_call_table[__NR_syscalls] = {
10 #define NR_syscalls __NR_syscalls
32 #define NR_syscalls __NR_syscalls
45 if (syscall >= 0 && syscall < __NR_syscalls) { in handle_syscall()
17 .equ NR_syscalls, __NR_syscalls339 .ifgt __sys_nr - __NR_syscalls342 .rept __NR_syscalls - __sys_nr
48 const sys_call_ptr_t sys_call_table[__NR_syscalls] = {
7 #define __NR_Linux_syscalls __NR_syscalls