Home
last modified time | relevance | path

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

/freebsd/sys/riscv/riscv/
H A Dtrap.c100 syscallarg_t *ap, *dst_ap; in cpu_fetch_syscall_args() local
106 dst_ap = &sa->args[0]; in cpu_fetch_syscall_args()
114 *dst_ap++ = *ap++; in cpu_fetch_syscall_args()
125 memcpy(dst_ap, ap, (NARGREG - 1) * sizeof(*dst_ap)); in cpu_fetch_syscall_args()
/freebsd/sys/arm64/arm64/
H A Dtrap.c136 syscallarg_t *ap, *dst_ap; in cpu_fetch_syscall_args() local
142 dst_ap = &sa->args[0]; in cpu_fetch_syscall_args()
150 *dst_ap++ = *ap++; in cpu_fetch_syscall_args()
161 memcpy(dst_ap, ap, (nitems(sa->args) - 1) * sizeof(*dst_ap)); in cpu_fetch_syscall_args()