/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | ebb_handler.S | 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) 341 REST_GPR(10) [all …]
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | entry_32.S | 72 REST_GPR(2, r11) 150 REST_GPR(3, r1) 159 REST_GPR(1, r1) 171 REST_GPR(0, r1) 296 REST_GPR(0, r1) 297 REST_GPR(1, r1) 345 REST_GPR(6, r1) 346 REST_GPR(0, r1) 347 REST_GPR(1, r1) 368 REST_GPR(6, r1) [all …]
|
H A D | interrupt_64.S | 143 REST_GPR(0, r1) 155 REST_GPR(13, r1) 156 REST_GPR(1, r1) 169 REST_GPR(0, r1) 175 REST_GPR(1, r1) 350 REST_GPR(1, r1) 360 REST_GPR(0, r1) 501 REST_GPR(0, r1) 502 REST_GPR(1, r1) 664 REST_GPR(6, r1) [all …]
|
H A D | prom_entry_64.S | 78 REST_GPR(2, r1) 79 REST_GPR(13, r1)
|
H A D | tm.S | 444 REST_GPR(0, r7) /* GPR0 */ 480 REST_GPR(6, r7) 488 REST_GPR(5, r7) 495 REST_GPR(7, r7)
|
H A D | optprobes_head.S | 125 REST_GPR(0,r1)
|
H A D | rtas_entry.S | 156 REST_GPR(2, r1) /* Restore the TOC */
|
H A D | exceptions-64e.S | 229 REST_GPR(0, r1) 230 REST_GPR(1, r1)
|
H A D | exceptions-64s.S | 713 REST_GPR(0, r1)
|
/openbmc/linux/arch/powerpc/lib/ |
H A D | test_emulate_step_exec_instr.S | 77 REST_GPR(0, r31) 95 REST_GPR(3, r1) 130 3: REST_GPR(2, r1)
|
/openbmc/linux/arch/powerpc/kvm/ |
H A 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)
|
H A D | book3s_interrupts.S | 90 REST_GPR(3, r1) 195 REST_GPR(3, r1) 225 REST_GPR(3, r1) 236 REST_GPR(3, r1)
|
H A D | book3s_32_sr.S | 139 REST_GPR(12, r1)
|
H A D | book3s_hv_rmhandlers.S | 2571 REST_GPR(2, r1) 2572 REST_GPR(3, r1) 2573 REST_GPR(4, r1) 2574 REST_GPR(5, r1)
|
/openbmc/linux/arch/powerpc/kernel/trace/ |
H A D | ftrace_entry.S | 136 REST_GPR(14, r1) 184 REST_GPR(3, r1)
|
/openbmc/u-boot/include/ |
H A D | ppc_asm.tmpl | 144 #define REST_GPR(n, base) lwz n,GPR0+4*(n)(base) 145 #define REST_2GPRS(n, base) REST_GPR(n, base); REST_GPR(n+1, base)
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | crt0.S | 254 #define REST_GPR(n, base) REST_GPRS(n, n, base) macro 299 REST_GPR(2, r1)
|
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/ |
H A D | start.S | 311 REST_GPR(31, r1)
|
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/ |
H A D | start.S | 532 REST_GPR(31, r1)
|
/openbmc/linux/tools/testing/selftests/powerpc/primitives/asm/ |
H A D | ppc_asm.h | 75 #define REST_GPR(n, base) REST_GPRS(n, n, base)
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | ppc_asm.h | 75 #define REST_GPR(n, base) REST_GPRS(n, n, base)
|
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/ |
H A D | start.S | 471 REST_GPR(31, r1)
|
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | start.S | 1336 REST_GPR(31, r1)
|