Searched refs:SPRN_SPRG_SCRATCH0 (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_rmhandlers.S | 47 mtspr SPRN_SPRG_SCRATCH0, r13 /* Save r13 */ 64 mfspr r13, SPRN_SPRG_SCRATCH0 /* r13 = original r13 */
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | reg.h | 1156 #define SPRN_SPRG_SCRATCH0 SPRN_SPRG2 macro 1178 mfspr rX,SPRN_SPRG_SCRATCH0; \ 1185 mtspr SPRN_SPRG_SCRATCH0,rX; \ 1191 #define GET_SCRATCH0(rX) mfspr rX,SPRN_SPRG_SCRATCH0 1192 #define SET_SCRATCH0(rX) mtspr SPRN_SPRG_SCRATCH0,rX 1213 #define SPRN_SPRG_SCRATCH0 SPRN_SPRG0 macro 1220 #define SPRN_SPRG_SCRATCH0 SPRN_SPRG0 macro 1249 #define SPRN_SPRG_SCRATCH0 SPRN_SPRG0 macro
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | head_32.h | 20 mtspr SPRN_SPRG_SCRATCH0,r10 83 mfspr r10,SPRN_SPRG_SCRATCH0
|
H A D | head_8xx.S | 364 mfspr r10, SPRN_SPRG_SCRATCH0 379 mtspr SPRN_SPRG_SCRATCH0, r10 386 mfspr r10, SPRN_SPRG_SCRATCH0 516 154: mfspr r11, SPRN_SPRG_SCRATCH0 /* load r10 from SPRN_SPRG_SCRATCH0 */
|
H A D | entry_32.S | 365 mtspr SPRN_SPRG_SCRATCH0, r9 375 mfspr r9, SPRN_SPRG_SCRATCH0
|
H A D | head_book3s_32.S | 313 mtspr SPRN_SPRG_SCRATCH0,r10 727 mfspr r10, SPRN_SPRG_SCRATCH0
|