Searched refs:REST_GPR (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/tools/testing/selftests/powerpc/pmu/ebb/ |
D | ebb_handler.S | 66 #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/ |
D | tm.S | 187 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)
|
D | book3s_interrupts.S | 103 REST_GPR(4, r1) 249 REST_GPR(4, r1)
|
/Linux-v4.19/arch/powerpc/boot/ |
D | crt0.S | 234 #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/ |
D | tm.S | 416 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)
|
D | exceptions-64s.S | 216 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)
|
D | entry_64.S | 126 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)
|
D | optprobes_head.S | 121 REST_GPR(0,r1)
|
D | entry_32.S | 744 REST_GPR(1, r11) 748 REST_GPR(10, r11) 754 REST_GPR(9, r11) 755 REST_GPR(12, r11)
|
D | idle_book3s.S | 926 REST_GPR(2, r1)
|
/Linux-v4.19/arch/powerpc/kernel/trace/ |
D | ftrace_64_mprofile.S | 115 REST_GPR(0,r1) 151 REST_GPR(3, r1)
|
/Linux-v4.19/tools/testing/selftests/powerpc/primitives/asm/ |
D | ppc_asm.h | 78 #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/ |
D | ppc_asm.h | 78 #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/ |
D | md5-asm.S | 53 REST_GPR(26, r1); \
|