Searched refs:sys_call_table (Results 1 - 25 of 87) sorted by relevance

1234

/arch/sh/include/asm/
H A Dsyscall.h4 extern const unsigned long sys_call_table[];
/arch/x86/um/shared/sysdep/
H A Dsyscalls_32.h11 extern syscall_handler_t *sys_call_table[];
15 (*sys_call_table[syscall]))(SYSCALL_ARGS(&regs->regs))
H A Dsyscalls_64.h15 extern syscall_handler_t *sys_call_table[];
19 (*sys_call_table[syscall]))(UPT_SYSCALL_ARG1(&regs->regs), \
/arch/x86/um/
H A Dsys_call_table_32.c37 const sys_call_ptr_t sys_call_table[] __cacheline_aligned = {
46 int syscall_table_size = sizeof(sys_call_table);
H A Dsys_call_table_64.c49 const sys_call_ptr_t sys_call_table[] __cacheline_aligned = {
58 int syscall_table_size = sizeof(sys_call_table);
/arch/arc/kernel/
H A Dsys.c13 void *sys_call_table[NR_syscalls] = { variable
/arch/hexagon/include/asm/
H A Dsyscall.h30 extern void *sys_call_table[];
/arch/hexagon/kernel/
H A Dsyscalltab.c30 void *sys_call_table[__NR_syscalls] = { variable
/arch/openrisc/kernel/
H A Dsys_call_table.c2 * OpenRISC sys_call_table.c
26 void *sys_call_table[__NR_syscalls] = { variable
H A DMakefile9 sys_call_table.o
/arch/score/kernel/
H A DMakefile9 sys_call_table.o
H A Dsys_call_table.c10 void *sys_call_table[__NR_syscalls] = { variable
/arch/x86/kernel/
H A Dsyscall_32.c18 __visible const sys_call_ptr_t sys_call_table[__NR_syscall_max+1] = { variable
H A Dsyscall_64.c25 asmlinkage const sys_call_ptr_t sys_call_table[__NR_syscall_max+1] = { variable
/arch/s390/include/asm/
H A Delf.h191 current_thread_info()->sys_call_table = \
192 (unsigned long) &sys_call_table; \
202 current_thread_info()->sys_call_table = \
206 current_thread_info()->sys_call_table = \
207 (unsigned long) &sys_call_table; \
/arch/powerpc/kernel/
H A Dsystbl.S45 .globl sys_call_table
46 sys_call_table: label
/arch/arm64/kernel/
H A Dsys.c50 * The sys_call_table array must be 4K aligned to be accessible from
53 void *sys_call_table[__NR_syscalls] __aligned(4096) = {
/arch/c6x/kernel/
H A Dsys_c6x.c71 void *sys_call_table[__NR_syscalls] = { variable
/arch/um/sys-ppc/shared/sysdep/
H A Dsyscalls.h11 (*sys_call_table[syscall])(UM_SYSCALL_ARG1(&regs), \
/arch/unicore32/kernel/
H A Dsys.c37 void *sys_call_table[__NR_syscalls] = { variable
/arch/sparc/include/asm/
H A Dhead_32.h34 sethi %hi(sys_call_table), %l7; \
35 or %l7, %lo(sys_call_table), %l7; \
/arch/avr32/kernel/
H A Dsyscall_table.S12 .type sys_call_table,@object
13 .global sys_call_table
15 sys_call_table: label
/arch/m68k/68360/
H A Dentry.S31 .globl sys_call_table
51 lea sys_call_table, %a0
82 lea sys_call_table,%a0
/arch/c6x/include/asm/
H A Dsyscalls.h24 extern void *sys_call_table[];
/arch/mn10300/include/asm/
H A Dsyscall.h20 extern const unsigned long sys_call_table[];

Completed in 1247 milliseconds

1234