Lines Matching refs:dst
277 #define ELF_CORE_COPY_REGS(dst, pt) \ argument
278 memset(dst, 0, sizeof(dst)); /* don't leak any "random" bits */ \
279 memcpy(dst + 0, pt->gr, 32 * sizeof(elf_greg_t)); \
280 memcpy(dst + 32, pt->sr, 8 * sizeof(elf_greg_t)); \
281 memcpy(dst + 40, pt->iaoq, 2 * sizeof(elf_greg_t)); \
282 memcpy(dst + 42, pt->iasq, 2 * sizeof(elf_greg_t)); \
283 dst[44] = pt->sar; dst[45] = pt->iir; \
284 dst[46] = pt->isr; dst[47] = pt->ior; \
285 dst[48] = mfctl(22); dst[49] = mfctl(0); \
286 dst[50] = mfctl(24); dst[51] = mfctl(25); \
287 dst[52] = mfctl(26); dst[53] = mfctl(27); \
288 dst[54] = mfctl(28); dst[55] = mfctl(29); \
289 dst[56] = mfctl(30); dst[57] = mfctl(31); \
290 dst[58] = mfctl( 8); dst[59] = mfctl( 9); \
291 dst[60] = mfctl(12); dst[61] = mfctl(13); \
292 dst[62] = mfctl(10); dst[63] = mfctl(15);