Searched refs:MEMCPY (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/arch/s390/purgatory/ |
D | head.S | 35 .macro MEMCPY dst,src,len macro 52 12: MEMCPY \buf,\dst,%r4 53 MEMCPY \dst,\src,%r4 54 MEMCPY \src,\buf,%r4 154 MEMCPY %r12,%r9,%r11 /* dst -> (crash) buf */ 155 MEMCPY %r9,%r8,%r11 /* self -> dst */ 167 MEMCPY %r12,%r10,%r11 /* (crash) buf -> (crash) dst */ 172 MEMCPY %r10,%r7,%r11 /* (new) buf -> (crash) buf */ 213 MEMCPY %r9,%r10,%r5 227 MEMCPY %r9,%r10,%r11
|
/Linux-v4.19/tools/perf/bench/ |
D | mem-memcpy-x86-64-asm.S | 5 #define memcpy MEMCPY /* don't hide glibc's memcpy() */
|