| /linux/arch/alpha/kernel/ |
| H A D | systbls.S | 13 .globl sys_call_table 14 sys_call_table: label
|
| /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
|
| /linux/arch/x86/um/ |
| H A D | sys_call_table_64.c | 32 const sys_call_ptr_t sys_call_table[] ____cacheline_aligned = { variable 36 int syscall_table_size = sizeof(sys_call_table);
|
| H A D | sys_call_table_32.c | 36 const sys_call_ptr_t sys_call_table[] ____cacheline_aligned = { variable 40 int syscall_table_size = sizeof(sys_call_table);
|
| /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)
|
| H A D | ftrace.c | 396 return (unsigned long)sys_call_table[nr - __NR_O32_Linux]; in arch_syscall_addr() 409 return (unsigned long)sys_call_table[nr - __NR_64_Linux]; in arch_syscall_addr()
|
| /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; \
|
| /linux/arch/sh/include/asm/ |
| H A D | syscall.h | 5 extern const unsigned long sys_call_table[];
|
| /linux/arch/microblaze/kernel/ |
| H A D | syscall_table.S | 4 ENTRY(sys_call_table)
|
| /linux/arch/sh/kernel/ |
| H A D | syscalls_32.S | 15 ENTRY(sys_call_table)
|
| /linux/arch/m68k/kernel/ |
| H A D | syscalltable.S | 24 ENTRY(sys_call_table)
|
| /linux/arch/x86/um/asm/ |
| H A D | syscall.h | 12 extern const sys_call_ptr_t sys_call_table[];
|
| /linux/arch/nios2/kernel/ |
| H A D | syscall_table.c | 18 void *sys_call_table[__NR_syscalls] = { variable
|
| 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)
|
| /linux/arch/openrisc/kernel/ |
| H A D | sys_call_table.c | 27 void *sys_call_table[__NR_syscalls] = { variable
|
| H A D | Makefile | 10 sys_call_table.o unwinder.o cacheinfo.o
|
| /linux/arch/arc/kernel/ |
| H A D | sys.c | 16 void *sys_call_table[NR_syscalls] = { variable
|
| /linux/arch/csky/kernel/ |
| H A D | syscall_table.c | 13 void * const sys_call_table[__NR_syscalls] __page_aligned_data = { variable
|
| /linux/arch/m68k/coldfire/ |
| H A D | entry.S | 50 .globl sys_call_table 64 lea sys_call_table,%a0
|
| /linux/arch/parisc/include/asm/ |
| H A D | ftrace.h | 12 extern unsigned long sys_call_table[];
|
| /linux/arch/riscv/kernel/ |
| H A D | syscall_table.c | 21 void * const sys_call_table[__NR_syscalls] = { variable
|
| /linux/arch/hexagon/kernel/ |
| H A D | syscalltab.c | 28 void *sys_call_table[__NR_syscalls] = { variable
|
| /linux/arch/powerpc/kernel/ |
| H A D | systbl.c | 32 const syscall_fn sys_call_table[] = { variable
|