Searched refs:SPRN_SPRG_SCRATCH0 (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/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 452 mtspr SPRN_SPRG_SCRATCH0, r10 /* Save some working registers */ 544 mfspr r10, SPRN_SPRG_SCRATCH0 552 mtspr SPRN_SPRG_SCRATCH0, r10 /* Save some working registers */ 644 mfspr r10, SPRN_SPRG_SCRATCH0 820 mfspr r10, SPRN_SPRG_SCRATCH0
|
D | head_8xx.S | 123 mtspr SPRN_SPRG_SCRATCH0,r10; \ 144 mfspr r10,SPRN_SPRG_SCRATCH0; \ 166 mfspr r10,SPRN_SPRG_SCRATCH0; \ 553 mfspr r10, SPRN_SPRG_SCRATCH0 /* restore r10 */ 622 154: mfspr r11, SPRN_SPRG_SCRATCH0 /* load r10 from 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
|
/linux-4.1.27/arch/powerpc/kvm/ |
D | book3s_rmhandlers.S | 54 mtspr SPRN_SPRG_SCRATCH0, r13 /* Save r13 */ 71 mfspr r13, SPRN_SPRG_SCRATCH0 /* r13 = original r13 */
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | reg.h | 968 #define SPRN_SPRG_SCRATCH0 SPRN_SPRG2 macro 990 mfspr rX,SPRN_SPRG_SCRATCH0; \ 997 mtspr SPRN_SPRG_SCRATCH0,rX; \ 1003 #define GET_SCRATCH0(rX) mfspr rX,SPRN_SPRG_SCRATCH0 1004 #define SET_SCRATCH0(rX) mtspr SPRN_SPRG_SCRATCH0,rX 1025 #define SPRN_SPRG_SCRATCH0 SPRN_SPRG0 macro 1032 #define SPRN_SPRG_SCRATCH0 SPRN_SPRG0 macro 1066 #define SPRN_SPRG_SCRATCH0 SPRN_SPRG0 macro
|