Searched refs:SPRN_SPRG_SCRATCH0 (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/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 | 137 mtspr SPRN_SPRG_SCRATCH0,r10; \ 157 mfspr r10,SPRN_SPRG_SCRATCH0; \ 178 mfspr r10,SPRN_SPRG_SCRATCH0; \ 580 mfspr r10, SPRN_SPRG_SCRATCH0 /* restore r10 */ 649 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.4.14/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.4.14/arch/powerpc/include/asm/ |
D | reg.h | 967 #define SPRN_SPRG_SCRATCH0 SPRN_SPRG2 macro 989 mfspr rX,SPRN_SPRG_SCRATCH0; \ 996 mtspr SPRN_SPRG_SCRATCH0,rX; \ 1002 #define GET_SCRATCH0(rX) mfspr rX,SPRN_SPRG_SCRATCH0 1003 #define SET_SCRATCH0(rX) mtspr SPRN_SPRG_SCRATCH0,rX 1024 #define SPRN_SPRG_SCRATCH0 SPRN_SPRG0 macro 1031 #define SPRN_SPRG_SCRATCH0 SPRN_SPRG0 macro 1065 #define SPRN_SPRG_SCRATCH0 SPRN_SPRG0 macro
|