Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dsyscall_user_dispatch.h25 int syscall_user_dispatch_get_config(struct task_struct *task, unsigned long size,
44 static inline int syscall_user_dispatch_get_config(struct task_struct *task, in syscall_user_dispatch_get_config() function
/linux-6.6.21/kernel/entry/
Dsyscall_user_dispatch.c127 int syscall_user_dispatch_get_config(struct task_struct *task, unsigned long size, in syscall_user_dispatch_get_config() function
/linux-6.6.21/kernel/
Dptrace.c1268 ret = syscall_user_dispatch_get_config(child, addr, datavp); in ptrace_request()