Lines Matching defs:dst
111 ERROR("%s: number=%d, dst offset=%d size=%d\n",
172 int *src, *dst;
186 dst = (int *)(intptr_t)mcu2ap_addr(head->secs[i].dst_offset);
188 memcpy((void *)dst, (void *)src, head->secs[i].size);
193 INFO("%s: dst = 0x%x\n",
194 __func__, (unsigned int)(uintptr_t)dst);
201 __func__, (unsigned int)(uintptr_t)dst,
202 dst[0], dst[1], dst[2], dst[3]);