Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A 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
/openbmc/linux/kernel/entry/
H A Dsyscall_user_dispatch.c121 int set_syscall_user_dispatch(unsigned long mode, unsigned long offset, in set_syscall_user_dispatch() function
/openbmc/linux/kernel/
H A Dsys.c2702 error = set_syscall_user_dispatch(arg2, arg3, arg4, in SYSCALL_DEFINE5()