Searched refs:SPRN_SPRG_SCRATCH0 (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/arch/powerpc/include/asm/ |
D | reg.h | 818 #define SPRN_SPRG_SCRATCH0 SPRN_SPRG2 macro 838 mfspr rX,SPRN_SPRG_SCRATCH0; \ 845 mtspr SPRN_SPRG_SCRATCH0,rX; \ 851 #define GET_SCRATCH0(rX) mfspr rX,SPRN_SPRG_SCRATCH0 852 #define SET_SCRATCH0(rX) mtspr SPRN_SPRG_SCRATCH0,rX 870 #define SPRN_SPRG_SCRATCH0 SPRN_SPRG0 macro 877 #define SPRN_SPRG_SCRATCH0 SPRN_SPRG0 macro 913 #define SPRN_SPRG_SCRATCH0 SPRN_SPRG0 macro
|
/linux-3.4.99/arch/powerpc/kernel/ |
D | head_40x.S | 108 mtspr SPRN_SPRG_SCRATCH0,r10; /* save two registers to work with */\ 123 mfspr r10,SPRN_SPRG_SCRATCH0; \ 263 mtspr SPRN_SPRG_SCRATCH0, r10 /* Save some working registers */ 361 mfspr r10, SPRN_SPRG_SCRATCH0 386 mfspr r10, SPRN_SPRG_SCRATCH0 464 mtspr SPRN_SPRG_SCRATCH0, r10 /* Save some working registers */ 556 mfspr r10, SPRN_SPRG_SCRATCH0 564 mtspr SPRN_SPRG_SCRATCH0, r10 /* Save some working registers */ 656 mfspr r10, SPRN_SPRG_SCRATCH0 809 mfspr r10, SPRN_SPRG_SCRATCH0
|
D | head_32.S | 250 mtspr SPRN_SPRG_SCRATCH0,r10; \ 273 mfspr r10,SPRN_SPRG_SCRATCH0; \ 363 mtspr SPRN_SPRG_SCRATCH0,r10
|
D | head_8xx.S | 107 mtspr SPRN_SPRG_SCRATCH0,r10; \ 130 mfspr r10,SPRN_SPRG_SCRATCH0; \
|
/linux-3.4.99/arch/powerpc/kvm/ |
D | book3s_rmhandlers.S | 78 mtspr SPRN_SPRG_SCRATCH0, r13 /* Save r13 */ 95 mfspr r13, SPRN_SPRG_SCRATCH0 /* r13 = original r13 */
|