/openbmc/linux/arch/s390/include/asm/ |
H A D | elf.h | 256 current->thread.sys_call_table = sys_call_table; \ 266 current->thread.sys_call_table = \ 270 current->thread.sys_call_table = \ 271 sys_call_table; \
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | systbls.S | 13 .globl sys_call_table 14 sys_call_table: label
|
/openbmc/linux/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), \
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | systbls_32.S | 16 .globl sys_call_table 17 sys_call_table: label
|
H A D | systbls_64.S | 25 .globl sys_call_table64, sys_call_table 27 sys_call_table: label
|
/openbmc/linux/arch/x86/um/ |
H A D | sys_call_table_64.c | 29 const sys_call_ptr_t sys_call_table[] ____cacheline_aligned = { variable 33 int syscall_table_size = sizeof(sys_call_table);
|
H A D | sys_call_table_32.c | 34 const sys_call_ptr_t sys_call_table[] ____cacheline_aligned = { variable 38 int syscall_table_size = sizeof(sys_call_table);
|
/openbmc/linux/arch/mips/kernel/ |
H A D | scall64-n64.S | 62 dla t2, sys_call_table 114 .type sys_call_table, @object 115 EXPORT(sys_call_table)
|
H A D | scall32-o32.S | 102 la t1, sys_call_table 189 lw t2, sys_call_table(t1) # syscall routine 223 .type sys_call_table, @object 224 EXPORT(sys_call_table)
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | syscall.c | 33 void *sys_call_table[__NR_syscalls] = { variable 58 syscall_fn = sys_call_table[nr]; in do_syscall()
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | syscall.h | 19 extern void * const sys_call_table[]; 88 fn = sys_call_table[syscall]; in syscall_handler()
|
/openbmc/linux/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; \
|
/openbmc/linux/arch/m68k/68000/ |
H A D | entry.S | 27 .globl sys_call_table 55 lea sys_call_table, %a0 84 lea sys_call_table,%a0
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | syscall.c | 152 f = (void *)sys_call_table[r0]; in system_call_exception() 169 f = (void *)sys_call_table[r0]; in system_call_exception()
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | syscall.h | 5 extern const unsigned long sys_call_table[];
|
/openbmc/linux/arch/microblaze/kernel/ |
H A D | syscall_table.S | 4 ENTRY(sys_call_table)
|
/openbmc/linux/arch/openrisc/kernel/ |
H A D | sys_call_table.c | 22 void *sys_call_table[__NR_syscalls] = { variable
|
/openbmc/linux/arch/sh/kernel/ |
H A D | syscalls_32.S | 15 ENTRY(sys_call_table)
|
/openbmc/linux/arch/nios2/kernel/ |
H A D | syscall_table.c | 15 void *sys_call_table[__NR_syscalls] = { variable
|
/openbmc/linux/arch/m68k/kernel/ |
H A D | syscalltable.S | 24 ENTRY(sys_call_table)
|
/openbmc/linux/arch/csky/kernel/ |
H A D | syscall_table.c | 11 void * const sys_call_table[__NR_syscalls] __page_aligned_data = { variable
|
/openbmc/linux/arch/arc/kernel/ |
H A D | sys.c | 15 void *sys_call_table[NR_syscalls] = { variable
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | syscall_table.c | 19 void * const sys_call_table[__NR_syscalls] = { variable
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | syscall.S | 245 ldil L%sys_call_table, %r1 248 ldo R%sys_call_table(%r1), %r19 252 load32 sys_call_table, %r19 381 ldil L%sys_call_table, %r1 384 ldo R%sys_call_table(%r1), %r19 388 load32 sys_call_table, %r19 1324 ENTRY(sys_call_table) 1325 .export sys_call_table,data 1327 END(sys_call_table)
|