Home
last modified time | relevance | path

Searched refs:syscall_user_dispatch (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/
H A Dsyscall_user_dispatch_types.h9 struct syscall_user_dispatch { struct
18 struct syscall_user_dispatch {}; argument
H A Dsched.h1217 struct syscall_user_dispatch syscall_dispatch;
/linux/kernel/entry/
H A Dsyscall_user_dispatch.c10 #include <linux/syscall_user_dispatch.h>
35 bool syscall_user_dispatch(struct pt_regs *regs) in syscall_user_dispatch() function
37 struct syscall_user_dispatch *sd = &current->syscall_dispatch; in syscall_user_dispatch()
95 * Invert the range, the check in syscall_user_dispatch() in task_set_syscall_user_dispatch()
140 struct syscall_user_dispatch *sd = &task->syscall_dispatch; in syscall_user_dispatch_get_config()
H A Dcommon.h
H A DMakefile16 obj-$(CONFIG_GENERIC_SYSCALL) += syscall-common.o syscall_user_dispatch.o
H A Dsyscall-common.c
/linux/tools/testing/selftests/
H A DMakefile112 TARGETS += syscall_user_dispatch