Searched refs:REST_GPR (Results 1 – 16 of 16) sorted by relevance
| /linux/tools/testing/selftests/powerpc/pmu/ebb/ |
| 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 …]
|
| /linux/arch/powerpc/lib/ |
| A D | test_emulate_step_exec_instr.S | 77 REST_GPR(0, r31) 79 REST_GPR(12, r31) 96 REST_GPR(3, r1) 132 3: REST_GPR(2, r1)
|
| /linux/arch/powerpc/kernel/ |
| A D | entry_32.S | 244 REST_GPR(10, r11) 250 REST_GPR(9, r11) 310 REST_GPR(6, r1) 311 REST_GPR(0, r1) 312 REST_GPR(1, r1) 361 REST_GPR(6, r1) 362 REST_GPR(0, r1) 363 REST_GPR(1, r1) 384 REST_GPR(6, r1) 385 REST_GPR(0, r1) [all …]
|
| A D | interrupt_64.S | 523 REST_GPR(13, r1) 531 REST_GPR(6, r1) 532 REST_GPR(0, r1) 533 REST_GPR(1, r1) 645 REST_GPR(6, r1) 646 REST_GPR(0, r1) 647 REST_GPR(1, r1) 666 REST_GPR(6, r1) 667 REST_GPR(0, r1) 668 REST_GPR(1, r1)
|
| A D | tm.S | 447 REST_GPR(0, r7) /* GPR0 */ 449 REST_GPR(4, r7) /* GPR4 */ 486 REST_GPR(6, r7) 493 REST_GPR(5, r7) 498 REST_GPR(7, r7)
|
| A D | entry_64.S | 392 REST_GPR(2, r1) /* Restore the TOC */ 393 REST_GPR(13, r1) /* Restore paca */ 470 REST_GPR(2, r1) 471 REST_GPR(13, r1)
|
| A D | optprobes_head.S | 125 REST_GPR(0,r1)
|
| A D | exceptions-64s.S | 698 REST_GPR(0, r1)
|
| /linux/arch/powerpc/kvm/ |
| 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)
|
| 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)
|
| A D | book3s_hv_rmhandlers.S | 2584 REST_GPR(2, r1) 2585 REST_GPR(3, r1) 2586 REST_GPR(4, r1) 2587 REST_GPR(5, r1)
|
| /linux/arch/powerpc/boot/ |
| A D | crt0.S | 230 #define REST_GPR(n, base) ld n,8*(n)(base) macro 235 #define REST_2GPRS(n, base) REST_GPR(n, base); REST_GPR(n+1, base) 285 REST_GPR(2, r1) 286 REST_GPR(13, r1)
|
| /linux/arch/powerpc/kernel/trace/ |
| A D | ftrace_64_mprofile.S | 111 REST_GPR(0,r1) 147 REST_GPR(3, r1)
|
| /linux/tools/testing/selftests/powerpc/primitives/asm/ |
| A D | ppc_asm.h | 25 #define REST_GPR(n, base) ld n,GPR0+8*(n)(base) macro 30 #define REST_GPR(n, base) lwz n,GPR0+4*(n)(base) macro 32 #define REST_NVGPRS(base) REST_GPR(13, base); REST_8GPRS(14, base); REST_10GPRS(22, base) 39 #define REST_2GPRS(n, base) REST_GPR(n, base); REST_GPR(n+1, base)
|
| /linux/arch/powerpc/include/asm/ |
| A D | ppc_asm.h | 25 #define REST_GPR(n, base) ld n,GPR0+8*(n)(base) macro 30 #define REST_GPR(n, base) lwz n,GPR0+4*(n)(base) macro 32 #define REST_NVGPRS(base) REST_GPR(13, base); REST_8GPRS(14, base); REST_10GPRS(22, base) 39 #define REST_2GPRS(n, base) REST_GPR(n, base); REST_GPR(n+1, base)
|
| /linux/arch/powerpc/crypto/ |
| A D | md5-asm.S | 48 REST_GPR(26, r1); \
|
Completed in 34 milliseconds