Home
last modified time | relevance | path

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

12

/openbmc/linux/arch/x86/entry/
H A Dsyscall_64.c10 #define __SYSCALL(nr, sym) extern long __x64_##sym(const struct pt_regs *); macro
19 #define __SYSCALL(nr, sym) __x64_##sym, macro
25 #define __SYSCALL(nr, sym) case nr: return __x64_##sym(regs); macro
H A Dsyscall_32.c16 #define __SYSCALL(nr, sym) extern long __ia32_##sym(const struct pt_regs *); macro
27 #define __SYSCALL(nr, sym) __ia32_##sym, macro
34 #define __SYSCALL(nr, sym) case nr: return __ia32_##sym(regs); macro
H A Dsyscall_x32.c10 #define __SYSCALL(nr, sym) extern long __x64_##sym(const struct pt_regs *); macro
14 #define __SYSCALL(nr, sym) case nr: return __x64_##sym(regs); macro
/openbmc/linux/arch/riscv/kernel/
H A Dsyscall_table.c13 #define __SYSCALL(nr, call) asmlinkage long __riscv_##call(const struct pt_regs *); macro
17 #define __SYSCALL(nr, call) [nr] = __riscv_##call, macro
H A Dcompat_syscall_table.c12 #define __SYSCALL(nr, call) asmlinkage long __riscv_##call(const struct pt_regs *); macro
16 #define __SYSCALL(nr, call) [nr] = __riscv_##call, macro
/openbmc/linux/arch/x86/um/
H A Dsys_call_table_64.c21 #define __SYSCALL(nr, sym) extern asmlinkage long sym(unsigned long, unsigned long, unsigned long, … macro
25 #define __SYSCALL(nr, sym) sym, macro
H A Dsys_call_table_32.c26 #define __SYSCALL(nr, sym) extern asmlinkage long sym(unsigned long, unsigned long, unsigned long, … macro
30 #define __SYSCALL(nr, sym) sym, macro
/openbmc/linux/arch/powerpc/kernel/
H A Dsystbl.c23 #define __SYSCALL(nr, entry) [nr] = entry, macro
29 #define __SYSCALL(nr, entry) [nr] = (void *) entry, macro
/openbmc/linux/arch/arm64/kernel/
H A Dsys.c52 #define __SYSCALL(nr, sym) asmlinkage long __arm64_##sym(const struct pt_regs *); macro
56 #define __SYSCALL(nr, sym) [nr] = __arm64_##sym, macro
/openbmc/linux/arch/microblaze/kernel/
H A Dsyscall_table.S3 #define __SYSCALL(nr, entry) .long entry macro
/openbmc/linux/arch/sh/kernel/
H A Dsyscalls_32.S13 #define __SYSCALL(nr, entry) .long entry macro
/openbmc/linux/arch/openrisc/kernel/
H A Dsys_call_table.c20 #define __SYSCALL(nr, call) [nr] = (call), macro
/openbmc/linux/arch/nios2/kernel/
H A Dsyscall_table.c13 #define __SYSCALL(nr, call) [nr] = (call), macro
/openbmc/linux/arch/m68k/kernel/
H A Dsyscalltable.S21 #define __SYSCALL(nr, entry) .long entry macro
/openbmc/linux/arch/alpha/kernel/
H A Dsystbls.S10 #define __SYSCALL(nr, entry) .quad entry macro
/openbmc/linux/arch/csky/kernel/
H A Dsyscall_table.c8 #define __SYSCALL(nr, call)[nr] = (call), macro
/openbmc/linux/arch/arc/kernel/
H A Dsys.c13 #define __SYSCALL(nr, call) [nr] = (call), macro
/openbmc/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
/openbmc/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
/openbmc/linux/arch/powerpc/platforms/cell/
H A Dspu_callbacks.c39 #define __SYSCALL(nr, entry) [nr] = (void *) entry, macro
/openbmc/linux/arch/hexagon/kernel/
H A Dsyscalltab.c15 #define __SYSCALL(nr, call) [nr] = (call), macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dsyscalls.h149 #define __SYSCALL(nr, entry) \ macro
/openbmc/linux/arch/loongarch/kernel/
H A Dsyscall.c22 #define __SYSCALL(nr, call) [nr] = (call), macro

12