Home
last modified time | relevance | path

Searched refs:syscall_user_dispatch (Results 1 – 6 of 6) 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.h1192 struct syscall_user_dispatch syscall_dispatch;
/linux/kernel/entry/
H A Dsyscall_user_dispatch.c35 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()
130 struct syscall_user_dispatch *sd = &task->syscall_dispatch; in syscall_user_dispatch_get_config()
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 Dcommon.c39 if (syscall_user_dispatch(regs)) in syscall_trace_enter()