Searched refs:syscall_user_dispatch (Results 1 – 4 of 4) sorted by relevance
34 bool syscall_user_dispatch(struct pt_regs *regs) in syscall_user_dispatch() function36 struct syscall_user_dispatch *sd = ¤t->syscall_dispatch; in syscall_user_dispatch()
5 bool syscall_user_dispatch(struct pt_regs *regs);
12 obj-$(CONFIG_GENERIC_ENTRY) += common.o syscall_user_dispatch.o
59 if (syscall_user_dispatch(regs)) in syscall_trace_enter()