Home
last modified time | relevance | path

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

/kernel/entry/
Dsyscall_user_dispatch.c34 bool syscall_user_dispatch(struct pt_regs *regs) in syscall_user_dispatch() function
36 struct syscall_user_dispatch *sd = &current->syscall_dispatch; in syscall_user_dispatch()
Dcommon.h5 bool syscall_user_dispatch(struct pt_regs *regs);
DMakefile12 obj-$(CONFIG_GENERIC_ENTRY) += common.o syscall_user_dispatch.o
Dcommon.c59 if (syscall_user_dispatch(regs)) in syscall_trace_enter()