Searched refs:__SYSCALL_64 (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/entry/ |
H A D | syscall_64.c | 12 #define __SYSCALL_COMMON(nr, sym) __SYSCALL_64(nr, sym) 14 #define __SYSCALL_64(nr, sym) extern long __x64_##sym(const struct pt_regs *); macro 16 #undef __SYSCALL_64 macro 18 #define __SYSCALL_64(nr, sym) [nr] = __x64_##sym, macro
|
H A D | syscall_x32.c | 23 #define __SYSCALL_64(nr, sym) macro
|
/kernel/linux/linux-5.10/arch/x86/um/ |
H A D | sys_call_table_64.c | 40 #define __SYSCALL_COMMON(nr, sym) __SYSCALL_64(nr, sym) 42 #define __SYSCALL_64(nr, sym) extern asmlinkage long sym(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long) ; macro 45 #undef __SYSCALL_64 macro 46 #define __SYSCALL_64(nr, sym) [ nr ] = sym, macro
|
Completed in 1 milliseconds