Home
last modified time | relevance | path

Searched refs:NR_SYSCALLS (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/arch/um/kernel/skas/
Dsyscall.c13 #define NR_SYSCALLS (syscall_table_size / sizeof(void *)) macro
33 if ((syscall >= NR_SYSCALLS) || (syscall < 0)) in handle_syscall()
/linux-3.4.99/arch/alpha/include/asm/
Dunistd.h465 #define NR_SYSCALLS 504 macro
/linux-3.4.99/arch/alpha/kernel/
Dentry.S294 lda $4, NR_SYSCALLS($31)
434 lda $1, NR_SYSCALLS($31)
Dsystbls.S530 .ifne (. - sys_call_table) - (NR_SYSCALLS * 8)