Searched refs:MEMCPY (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/arch/s390/purgatory/ |
D | head.S | 36 .macro MEMCPY dst,src,len macro 56 12: MEMCPY \buf,\dst,%r4 57 MEMCPY \dst,\src,%r4 58 MEMCPY \src,\buf,%r4 165 MEMCPY %r12,%r9,%r11 /* dst -> (crash) buf */ 166 MEMCPY %r9,%r8,%r11 /* self -> dst */ 181 MEMCPY %r12,%r10,%r11 /* (crash) buf -> (crash) dst */ 189 MEMCPY %r10,%r7,%r11 /* (new) buf -> (crash) buf */ 230 MEMCPY %r9,%r10,%r5 244 MEMCPY %r9,%r10,%r11
|
/linux-6.1.9/tools/perf/bench/ |
D | mem-memcpy-x86-64-asm.S | 8 #define memcpy MEMCPY /* don't hide glibc's memcpy() */
|