| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | elf.h | 236 current->thread.sys_call_table = \ 237 (unsigned long) &sys_call_table; \ 247 current->thread.sys_call_table = \ 251 current->thread.sys_call_table = \ 252 (unsigned long) &sys_call_table; \
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | syscall.S | 219 ldil L%sys_call_table, %r1 221 addil L%(sys_call_table64-sys_call_table), %r1 222 ldo R%sys_call_table(%r1), %r19 226 load32 sys_call_table, %r19 357 ldil L%sys_call_table, %r1 359 addil L%(sys_call_table64-sys_call_table), %r1 360 ldo R%sys_call_table(%r1), %r19 364 load32 sys_call_table, %r19 924 ENTRY(sys_call_table) 925 .export sys_call_table,data [all …]
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | systbls_32.S | 15 .globl sys_call_table symbol 16 sys_call_table: label
|
| H A D | systbls_64.S | 23 .globl sys_call_table64, sys_call_table 25 sys_call_table: label
|
| /OK3568_Linux_fs/kernel/arch/x86/um/shared/sysdep/ |
| H A D | syscalls_32.h | 11 extern syscall_handler_t *sys_call_table[]; 14 ((*sys_call_table[syscall]))(SYSCALL_ARGS(®s->regs))
|
| H A D | syscalls_64.h | 15 extern syscall_handler_t *sys_call_table[]; 18 (((*sys_call_table[syscall]))(UPT_SYSCALL_ARG1(®s->regs), \
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | systbls.S | 13 .globl sys_call_table symbol 14 sys_call_table: label
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | systbl.S | 25 .globl sys_call_table symbol 26 sys_call_table: label
|
| /OK3568_Linux_fs/kernel/arch/x86/um/ |
| H A D | sys_call_table_32.c | 37 const sys_call_ptr_t sys_call_table[] ____cacheline_aligned = { variable 46 int syscall_table_size = sizeof(sys_call_table);
|
| H A D | sys_call_table_64.c | 50 const sys_call_ptr_t sys_call_table[] ____cacheline_aligned = { variable 59 int syscall_table_size = sizeof(sys_call_table);
|
| /OK3568_Linux_fs/kernel/arch/c6x/kernel/ |
| H A D | entry.S | 224 ;; and get syscall handler addr from sys_call_table: 226 || MVKL .S2 sys_call_table,B1 228 || MVKH .S2 sys_call_table,B1 236 ; B0 = sys_call_table[__NR_*] 319 ;; B0 = syscall number (in sys_call_table) 351 ;; Get syscall handler addr from sys_call_table 354 || MVKL .S2 sys_call_table,B1 355 MVKH .S2 sys_call_table,B1
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | scall64-n64.S | 61 dla t2, sys_call_table 114 .type sys_call_table, @object 115 EXPORT(sys_call_table)
|
| H A D | scall32-o32.S | 93 la t1, sys_call_table 189 lw t2, sys_call_table(t1) # syscall routine 222 .type sys_call_table, @object 223 EXPORT(sys_call_table)
|
| /OK3568_Linux_fs/kernel/arch/m68k/68000/ |
| H A D | entry.S | 29 .globl sys_call_table symbol 55 lea sys_call_table, %a0 86 lea sys_call_table,%a0
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | head_32.h | 35 sethi %hi(sys_call_table), %l7; \ 36 or %l7, %lo(sys_call_table), %l7; \
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | syscall.h | 20 extern const sys_call_ptr_t sys_call_table[]; 23 #define ia32_sys_call_table sys_call_table
|
| /OK3568_Linux_fs/kernel/arch/nios2/kernel/ |
| H A D | entry.S | 193 movhi r11, %hiadj(sys_call_table) 195 ldw r1, %lo(sys_call_table)(r1) 265 movhi r11,%hiadj(sys_call_table) 267 ldw r1, %lo(sys_call_table)(r1)
|
| H A D | syscall_table.c | 15 void *sys_call_table[__NR_syscalls] = { variable
|
| /OK3568_Linux_fs/kernel/arch/m68k/coldfire/ |
| H A D | entry.S | 55 .globl sys_call_table symbol 69 lea sys_call_table,%a0
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | syscall.h | 5 extern const unsigned long sys_call_table[];
|
| /OK3568_Linux_fs/kernel/arch/microblaze/kernel/ |
| H A D | syscall_table.S | 4 ENTRY(sys_call_table)
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/ |
| H A D | syscalls_32.S | 15 ENTRY(sys_call_table)
|
| /OK3568_Linux_fs/kernel/arch/hexagon/kernel/ |
| H A D | syscalltab.c | 17 void *sys_call_table[__NR_syscalls] = { variable
|
| /OK3568_Linux_fs/kernel/arch/openrisc/kernel/ |
| H A D | sys_call_table.c | 22 void *sys_call_table[__NR_syscalls] = { variable
|
| /OK3568_Linux_fs/kernel/arch/riscv/kernel/ |
| H A D | syscall_table.c | 16 void *sys_call_table[__NR_syscalls] = { variable
|