Home
last modified time | relevance | path

Searched defs:__SYSCALL_64 (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/x86/entry/
Dsyscall_64.c17 #define __SYSCALL_64(nr, sym, compat) extern asmlinkage long sym(unsigned long, unsigned long, unsi… macro
21 #define __SYSCALL_64(nr, sym, compat) [nr] = sym, macro
/linux-4.4.14/arch/x86/um/
Dsys_call_table_64.c41 #define __SYSCALL_64(nr, sym, compat) extern asmlinkage long sym(unsigned long, unsigned long, unsi… macro
45 #define __SYSCALL_64(nr, sym, compat) [ nr ] = sym, macro
Duser-offsets.c17 #define __SYSCALL_64(nr, sym, compat) [nr] = 1, macro
/linux-4.4.14/arch/x86/kernel/
Dasm-offsets_64.c7 #define __SYSCALL_64(nr, sym, compat) [nr] = 1, macro