Home
last modified time | relevance | path

Searched refs:set_syscall_user_dispatch (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/include/linux/
Dsyscall_user_dispatch.h19 int set_syscall_user_dispatch(unsigned long mode, unsigned long offset,
28 static inline int set_syscall_user_dispatch(unsigned long mode, unsigned long offset, in set_syscall_user_dispatch() function
/Linux-v5.15/kernel/entry/
Dsyscall_user_dispatch.c67 int set_syscall_user_dispatch(unsigned long mode, unsigned long offset, in set_syscall_user_dispatch() function
/Linux-v5.15/kernel/
Dsys.c2525 error = set_syscall_user_dispatch(arg2, arg3, arg4, in SYSCALL_DEFINE5()