Home
last modified time | relevance | path

Searched defs:__SYSCALL (Results 1 – 25 of 29) sorted by relevance

12

/linux/arch/riscv/kernel/
H A Dsyscall_table.c15 #define __SYSCALL(nr, call) asmlinkage long __riscv_##call(const struct pt_regs *); macro
19 #define __SYSCALL(nr, call) [nr] = __riscv_##call, macro
H A Dcompat_syscall_table.c14 #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 Dsys_call_table_64.c27 #define __SYSCALL(nr, sym) extern asmlinkage long sym(unsigned long, unsigned long, unsigned long, … macro
31 #define __SYSCALL(nr, sym) sym, macro
H A Dsys_call_table_32.c31 #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 Dsystbl.c23 #define __SYSCALL(nr, entry) [nr] = entry, macro
29 #define __SYSCALL(nr, entry) [nr] = (void *) entry, macro
/linux/arch/arm64/kernel/
H A Dsys.c54 #define __SYSCALL(nr, sym) asmlinkage long __arm64_##sym(const struct pt_regs *); macro
58 #define __SYSCALL(nr, sym) [nr] = __arm64_##sym, macro
H A Dsys32.c123 #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 Dsyscalls_32.S13 #define __SYSCALL(nr, entry) .long entry macro
/linux/arch/microblaze/kernel/
H A Dsyscall_table.S3 #define __SYSCALL(nr, entry) .long entry macro
/linux/arch/m68k/kernel/
H A Dsyscalltable.S21 #define __SYSCALL(nr, entry) .long entry macro
/linux/arch/alpha/kernel/
H A Dsystbls.S10 #define __SYSCALL(nr, entry) .quad entry macro
/linux/arch/sparc/kernel/
H A Dsystbls_32.S13 #define __SYSCALL(nr, entry) .long entry macro
H A Dsystbls_64.S13 #define __SYSCALL(nr, entry) .word entry macro
/linux/arch/mips/kernel/
H A Dscall64-n32.S105 #define __SYSCALL(nr, entry) PTR_WD entry macro
H A Dscall64-n64.S112 #define __SYSCALL(nr, entry) PTR_WD entry macro
H A Dscall64-o32.S218 #define __SYSCALL(nr, entry) PTR_WD entry macro
/linux/arch/nios2/kernel/
H A Dsyscall_table.c12 #define __SYSCALL(nr, call) [nr] = (call), macro
/linux/arch/csky/kernel/
H A Dsyscall_table.c8 #define __SYSCALL(nr, call)[nr] = (call), macro
/linux/arch/powerpc/platforms/cell/
H A Dspu_callbacks.c39 #define __SYSCALL(nr, entry) [nr] = (void *) entry, macro
/linux/arch/arc/kernel/
H A Dsys.c13 #define __SYSCALL(nr, call) [nr] = (call), macro
/linux/arch/openrisc/kernel/
H A Dsys_call_table.c19 #define __SYSCALL(nr, call) [nr] = (call), macro
/linux/arch/powerpc/include/asm/
H A Dsyscalls.h149 #define __SYSCALL(nr, entry) \ macro
/linux/arch/hexagon/kernel/
H A Dsyscalltab.c14 #define __SYSCALL(nr, call) [nr] = (call), macro
/linux/arch/xtensa/kernel/
H A Dsyscall.c31 #define __SYSCALL(nr, entry) (syscall_t)entry, macro
/linux/arch/loongarch/kernel/
H A Dsyscall.c25 #define __SYSCALL(nr, call) [nr] = (call), macro

12