Searched refs:dst_ap (Results 1 – 1 of 1) sorted by relevance
126 register_t *ap, *dst_ap; in cpu_fetch_syscall_args() local132 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()