Searched refs:REST_GPR (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.4/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-v5.4/arch/powerpc/lib/ |
| D | test_emulate_step_exec_instr.S | 77 REST_GPR(0, r31) 79 REST_GPR(12, r31) 94 REST_GPR(3, r1) 130 3: REST_GPR(2, r1)
|
| /Linux-v5.4/arch/powerpc/kvm/ |
| D | tm.S | 135 REST_GPR(6, r1) 136 REST_GPR(7, r1) 164 REST_GPR(10, r1) 347 REST_GPR(7, r1) 355 REST_GPR(2, r1) 356 REST_GPR(6, r1) 361 REST_GPR(10, r1)
|
| D | book3s_interrupts.S | 92 REST_GPR(4, r1) 238 REST_GPR(4, r1)
|
| /Linux-v5.4/arch/powerpc/boot/ |
| D | crt0.S | 233 #define REST_GPR(n, base) ld n,8*(n)(base) macro 238 #define REST_2GPRS(n, base) REST_GPR(n, base); REST_GPR(n+1, base) 288 REST_GPR(2, r1) 289 REST_GPR(13, r1)
|
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | tm.S | 424 REST_GPR(0, r7) /* GPR0 */ 426 REST_GPR(4, r7) /* GPR4 */ 463 REST_GPR(6, r7) 470 REST_GPR(5, r7) 475 REST_GPR(7, r7)
|
| D | entry_64.S | 129 REST_GPR(0,r1) 977 REST_GPR(13, r1) 1258 REST_GPR(2, r1) /* Restore the TOC */ 1259 REST_GPR(13, r1) /* Restore paca */ 1338 REST_GPR(2, r1) 1339 REST_GPR(13, r1)
|
| D | optprobes_head.S | 117 REST_GPR(0,r1)
|
| D | entry_32.S | 330 REST_GPR(0, r1) 756 REST_GPR(1, r11) 763 REST_GPR(10, r11) 769 REST_GPR(9, r11) 770 REST_GPR(12, r11)
|
| D | exceptions-64s.S | 641 REST_GPR(0, r1)
|
| /Linux-v5.4/arch/powerpc/kernel/trace/ |
| D | ftrace_64_mprofile.S | 111 REST_GPR(0,r1) 147 REST_GPR(3, r1)
|
| /Linux-v5.4/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-v5.4/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-v5.4/arch/powerpc/crypto/ |
| D | md5-asm.S | 48 REST_GPR(26, r1); \
|