Searched refs:syscall_user_dispatch (Results 1 – 7 of 7) sorted by relevance
12 struct syscall_user_dispatch { struct26 struct syscall_user_dispatch {}; argument
1119 struct syscall_user_dispatch syscall_dispatch;
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()
77 TARGETS += syscall_user_dispatch
Completed in 16 milliseconds