syscall_user_dispatch
bool syscall_user_dispatch(struct pt_regs *regs);
if (syscall_user_dispatch(regs))
struct syscall_user_dispatch syscall_dispatch;
struct syscall_user_dispatch *sd = &task->syscall_dispatch;
struct syscall_user_dispatch *sd = ¤t->syscall_dispatch;