Home
last modified time | relevance | path

Searched refs:REST_GPR (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/tools/testing/selftests/powerpc/pmu/ebb/
Debb_handler.S66 #define REST_GPR(n) ld n,GPR_SAVE(n)(r1) macro
332 REST_GPR(0)
333 REST_GPR(2)
334 REST_GPR(3)
335 REST_GPR(4)
336 REST_GPR(5)
337 REST_GPR(6)
338 REST_GPR(7)
339 REST_GPR(8)
340 REST_GPR(9)
[all …]
/Linux-v4.19/arch/powerpc/kvm/
Dtm.S187 REST_GPR(8, r1)
193 REST_GPR(6, r1)
197 REST_GPR(5, r1)
361 REST_GPR(8, r1)
367 REST_GPR(6, r1)
371 REST_GPR(5, r1)
Dbook3s_interrupts.S103 REST_GPR(4, r1)
249 REST_GPR(4, r1)
/Linux-v4.19/arch/powerpc/boot/
Dcrt0.S234 #define REST_GPR(n, base) ld n,8*(n)(base) macro
239 #define REST_2GPRS(n, base) REST_GPR(n, base); REST_GPR(n+1, base)
289 REST_GPR(2, r1)
290 REST_GPR(13, r1)
/Linux-v4.19/arch/powerpc/kernel/
Dtm.S416 REST_GPR(0, r7) /* GPR0 */
418 REST_GPR(4, r7) /* GPR4 */
453 REST_GPR(6, r7)
460 REST_GPR(5, r7)
465 REST_GPR(7, r7)
Dexceptions-64s.S216 REST_GPR(0, r1)
218 REST_GPR(10, r1)
221 REST_GPR(11, r1)
386 REST_GPR(0, r1); \
388 REST_GPR(10, r1); \
395 REST_GPR(11, r1); \
1137 REST_GPR(0, r1)
1139 REST_GPR(10, r1)
1144 REST_GPR(11, r1)
1149 REST_GPR(11, r1)
Dentry_64.S126 REST_GPR(0,r1)
968 REST_GPR(13, r1)
1235 REST_GPR(2, r1) /* Restore the TOC */
1236 REST_GPR(13, r1) /* Restore paca */
1315 REST_GPR(2, r1)
1316 REST_GPR(13, r1)
Doptprobes_head.S121 REST_GPR(0,r1)
Dentry_32.S744 REST_GPR(1, r11)
748 REST_GPR(10, r11)
754 REST_GPR(9, r11)
755 REST_GPR(12, r11)
Didle_book3s.S926 REST_GPR(2, r1)
/Linux-v4.19/arch/powerpc/kernel/trace/
Dftrace_64_mprofile.S115 REST_GPR(0,r1)
151 REST_GPR(3, r1)
/Linux-v4.19/tools/testing/selftests/powerpc/primitives/asm/
Dppc_asm.h78 #define REST_GPR(n, base) ld n,GPR0+8*(n)(base) macro
83 #define REST_GPR(n, base) lwz n,GPR0+4*(n)(base) macro
92 #define REST_2GPRS(n, base) REST_GPR(n, base); REST_GPR(n+1, base)
/Linux-v4.19/arch/powerpc/include/asm/
Dppc_asm.h78 #define REST_GPR(n, base) ld n,GPR0+8*(n)(base) macro
83 #define REST_GPR(n, base) lwz n,GPR0+4*(n)(base) macro
92 #define REST_2GPRS(n, base) REST_GPR(n, base); REST_GPR(n+1, base)
/Linux-v4.19/arch/powerpc/crypto/
Dmd5-asm.S53 REST_GPR(26, r1); \