Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dsyscall_user_dispatch.h19 int set_syscall_user_dispatch(unsigned long mode, unsigned long offset,
34 static inline int set_syscall_user_dispatch(unsigned long mode, unsigned long offset, in set_syscall_user_dispatch() function
/Linux-v6.6/kernel/entry/
Dsyscall_user_dispatch.c121 int set_syscall_user_dispatch(unsigned long mode, unsigned long offset, in set_syscall_user_dispatch() function
/Linux-v6.6/kernel/
Dsys.c2675 error = set_syscall_user_dispatch(arg2, arg3, arg4, in SYSCALL_DEFINE5()