Searched refs:__NR_syscalls (Results 1 – 25 of 46) sorted by relevance
12
16 void *sys_call_table[__NR_syscalls] = {17 [0 ... __NR_syscalls - 1] = sys_ni_syscall,
34 void *sys_call_table[__NR_syscalls] = {35 [0 ... __NR_syscalls-1] = sys_ni_syscall,
11 void * const sys_call_table[__NR_syscalls] __page_aligned_data = {12 [0 ... __NR_syscalls - 1] = sys_ni_syscall,
14 void *sys_call_table[__NR_syscalls] __aligned(8192) = {15 [0 ... __NR_syscalls - 1] = sys_ni_syscall,
58 const syscall_fn_t sys_call_table[__NR_syscalls] = {59 [0 ... __NR_syscalls - 1] = __arm64_sys_ni_syscall,
68 void *sys_call_table[__NR_syscalls] = {69 [0 ... __NR_syscalls-1] = sys_ni_syscall,
31 syscall_t sys_call_table[__NR_syscalls] /* FIXME __cacheline_aligned */= {32 [0 ... __NR_syscalls - 1] = (syscall_t)&sys_ni_syscall,
6 #define NR_syscalls (__NR_syscalls)
15 #define NR_syscalls (__NR_syscalls)
15 void *sys_call_table[__NR_syscalls] = {
22 void *sys_call_table[__NR_syscalls] = {
17 void *sys_call_table[__NR_syscalls] = {
14 #define NR_syscalls __NR_syscalls
13 void *_sys_call_table[__NR_syscalls] = {
7 #define NR_SYSCALLS __NR_syscalls
8 #define NR_syscalls __NR_syscalls
7 #define NR_syscalls __NR_syscalls
20 #define NR_syscalls __NR_syscalls
13 #define NR_syscalls __NR_syscalls /* length of syscall table */
51 #define NR_syscalls (__NR_syscalls)
10 #define NR_syscalls __NR_syscalls
32 #define NR_syscalls __NR_syscalls
18 #define NR_syscalls (__NR_syscalls)
17 .equ NR_syscalls, __NR_syscalls335 .ifgt __sys_nr - __NR_syscalls338 .rept __NR_syscalls - __sys_nr