Searched refs:__SYSCALL_64 (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/arch/x86/entry/
H A Dsyscall_64.c9 #define __SYSCALL_COMMON(nr, sym, compat) __SYSCALL_64(nr, sym, compat)
12 # define __SYSCALL_X32(nr, sym, compat) __SYSCALL_64(nr, sym, compat)
17 #define __SYSCALL_64(nr, sym, compat) extern asmlinkage long sym(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long) ; macro
19 #undef __SYSCALL_64 macro
21 #define __SYSCALL_64(nr, sym, compat) [nr] = sym, macro
/linux-4.4.14/arch/x86/um/
H A Dsys_call_table_64.c38 #define __SYSCALL_COMMON(nr, sym, compat) __SYSCALL_64(nr, sym, compat)
41 #define __SYSCALL_64(nr, sym, compat) extern asmlinkage long sym(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long) ; macro
44 #undef __SYSCALL_64 macro
45 #define __SYSCALL_64(nr, sym, compat) [ nr ] = sym, macro
H A Duser-offsets.c17 #define __SYSCALL_64(nr, sym, compat) [nr] = 1, macro
/linux-4.4.14/arch/x86/kernel/
H A Dasm-offsets_64.c7 #define __SYSCALL_64(nr, sym, compat) [nr] = 1, macro

Completed in 103 milliseconds