/arch/s390/include/asm/ |
D | elf.h | 187 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/ |
D | syscalls_32.h | 11 extern syscall_handler_t *sys_call_table[]; 15 (*sys_call_table[syscall]))(SYSCALL_ARGS(®s->regs))
|
D | syscalls_64.h | 15 extern syscall_handler_t *sys_call_table[]; 19 (*sys_call_table[syscall]))(UPT_SYSCALL_ARG1(®s->regs), \
|
/arch/x86/um/ |
D | sys_call_table_32.c | 36 const sys_call_ptr_t sys_call_table[] ____cacheline_aligned = { variable 45 int syscall_table_size = sizeof(sys_call_table);
|
D | sys_call_table_64.c | 49 const sys_call_ptr_t sys_call_table[] ____cacheline_aligned = { variable 58 int syscall_table_size = sizeof(sys_call_table);
|
/arch/powerpc/kernel/ |
D | systbl.S | 47 .globl sys_call_table symbol 48 sys_call_table: label
|
/arch/sh/include/asm/ |
D | syscall.h | 4 extern const unsigned long sys_call_table[];
|
/arch/m68k/68360/ |
D | entry.S | 31 .globl sys_call_table symbol 51 lea sys_call_table, %a0 82 lea sys_call_table,%a0
|
/arch/score/kernel/ |
D | sys_call_table.c | 10 void *sys_call_table[__NR_syscalls] = { variable
|
D | Makefile | 9 sys_call_table.o
|
/arch/nios2/kernel/ |
D | syscall_table.c | 27 void *sys_call_table[__NR_syscalls] = { variable
|
/arch/hexagon/kernel/ |
D | syscalltab.c | 30 void *sys_call_table[__NR_syscalls] = { variable
|
/arch/openrisc/kernel/ |
D | sys_call_table.c | 26 void *sys_call_table[__NR_syscalls] = { variable
|
D | Makefile | 9 sys_call_table.o
|
/arch/unicore32/kernel/ |
D | sys.c | 37 void *sys_call_table[__NR_syscalls] = { variable
|
/arch/arc/kernel/ |
D | sys.c | 13 void *sys_call_table[NR_syscalls] = { variable
|
/arch/sparc/include/asm/ |
D | head_32.h | 34 sethi %hi(sys_call_table), %l7; \ 35 or %l7, %lo(sys_call_table), %l7; \
|
/arch/hexagon/include/asm/ |
D | syscall.h | 30 extern void *sys_call_table[];
|
/arch/avr32/kernel/ |
D | syscall_table.S | 12 .type sys_call_table,@object 13 .global sys_call_table symbol 15 sys_call_table: label
|
/arch/arm64/kernel/ |
D | sys.c | 52 void * const sys_call_table[__NR_syscalls] __aligned(4096) = { variable
|
/arch/c6x/kernel/ |
D | entry.S | 227 ;; 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
|
D | sys_c6x.c | 71 void *sys_call_table[__NR_syscalls] = { variable
|
/arch/x86/entry/ |
D | syscall_64.c | 25 asmlinkage const sys_call_ptr_t sys_call_table[__NR_syscall_max+1] = { variable
|
/arch/parisc/kernel/ |
D | syscall.S | 223 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/ |
D | entry.S | 29 .globl sys_call_table symbol 55 lea sys_call_table, %a0 86 lea sys_call_table,%a0
|