Searched refs:REST_GPR (Results 1 – 9 of 9) sorted by relevance
/arch/powerpc/boot/ |
D | crt0.S | 235 #define REST_GPR(n, base) ld n,8*(n)(base) macro 240 #define REST_2GPRS(n, base) REST_GPR(n, base); REST_GPR(n+1, base) 290 REST_GPR(2, r1) 291 REST_GPR(13, r1)
|
/arch/powerpc/kernel/ |
D | tm.S | 421 REST_GPR(0, r7) /* GPR0 */ 423 REST_GPR(4, r7) /* GPR4 */ 458 REST_GPR(6, r7) 465 REST_GPR(5, r7) 470 REST_GPR(7, r7)
|
D | entry_64.S | 128 REST_GPR(0,r1) 979 REST_GPR(13, r1) 1217 REST_GPR(2, r1) /* Restore the TOC */ 1218 REST_GPR(13, r1) /* Restore paca */ 1297 REST_GPR(2, r1) 1298 REST_GPR(13, r1)
|
D | idle_power7.S | 465 REST_GPR(2, r1) 493 REST_GPR(2, r1)
|
D | exceptions-64s.S | 1354 REST_GPR(0, r1) 1356 REST_GPR(10, r1) 1359 REST_GPR(11, r1) 1392 REST_GPR(0, r1); \ 1394 REST_GPR(10, r1); \ 1401 REST_GPR(11, r1); \
|
D | entry_32.S | 694 REST_GPR(1, r11) 701 REST_GPR(10, r11) 704 REST_GPR(9, r11) 705 REST_GPR(12, r11)
|
/arch/powerpc/kvm/ |
D | book3s_interrupts.S | 102 REST_GPR(4, r1) 250 REST_GPR(4, r1)
|
/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)
|
/arch/powerpc/crypto/ |
D | md5-asm.S | 52 REST_GPR(26, r1); \
|