Home
last modified time | relevance | path

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

12

/arch/x86/entry/
Dsyscall_x32.c10 #define __SYSCALL(nr, sym) extern long __x64_##sym(const struct pt_regs *); macro
14 #define __SYSCALL(nr, sym) __x64_##sym, macro
Dsyscall_64.c10 #define __SYSCALL(nr, sym) extern long __x64_##sym(const struct pt_regs *); macro
14 #define __SYSCALL(nr, sym) __x64_##sym, macro
Dsyscall_32.c16 #define __SYSCALL(nr, sym) extern long __ia32_##sym(const struct pt_regs *); macro
21 #define __SYSCALL(nr, sym) __ia32_##sym, macro
/arch/x86/um/
Dsys_call_table_64.c38 #define __SYSCALL(nr, sym) extern asmlinkage long sym(unsigned long, unsigned long, unsigned long, … macro
42 #define __SYSCALL(nr, sym) sym, macro
Dsys_call_table_32.c30 #define __SYSCALL(nr, sym) extern asmlinkage long sym(unsigned long, unsigned long, unsigned long, … macro
34 #define __SYSCALL(nr, sym) sym, macro
/arch/powerpc/kernel/
Dsystbl.S19 #define __SYSCALL(nr, entry) .8byte entry macro
22 #define __SYSCALL(nr, entry) .long entry macro
/arch/sh/kernel/
Dsyscalls_32.S13 #define __SYSCALL(nr, entry) .long entry macro
/arch/microblaze/kernel/
Dsyscall_table.S3 #define __SYSCALL(nr, entry) .long entry macro
/arch/nios2/kernel/
Dsyscall_table.c13 #define __SYSCALL(nr, call) [nr] = (call), macro
/arch/hexagon/kernel/
Dsyscalltab.c15 #define __SYSCALL(nr, call) [nr] = (call), macro
/arch/m68k/kernel/
Dsyscalltable.S21 #define __SYSCALL(nr, entry) .long entry macro
/arch/riscv/kernel/
Dsyscall_table.c13 #define __SYSCALL(nr, call) [nr] = (call), macro
/arch/openrisc/kernel/
Dsys_call_table.c20 #define __SYSCALL(nr, call) [nr] = (call), macro
/arch/csky/kernel/
Dsyscall_table.c8 #define __SYSCALL(nr, call)[nr] = (call), macro
/arch/alpha/kernel/
Dsystbls.S10 #define __SYSCALL(nr, entry) .quad entry macro
/arch/h8300/kernel/
Dsyscalls.c7 #define __SYSCALL(nr, call) [nr] = (call), macro
/arch/arm64/kernel/
Dsys.c52 #define __SYSCALL(nr, sym) asmlinkage long __arm64_##sym(const struct pt_regs *); macro
56 #define __SYSCALL(nr, sym) [nr] = __arm64_##sym, macro
/arch/nds32/kernel/
Dsyscall_table.c10 #define __SYSCALL(nr, call) [nr] = (call), macro
/arch/arc/kernel/
Dsys.c13 #define __SYSCALL(nr, call) [nr] = (call), macro
/arch/sparc/kernel/
Dsystbls_32.S13 #define __SYSCALL(nr, entry) .long entry macro
Dsystbls_64.S13 #define __SYSCALL(nr, entry) .word entry macro
/arch/mips/kernel/
Dscall64-n32.S104 #define __SYSCALL(nr, entry) PTR_WD entry macro
Dscall64-n64.S112 #define __SYSCALL(nr, entry) PTR_WD entry macro
/arch/powerpc/platforms/cell/
Dspu_callbacks.c39 #define __SYSCALL(nr, entry) [nr] = entry, macro
/arch/xtensa/kernel/
Dsyscall.c31 #define __SYSCALL(nr, entry) (syscall_t)entry, macro

12