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()
6 #define NR_SYSCALLS 511 macro
456 lda $4, NR_SYSCALLS($31)587 lda $1, NR_SYSCALLS($31)
537 .ifne (. - sys_call_table) - (NR_SYSCALLS * 8)