/linux/arch/riscv/kernel/ |
H A D | syscall_table.c | 15 #define __SYSCALL(nr, call) asmlinkage long __riscv_##call(const struct pt_regs *); macro 19 #define __SYSCALL(nr, call) [nr] = __riscv_##call, macro
|
H A D | compat_syscall_table.c | 14 #define __SYSCALL(nr, call) asmlinkage long __riscv_##call(const struct pt_regs *); macro 18 #define __SYSCALL(nr, call) [nr] = __riscv_##call, macro
|
/linux/arch/x86/um/ |
H A D | sys_call_table_64.c | 27 #define __SYSCALL(nr, sym) extern asmlinkage long sym(unsigned long, unsigned long, unsigned long, … macro 31 #define __SYSCALL(nr, sym) sym, macro
|
H A D | sys_call_table_32.c | 31 #define __SYSCALL(nr, sym) extern asmlinkage long sym(unsigned long, unsigned long, unsigned long, … macro 35 #define __SYSCALL(nr, sym) sym, macro
|
/linux/arch/powerpc/kernel/ |
H A D | systbl.c | 23 #define __SYSCALL(nr, entry) [nr] = entry, macro 29 #define __SYSCALL(nr, entry) [nr] = (void *) entry, macro
|
/linux/arch/arm64/kernel/ |
H A D | sys.c | 54 #define __SYSCALL(nr, sym) asmlinkage long __arm64_##sym(const struct pt_regs *); macro 58 #define __SYSCALL(nr, sym) [nr] = __arm64_##sym, macro
|
H A D | sys32.c | 123 #define __SYSCALL(nr, sym) asmlinkage long __arm64_##sym(const struct pt_regs *); macro 127 #define __SYSCALL(nr, sym) [nr] = __arm64_##sym, macro
|
/linux/arch/sh/kernel/ |
H A D | syscalls_32.S | 13 #define __SYSCALL(nr, entry) .long entry macro
|
/linux/arch/microblaze/kernel/ |
H A D | syscall_table.S | 3 #define __SYSCALL(nr, entry) .long entry macro
|
/linux/arch/m68k/kernel/ |
H A D | syscalltable.S | 21 #define __SYSCALL(nr, entry) .long entry macro
|
/linux/arch/alpha/kernel/ |
H A D | systbls.S | 10 #define __SYSCALL(nr, entry) .quad entry macro
|
/linux/arch/sparc/kernel/ |
H A D | systbls_32.S | 13 #define __SYSCALL(nr, entry) .long entry macro
|
H A D | systbls_64.S | 13 #define __SYSCALL(nr, entry) .word entry macro
|
/linux/arch/mips/kernel/ |
H A D | scall64-n32.S | 105 #define __SYSCALL(nr, entry) PTR_WD entry macro
|
H A D | scall64-n64.S | 112 #define __SYSCALL(nr, entry) PTR_WD entry macro
|
H A D | scall64-o32.S | 218 #define __SYSCALL(nr, entry) PTR_WD entry macro
|
/linux/arch/nios2/kernel/ |
H A D | syscall_table.c | 12 #define __SYSCALL(nr, call) [nr] = (call), macro
|
/linux/arch/csky/kernel/ |
H A D | syscall_table.c | 8 #define __SYSCALL(nr, call)[nr] = (call), macro
|
/linux/arch/powerpc/platforms/cell/ |
H A D | spu_callbacks.c | 39 #define __SYSCALL(nr, entry) [nr] = (void *) entry, macro
|
/linux/arch/arc/kernel/ |
H A D | sys.c | 13 #define __SYSCALL(nr, call) [nr] = (call), macro
|
/linux/arch/openrisc/kernel/ |
H A D | sys_call_table.c | 19 #define __SYSCALL(nr, call) [nr] = (call), macro
|
/linux/arch/powerpc/include/asm/ |
H A D | syscalls.h | 149 #define __SYSCALL(nr, entry) \ macro
|
/linux/arch/hexagon/kernel/ |
H A D | syscalltab.c | 14 #define __SYSCALL(nr, call) [nr] = (call), macro
|
/linux/arch/xtensa/kernel/ |
H A D | syscall.c | 31 #define __SYSCALL(nr, entry) (syscall_t)entry, macro
|
/linux/arch/loongarch/kernel/ |
H A D | syscall.c | 25 #define __SYSCALL(nr, call) [nr] = (call), macro
|