Home
last modified time | relevance | path

Searched refs:syscall_table_size (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/arch/um/kernel/skas/
Dsyscall.c12 extern int syscall_table_size;
13 #define NR_SYSCALLS (syscall_table_size / sizeof(void *))
/linux-4.1.27/arch/x86/um/
Dsys_call_table_32.c46 int syscall_table_size = sizeof(sys_call_table); variable
Dsys_call_table_64.c59 int syscall_table_size = sizeof(sys_call_table); variable
/linux-4.1.27/arch/m32r/kernel/
Dentry.S113 #define nr_syscalls ((syscall_table_size)/4)
/linux-4.1.27/arch/frv/kernel/
Dentry.S39 #define nr_syscalls ((syscall_table_size)/4)
/linux-4.1.27/arch/microblaze/kernel/
Dentry-nommu.S594 syscall_table_size=(.-sys_call_table)
Dentry.S977 syscall_table_size=(.-sys_call_table)