Home
last modified time | relevance | path

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

/linux-5.10/arch/x86/entry/
Dsyscall_64.c14 #define __SYSCALL_64(nr, sym) extern long __x64_##sym(const struct pt_regs *); macro
18 #define __SYSCALL_64(nr, sym) [nr] = __x64_##sym, macro
Dsyscall_x32.c23 #define __SYSCALL_64(nr, sym) macro
/linux-5.10/arch/x86/um/
Dsys_call_table_64.c42 #define __SYSCALL_64(nr, sym) extern asmlinkage long sym(unsigned long, unsigned long, unsigned lon… macro
46 #define __SYSCALL_64(nr, sym) [ nr ] = sym, macro