Home
last modified time | relevance | path

Searched defs:__SYSCALL_COMMON (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/entry/
H A Dsyscall_64.c12 #define __SYSCALL_COMMON(nr, sym) __SYSCALL_64(nr, sym) macro
H A Dsyscall_x32.c26 #define __SYSCALL_COMMON(nr, sym) extern long __x64_##sym(const struct pt_regs *); macro
29 #undef __SYSCALL_COMMON macro
32 #define __SYSCALL_COMMON(nr, sym) [nr] = __x64_##sym, macro
/kernel/linux/linux-5.10/arch/x86/um/
H A Dsys_call_table_64.c40 #define __SYSCALL_COMMON(nr, sym) __SYSCALL_64(nr, sym) macro

Completed in 2 milliseconds