Searched refs:syscall_user_dispatch (Results 1 - 11 of 11) sorted by relevance

/linux-master/kernel/entry/
H A Dcommon.h5 bool syscall_user_dispatch(struct pt_regs *regs);
H A DMakefile12 obj-$(CONFIG_GENERIC_ENTRY) += common.o syscall_user_dispatch.o
H A Dsyscall_user_dispatch.c8 #include <linux/syscall_user_dispatch.h>
35 bool syscall_user_dispatch(struct pt_regs *regs) function
37 struct syscall_user_dispatch *sd = &current->syscall_dispatch;
130 struct syscall_user_dispatch *sd = &task->syscall_dispatch;
H A Dcommon.c39 if (syscall_user_dispatch(regs))
/linux-master/include/linux/
H A Dsyscall_user_dispatch_types.h9 struct syscall_user_dispatch { struct
18 struct syscall_user_dispatch {}; struct
H A Dsched.h1134 struct syscall_user_dispatch syscall_dispatch;
/linux-master/tools/testing/selftests/
H A DMakefile92 TARGETS += syscall_user_dispatch
/linux-master/kernel/
H A Dptrace.c35 #include <linux/syscall_user_dispatch.h>
H A Dsys.c47 #include <linux/syscall_user_dispatch.h>
H A Dfork.c56 #include <linux/syscall_user_dispatch.h>
/linux-master/fs/
H A Dexec.c65 #include <linux/syscall_user_dispatch.h>

Completed in 185 milliseconds