Home
last modified time | relevance | path

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

123

/linux/arch/s390/include/asm/
H A Delf.h232 current->thread.sys_call_table = sys_call_table; \
242 current->thread.sys_call_table = \
246 current->thread.sys_call_table = \
247 sys_call_table; \
/linux/arch/alpha/kernel/
H A Dsystbls.S13 .globl sys_call_table symbol
14 sys_call_table: label
/linux/arch/sparc/kernel/
H A Dsystbls_32.S16 .globl sys_call_table symbol
17 sys_call_table: label
H A Dsystbls_64.S25 .globl sys_call_table64, sys_call_table
27 sys_call_table: label
/linux/arch/x86/um/
H A Dsys_call_table_32.c36 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 Dscall64-n64.S62 dla t2, sys_call_table
114 .type sys_call_table, @object
115 EXPORT(sys_call_table)
H A Dscall32-o32.S102 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)
/linux/arch/loongarch/kernel/
H A Dsyscall.c37 void *sys_call_table[__NR_syscalls] = { variable
64 syscall_fn = sys_call_table[nr]; in do_syscall()
/linux/arch/riscv/include/asm/
H A Dsyscall.h19 extern void * const sys_call_table[];
110 fn = sys_call_table[syscall]; in syscall_handler()
/linux/arch/sparc/include/asm/
H A Dhead_32.h35 sethi %hi(sys_call_table), %l7; \
36 or %l7, %lo(sys_call_table), %l7; \
/linux/arch/m68k/68000/
H A Dentry.S24 .globl sys_call_table symbol
52 lea sys_call_table, %a0
81 lea sys_call_table,%a0
/linux/arch/powerpc/kernel/
H A Dsyscall.c152 f = (void *)sys_call_table[r0]; in system_call_exception()
169 f = (void *)sys_call_table[r0]; in system_call_exception()
/linux/arch/sh/include/asm/
H A Dsyscall.h5 extern const unsigned long sys_call_table[];
/linux/arch/microblaze/kernel/
H A Dsyscall_table.S4 ENTRY(sys_call_table)
/linux/arch/sh/kernel/
H A Dsyscalls_32.S15 ENTRY(sys_call_table)
/linux/arch/m68k/kernel/
H A Dsyscalltable.S24 ENTRY(sys_call_table)
/linux/arch/x86/um/asm/
H A Dsyscall.h12 extern const sys_call_ptr_t sys_call_table[];
/linux/arch/nios2/kernel/
H A Dsyscall_table.c17 void *sys_call_table[__NR_syscalls] = { variable
H A Dentry.S193 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/arc/kernel/
H A Dsys.c16 void *sys_call_table[NR_syscalls] = { variable
/linux/arch/openrisc/kernel/
H A Dsys_call_table.c27 void *sys_call_table[__NR_syscalls] = { variable
/linux/arch/csky/kernel/
H A Dsyscall_table.c13 void * const sys_call_table[__NR_syscalls] __page_aligned_data = { variable
/linux/arch/parisc/include/asm/
H A Dftrace.h12 extern unsigned long sys_call_table[];
/linux/arch/riscv/kernel/
H A Dsyscall_table.c21 void * const sys_call_table[__NR_syscalls] = { variable
/linux/arch/m68k/coldfire/
H A Dentry.S50 .globl sys_call_table symbol
64 lea sys_call_table,%a0

123