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