Searched refs:NARGREGS (Results 1 – 2 of 2) sorted by relevance
120 #define NARGREGS 6 macro
989 regcnt = NARGREGS; in cpu_fetch_syscall_args_fallback()1006 memcpy(sa->args, argp, sizeof(sa->args[0]) * NARGREGS); in cpu_fetch_syscall_args_fallback()1043 if (__predict_false(sa->callp->sy_narg > NARGREGS)) in cpu_fetch_syscall_args()1046 memcpy(sa->args, &frame->tf_rdi, sizeof(sa->args[0]) * NARGREGS); in cpu_fetch_syscall_args()