Home
last modified time | relevance | path

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

/arch/powerpc/boot/
Dcrt0.S238 #define REST_GPR(n, base) ld n,8*(n)(base) macro
243 #define REST_2GPRS(n, base) REST_GPR(n, base); REST_GPR(n+1, base)
293 REST_GPR(2, r1)
294 REST_GPR(13, r1)
/arch/powerpc/kernel/
Dtm.S428 REST_GPR(0, r7) /* GPR0 */
430 REST_GPR(4, r7) /* GPR4 */
465 REST_GPR(6, r7)
472 REST_GPR(5, r7)
477 REST_GPR(7, r7)
Doptprobes_head.S121 REST_GPR(0,r1)
Dentry_64.S129 REST_GPR(0,r1)
970 REST_GPR(13, r1)
1219 REST_GPR(2, r1) /* Restore the TOC */
1220 REST_GPR(13, r1) /* Restore paca */
1299 REST_GPR(2, r1)
1300 REST_GPR(13, r1)
Dexceptions-64s.S330 REST_GPR(0, r1); \
332 REST_GPR(10, r1); \
339 REST_GPR(11, r1); \
1081 REST_GPR(0, r1)
1083 REST_GPR(10, r1)
1086 REST_GPR(11, r1)
Dentry_32.S735 REST_GPR(1, r11)
742 REST_GPR(10, r11)
748 REST_GPR(9, r11)
749 REST_GPR(12, r11)
Didle_book3s.S951 REST_GPR(2, r1)
/arch/powerpc/kvm/
Dbook3s_interrupts.S102 REST_GPR(4, r1)
250 REST_GPR(4, r1)
/arch/powerpc/include/asm/
Dppc_asm.h77 #define REST_GPR(n, base) ld n,GPR0+8*(n)(base)
82 #define REST_GPR(n, base) lwz n,GPR0+4*(n)(base)
85 #define REST_NVGPRS(base) REST_GPR(13, base); REST_8GPRS(14, base); \
93 #define REST_2GPRS(n, base) REST_GPR(n, base); REST_GPR(n+1, base)
/arch/powerpc/kernel/trace/
Dftrace_64_mprofile.S136 REST_GPR(0,r1)
/arch/powerpc/crypto/
Dmd5-asm.S52 REST_GPR(26, r1); \