Searched refs:REST_GPR (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/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-4.1.27/arch/powerpc/boot/ |
D | crt0.S | 234 #define REST_GPR(n, base) ld n,8*(n)(base) macro 239 #define REST_2GPRS(n, base) REST_GPR(n, base); REST_GPR(n+1, base) 289 REST_GPR(2, r1) 290 REST_GPR(13, r1)
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | tm.S | 405 REST_GPR(0, r7) /* GPR0 */ 407 REST_GPR(4, r7) /* GPR4 */ 442 REST_GPR(1, r7) /* GPR1 */ 443 REST_GPR(5, r7) /* GPR5-7 */ 444 REST_GPR(6, r7)
|
D | entry_64.S | 108 REST_GPR(0,r1) 842 REST_GPR(13, r1) 1066 REST_GPR(2, r1) /* Restore the TOC */ 1067 REST_GPR(13, r1) /* Restore paca */ 1146 REST_GPR(2, r1) 1147 REST_GPR(13, r1)
|
D | idle_power7.S | 465 REST_GPR(2, r1) 493 REST_GPR(2, r1)
|
D | exceptions-64s.S | 1315 REST_GPR(0, r1) 1317 REST_GPR(10, r1) 1320 REST_GPR(11, r1) 1353 REST_GPR(0, r1); \ 1355 REST_GPR(10, r1); \ 1362 REST_GPR(11, r1); \
|
D | entry_32.S | 679 REST_GPR(1, r11) 683 REST_GPR(10, r11) 686 REST_GPR(9, r11) 687 REST_GPR(12, r11)
|
/linux-4.1.27/arch/powerpc/kvm/ |
D | book3s_interrupts.S | 102 REST_GPR(4, r1) 250 REST_GPR(4, r1)
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | ppc_asm.h | 79 #define REST_GPR(n, base) ld n,GPR0+8*(n)(base) macro 84 #define REST_GPR(n, base) lwz n,GPR0+4*(n)(base) macro 87 #define REST_NVGPRS(base) REST_GPR(13, base); REST_8GPRS(14, base); \ 95 #define REST_2GPRS(n, base) REST_GPR(n, base); REST_GPR(n+1, base)
|
/linux-4.1.27/arch/powerpc/crypto/ |
D | md5-asm.S | 52 REST_GPR(26, r1); \
|