Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/arm64/
H A Dtrap.c126 register_t *ap, *dst_ap; in cpu_fetch_syscall_args() local
132 dst_ap = &sa->args[0]; in cpu_fetch_syscall_args()
139 *dst_ap++ = *ap++; in cpu_fetch_syscall_args()
150 memcpy(dst_ap, ap, (MAXARGS - 1) * sizeof(register_t)); in cpu_fetch_syscall_args()