Home
last modified time | relevance | path

Searched refs:__NR_syscalls (Results 1 – 25 of 32) sorted by relevance

12

/linux/arch/nios2/kernel/
H A Dsyscall_table.c18 void *sys_call_table[__NR_syscalls] = {
19 [0 ... __NR_syscalls-1] = sys_ni_syscall,
/linux/arch/csky/kernel/
H A Dsyscall_table.c13 void * const sys_call_table[__NR_syscalls] __page_aligned_data = {
14 [0 ... __NR_syscalls - 1] = sys_ni_syscall,
/linux/arch/riscv/kernel/
H A Dsyscall_table.c21 void * const sys_call_table[__NR_syscalls] = {
22 [0 ... __NR_syscalls - 1] = __riscv_sys_ni_syscall,
H A Dcompat_syscall_table.c22 void * const compat_sys_call_table[__NR_syscalls] = {
23 [0 ... __NR_syscalls - 1] = __riscv_sys_ni_syscall,
/linux/arch/x86/include/asm/
H A Dunistd.h16 # define IA32_NR_syscalls (__NR_syscalls)
35 # define NR_syscalls (__NR_syscalls)
/linux/arch/arm64/kernel/
H A Dsys.c60 const syscall_fn_t sys_call_table[__NR_syscalls] = {
61 [0 ... __NR_syscalls - 1] = __arm64_sys_ni_syscall,
/linux/arch/loongarch/kernel/
H A Dsyscall.c47 void *sys_call_table[__NR_syscalls] = {
48 [0 ... __NR_syscalls - 1] = sys_ni_syscall,
/linux/tools/testing/selftests/syscall_user_dispatch/
H A Dsud_benchmark.c29 #ifdef __NR_syscalls
30 # define MAGIC_SYSCALL_1 (__NR_syscalls + 1) /* Bad Linux syscall number */
H A Dsud_test.c35 #ifdef __NR_syscalls
36 # define MAGIC_SYSCALL_1 (__NR_syscalls + 1) /* Bad Linux syscall number */
/linux/arch/csky/include/asm/
H A Dunistd.h8 #define NR_syscalls (__NR_syscalls)
/linux/arch/arc/include/asm/
H A Dunistd.h12 #define NR_syscalls __NR_syscalls
/linux/arch/xtensa/include/asm/
H A Dunistd.h13 #define NR_syscalls __NR_syscalls
/linux/arch/alpha/include/asm/
H A Dunistd.h7 #define NR_syscalls __NR_syscalls
/linux/arch/riscv/include/asm/
H A Dunistd.h29 #define NR_syscalls (__NR_syscalls)
/linux/arch/openrisc/kernel/
H A Dsys_call_table.c27 void *sys_call_table[__NR_syscalls] = {
/linux/arch/arm64/include/asm/
H A Dunistd.h33 #define NR_syscalls (__NR_syscalls)
/linux/arch/sh/include/asm/
H A Dunistd.h4 #define NR_syscalls __NR_syscalls
/linux/arch/m68k/include/asm/
H A Dunistd.h7 #define NR_syscalls __NR_syscalls
/linux/arch/hexagon/kernel/
H A Dsyscalltab.c28 void *sys_call_table[__NR_syscalls] = {
/linux/arch/powerpc/include/asm/
H A Dunistd.h10 #define NR_syscalls __NR_syscalls
/linux/tools/arch/arc/include/uapi/asm/
H A Dunistd.h32 #define NR_syscalls __NR_syscalls
/linux/arch/um/kernel/skas/
H A Dsyscall.c45 if (syscall >= 0 && syscall < __NR_syscalls) { in handle_syscall()
/linux/arch/arm/kernel/
H A Dentry-common.S17 .equ NR_syscalls, __NR_syscalls
339 .ifgt __sys_nr - __NR_syscalls
342 .rept __NR_syscalls - __sys_nr
/linux/arch/s390/kernel/
H A Dsyscall.c48 const sys_call_ptr_t sys_call_table[__NR_syscalls] = {
/linux/arch/parisc/include/asm/
H A Dunistd.h7 #define __NR_Linux_syscalls __NR_syscalls

12