Searched refs:REST_GPR (Results 1 – 17 of 17) sorted by relevance
/linux-5.19.10/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-5.19.10/arch/powerpc/kernel/ |
D | entry_32.S | 271 REST_GPR(10, r11) 277 REST_GPR(9, r11) 278 REST_GPR(12, r11) 337 REST_GPR(0, r1) 338 REST_GPR(1, r1) 386 REST_GPR(6, r1) 387 REST_GPR(0, r1) 388 REST_GPR(1, r1) 409 REST_GPR(6, r1) 410 REST_GPR(0, r1) [all …]
|
D | interrupt_64.S | 170 REST_GPR(13, r1) 171 REST_GPR(1, r1) 190 REST_GPR(1, r1) 370 REST_GPR(13, r1) 371 REST_GPR(1, r1) 519 REST_GPR(0, r1) 520 REST_GPR(1, r1) 631 REST_GPR(6, r1) 632 REST_GPR(0, r1) 633 REST_GPR(1, r1) [all …]
|
D | tm.S | 444 REST_GPR(0, r7) /* GPR0 */ 480 REST_GPR(6, r7) 488 REST_GPR(5, r7) 495 REST_GPR(7, r7)
|
D | entry_64.S | 320 REST_GPR(2, r1) 321 REST_GPR(13, r1)
|
D | optprobes_head.S | 125 REST_GPR(0,r1)
|
D | rtas_entry.S | 156 REST_GPR(2, r1) /* Restore the TOC */
|
D | exceptions-64s.S | 700 REST_GPR(0, r1)
|
/linux-5.19.10/arch/powerpc/lib/ |
D | test_emulate_step_exec_instr.S | 77 REST_GPR(0, r31) 95 REST_GPR(3, r1) 130 3: REST_GPR(2, r1)
|
/linux-5.19.10/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 | 90 REST_GPR(3, r1) 195 REST_GPR(3, r1) 225 REST_GPR(3, r1) 236 REST_GPR(3, r1)
|
D | book3s_32_sr.S | 139 REST_GPR(12, r1)
|
D | book3s_hv_rmhandlers.S | 2564 REST_GPR(2, r1) 2565 REST_GPR(3, r1) 2566 REST_GPR(4, r1) 2567 REST_GPR(5, r1)
|
/linux-5.19.10/arch/powerpc/kernel/trace/ |
D | ftrace_mprofile.S | 133 REST_GPR(14, r1) 181 REST_GPR(3, r1)
|
/linux-5.19.10/arch/powerpc/boot/ |
D | crt0.S | 254 #define REST_GPR(n, base) REST_GPRS(n, n, base) macro 299 REST_GPR(2, r1)
|
/linux-5.19.10/tools/testing/selftests/powerpc/primitives/asm/ |
D | ppc_asm.h | 53 #define REST_GPR(n, base) REST_GPRS(n, n, base)
|
/linux-5.19.10/arch/powerpc/include/asm/ |
D | ppc_asm.h | 53 #define REST_GPR(n, base) REST_GPRS(n, n, base)
|