NARGREGS
regcnt = NARGREGS;
memcpy(sa->args, argp, sizeof(sa->args[0]) * NARGREGS);
if (__predict_false(sa->callp->sy_narg > NARGREGS))
memcpy(sa->args, &frame->tf_rdi, sizeof(sa->args[0]) * NARGREGS);