Searched refs:REST_GPR (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/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.4.14/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.4.14/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 | 116 REST_GPR(0,r1) 889 REST_GPR(13, r1) 1113 REST_GPR(2, r1) /* Restore the TOC */ 1114 REST_GPR(13, r1) /* Restore paca */ 1193 REST_GPR(2, r1) 1194 REST_GPR(13, r1)
|
D | idle_power7.S | 465 REST_GPR(2, r1) 493 REST_GPR(2, r1)
|
D | exceptions-64s.S | 1307 REST_GPR(0, r1) 1309 REST_GPR(10, r1) 1312 REST_GPR(11, r1) 1345 REST_GPR(0, r1); \ 1347 REST_GPR(10, r1); \ 1354 REST_GPR(11, r1); \
|
D | entry_32.S | 684 REST_GPR(1, r11) 688 REST_GPR(10, r11) 691 REST_GPR(9, r11) 692 REST_GPR(12, r11)
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | book3s_interrupts.S | 102 REST_GPR(4, r1) 250 REST_GPR(4, r1)
|
/linux-4.4.14/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.4.14/arch/powerpc/crypto/ |
D | md5-asm.S | 52 REST_GPR(26, r1); \
|