Home
last modified time | relevance | path

Searched refs:NARGREGS (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/amd64/include/
H A Dproc.h107 #define NARGREGS 6 macro
/freebsd/sys/amd64/amd64/
H A Dtrap.c1034 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()