Searched refs:NR_SYSCALLS (Results 1 – 4 of 4) sorted by relevance
13 #define NR_SYSCALLS (syscall_table_size / sizeof(void *)) macro33 if ((syscall >= NR_SYSCALLS) || (syscall < 0)) in handle_syscall()
465 #define NR_SYSCALLS 504 macro
294 lda $4, NR_SYSCALLS($31)434 lda $1, NR_SYSCALLS($31)
530 .ifne (. - sys_call_table) - (NR_SYSCALLS * 8)