Home
last modified time | relevance | path

Searched refs:REST_GPR (Results 1 – 9 of 9) sorted by relevance

/arch/powerpc/boot/
Dcrt0.S235 #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/
Dtm.S421 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)
Dentry_64.S128 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)
Didle_power7.S465 REST_GPR(2, r1)
493 REST_GPR(2, r1)
Dexceptions-64s.S1354 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); \
Dentry_32.S694 REST_GPR(1, r11)
701 REST_GPR(10, r11)
704 REST_GPR(9, r11)
705 REST_GPR(12, r11)
/arch/powerpc/kvm/
Dbook3s_interrupts.S102 REST_GPR(4, r1)
250 REST_GPR(4, r1)
/arch/powerpc/include/asm/
Dppc_asm.h79 #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/
Dmd5-asm.S52 REST_GPR(26, r1); \