Home
last modified time | relevance | path

Searched refs:sys_call_table (Results 1 – 25 of 86) sorted by relevance

1234

/arch/s390/include/asm/
Delf.h187 current_thread_info()->sys_call_table = \
188 (unsigned long) &sys_call_table; \
198 current_thread_info()->sys_call_table = \
202 current_thread_info()->sys_call_table = \
203 (unsigned long) &sys_call_table; \
/arch/x86/um/shared/sysdep/
Dsyscalls_32.h11 extern syscall_handler_t *sys_call_table[];
15 (*sys_call_table[syscall]))(SYSCALL_ARGS(&regs->regs))
Dsyscalls_64.h15 extern syscall_handler_t *sys_call_table[];
19 (*sys_call_table[syscall]))(UPT_SYSCALL_ARG1(&regs->regs), \
/arch/x86/um/
Dsys_call_table_32.c36 const sys_call_ptr_t sys_call_table[] ____cacheline_aligned = { variable
45 int syscall_table_size = sizeof(sys_call_table);
Dsys_call_table_64.c49 const sys_call_ptr_t sys_call_table[] ____cacheline_aligned = { variable
58 int syscall_table_size = sizeof(sys_call_table);
/arch/powerpc/kernel/
Dsystbl.S47 .globl sys_call_table symbol
48 sys_call_table: label
/arch/sh/include/asm/
Dsyscall.h4 extern const unsigned long sys_call_table[];
/arch/m68k/68360/
Dentry.S31 .globl sys_call_table symbol
51 lea sys_call_table, %a0
82 lea sys_call_table,%a0
/arch/score/kernel/
Dsys_call_table.c10 void *sys_call_table[__NR_syscalls] = { variable
DMakefile9 sys_call_table.o
/arch/nios2/kernel/
Dsyscall_table.c27 void *sys_call_table[__NR_syscalls] = { variable
/arch/hexagon/kernel/
Dsyscalltab.c30 void *sys_call_table[__NR_syscalls] = { variable
/arch/openrisc/kernel/
Dsys_call_table.c26 void *sys_call_table[__NR_syscalls] = { variable
DMakefile9 sys_call_table.o
/arch/unicore32/kernel/
Dsys.c37 void *sys_call_table[__NR_syscalls] = { variable
/arch/arc/kernel/
Dsys.c13 void *sys_call_table[NR_syscalls] = { variable
/arch/sparc/include/asm/
Dhead_32.h34 sethi %hi(sys_call_table), %l7; \
35 or %l7, %lo(sys_call_table), %l7; \
/arch/hexagon/include/asm/
Dsyscall.h30 extern void *sys_call_table[];
/arch/avr32/kernel/
Dsyscall_table.S12 .type sys_call_table,@object
13 .global sys_call_table symbol
15 sys_call_table: label
/arch/arm64/kernel/
Dsys.c52 void * const sys_call_table[__NR_syscalls] __aligned(4096) = { variable
/arch/c6x/kernel/
Dentry.S227 ;; and get syscall handler addr from sys_call_table:
229 || MVKL .S2 sys_call_table,B1
231 || MVKH .S2 sys_call_table,B1
239 ; B0 = sys_call_table[__NR_*]
322 ;; B0 = syscall number (in sys_call_table)
354 ;; Get syscall handler addr from sys_call_table
357 || MVKL .S2 sys_call_table,B1
358 MVKH .S2 sys_call_table,B1
Dsys_c6x.c71 void *sys_call_table[__NR_syscalls] = { variable
/arch/x86/entry/
Dsyscall_64.c25 asmlinkage const sys_call_ptr_t sys_call_table[__NR_syscall_max+1] = { variable
/arch/parisc/kernel/
Dsyscall.S223 ldil L%sys_call_table, %r1
225 addil L%(sys_call_table64-sys_call_table), %r1
226 ldo R%sys_call_table(%r1), %r19
230 ldil L%sys_call_table, %r1
231 ldo R%sys_call_table(%r1), %r19
334 ldil L%sys_call_table,%r1
335 ldo R%sys_call_table(%r1), %r19
918 ENTRY(sys_call_table)
920 END(sys_call_table)
/arch/m68k/68000/
Dentry.S29 .globl sys_call_table symbol
55 lea sys_call_table, %a0
86 lea sys_call_table,%a0

1234