/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | ebb_handler.S | 66 #define REST_GPR(n) ld n,GPR_SAVE(n)(r1) define 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( [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | ebb_handler.S | 66 #define REST_GPR(n) ld n,GPR_SAVE(n)(r1) define 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( [all...] |
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | entry_32.S | 72 REST_GPR(2, r11) 150 REST_GPR(3, r1) 158 1: REST_GPR(2, r1) 159 REST_GPR(1, r1) 171 REST_GPR(0, r1) 230 REST_GPR(10, r11) 236 REST_GPR(9, r11) 237 REST_GPR(12, r11) 238 REST_GPR(11, r11) 296 REST_GPR( [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) 349 REST_GPR(13, r1) 350 REST_GPR(1, r1) 360 REST_GPR(0, r1) 501 REST_GPR(0, r1) 502 REST_GPR( [all...] |
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 */
|
/kernel/linux/linux-5.10/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_hv_rmhandlers.S | 3194 REST_GPR(2, r1) 3195 REST_GPR(3, r1) 3196 REST_GPR(4, r1) 3197 REST_GPR(5, r1)
|
/kernel/linux/linux-6.6/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)
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | entry_64.S | 701 REST_GPR(13, r1) 709 REST_GPR(6, r1) 710 REST_GPR(0, r1) 711 REST_GPR(1, r1) 760 REST_GPR(6, r1) 761 REST_GPR(0, r1) 762 REST_GPR(1, r1) 777 REST_GPR(6, r1) 778 REST_GPR(0, r1) 779 REST_GPR( [all...] |
H 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)
|
H A D | optprobes_head.S | 120 REST_GPR(0,r1)
|
H A D | entry_32.S | 342 REST_GPR(0, r1) 793 REST_GPR(1, r11) 800 REST_GPR(10, r11) 806 REST_GPR(9, r11) 807 REST_GPR(12, r11)
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | crt0.S | 230 #define REST_GPR(n, base) ld n,8*(n)(base) define 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)
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/trace/ |
H A D | ftrace_entry.S | 136 REST_GPR(14, r1) 184 REST_GPR(3, r1)
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/trace/ |
H A D | ftrace_64_mprofile.S | 116 REST_GPR(0,r1) 152 REST_GPR(3, r1)
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | crt0.S | 254 #define REST_GPR(n, base) REST_GPRS(n, n, base) define 299 REST_GPR(2, r1)
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A 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)
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/primitives/asm/ |
H A 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)
|
/kernel/linux/linux-5.10/arch/powerpc/crypto/ |
H A D | md5-asm.S | 48 REST_GPR(26, r1); \
|