Searched refs:REST_GPR (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | entry.S | 403 REST_GPR(13,r1) 516 REST_GPR(2, r1) /* Restore the TOC */ 517 REST_GPR(13, r1) /* Restore current */ 600 REST_GPR(13, r1) /* Restore current */ 610 REST_GPR(2, r1) /* Restore the TOC */ 611 REST_GPR(13, r1) /* Restore current */
|
D | ppc_asm.h | 28 #define REST_GPR(n, base) ld n,GPR0+8*(n)(base) macro 29 #define REST_2GPRS(n, base) REST_GPR(n, base); REST_GPR(n+1, base)
|
D | head.S | 637 REST_GPR(0, r1)
|
/linux-2.4.37.9/include/asm-ppc/ |
D | ppc_asm.h | 25 #define REST_GPR(n, base) lwz n,GPR0+4*(n)(base) macro 26 #define REST_2GPRS(n, base) REST_GPR(n, base); REST_GPR(n+1, base)
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | head.S | 942 REST_GPR(1, r21) 947 REST_GPR(20, r21) 1035 REST_GPR(1, r21) 1040 REST_GPR(20, r21)
|
D | entry.S | 316 REST_GPR(31,r1)
|