Searched refs:SPRN_SPRG_SCRATCH0 (Results 1 – 5 of 5) sorted by relevance
/arch/powerpc/kvm/ |
D | book3s_rmhandlers.S | 57 mtspr SPRN_SPRG_SCRATCH0, r13 /* Save r13 */ 74 mfspr r13, SPRN_SPRG_SCRATCH0 /* r13 = original r13 */
|
/arch/powerpc/kernel/ |
D | head_40x.S | 109 mtspr SPRN_SPRG_SCRATCH0,r10; /* save two registers to work with */\ 124 mfspr r10,SPRN_SPRG_SCRATCH0; \ 264 mtspr SPRN_SPRG_SCRATCH0, r10 /* Save some working registers */ 362 mfspr r10, SPRN_SPRG_SCRATCH0 387 mfspr r10, SPRN_SPRG_SCRATCH0 453 mtspr SPRN_SPRG_SCRATCH0, r10 /* Save some working registers */ 545 mfspr r10, SPRN_SPRG_SCRATCH0 553 mtspr SPRN_SPRG_SCRATCH0, r10 /* Save some working registers */ 645 mfspr r10, SPRN_SPRG_SCRATCH0 821 mfspr r10, SPRN_SPRG_SCRATCH0
|
D | head_8xx.S | 143 mtspr SPRN_SPRG_SCRATCH0,r10; \ 162 mfspr r10,SPRN_SPRG_SCRATCH0; \ 183 mfspr r10,SPRN_SPRG_SCRATCH0; \ 820 mfspr r10, SPRN_SPRG_SCRATCH0 /* restore r10 */ 889 154: mfspr r11, SPRN_SPRG_SCRATCH0 /* load r10 from SPRN_SPRG_SCRATCH0 */
|
D | head_32.S | 251 mtspr SPRN_SPRG_SCRATCH0,r10; \ 273 mfspr r10,SPRN_SPRG_SCRATCH0; \ 363 mtspr SPRN_SPRG_SCRATCH0,r10
|
/arch/powerpc/include/asm/ |
D | reg.h | 1074 #define SPRN_SPRG_SCRATCH0 SPRN_SPRG2 macro 1096 mfspr rX,SPRN_SPRG_SCRATCH0; \ 1103 mtspr SPRN_SPRG_SCRATCH0,rX; \ 1109 #define GET_SCRATCH0(rX) mfspr rX,SPRN_SPRG_SCRATCH0 1110 #define SET_SCRATCH0(rX) mtspr SPRN_SPRG_SCRATCH0,rX 1131 #define SPRN_SPRG_SCRATCH0 SPRN_SPRG0 macro 1138 #define SPRN_SPRG_SCRATCH0 SPRN_SPRG0 macro 1172 #define SPRN_SPRG_SCRATCH0 SPRN_SPRG0 macro
|