Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dsyscall_user_dispatch.h28 int syscall_user_dispatch_set_config(struct task_struct *task, unsigned long size,
50 static inline int syscall_user_dispatch_set_config(struct task_struct *task, in syscall_user_dispatch_set_config() function
/openbmc/linux/kernel/entry/
H A Dsyscall_user_dispatch.c151 int syscall_user_dispatch_set_config(struct task_struct *task, unsigned long size, in syscall_user_dispatch_set_config() function
/openbmc/linux/kernel/
H A Dptrace.c1264 ret = syscall_user_dispatch_set_config(child, addr, datavp); in ptrace_request()