Searched refs:SPRN_SPRG_SCRATCH0 (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/arch/powerpc/kvm/ |
D | book3s_rmhandlers.S | 47 mtspr SPRN_SPRG_SCRATCH0, r13 /* Save r13 */ 64 mfspr r13, SPRN_SPRG_SCRATCH0 /* r13 = original r13 */
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | reg.h | 1147 #define SPRN_SPRG_SCRATCH0 SPRN_SPRG2 macro 1169 mfspr rX,SPRN_SPRG_SCRATCH0; \ 1176 mtspr SPRN_SPRG_SCRATCH0,rX; \ 1182 #define GET_SCRATCH0(rX) mfspr rX,SPRN_SPRG_SCRATCH0 1183 #define SET_SCRATCH0(rX) mtspr SPRN_SPRG_SCRATCH0,rX 1204 #define SPRN_SPRG_SCRATCH0 SPRN_SPRG0 macro 1211 #define SPRN_SPRG_SCRATCH0 SPRN_SPRG0 macro 1245 #define SPRN_SPRG_SCRATCH0 SPRN_SPRG0 macro
|
/Linux-v5.10/arch/powerpc/kernel/ |
D | head_40x.S | 252 mtspr SPRN_SPRG_SCRATCH0, r10 /* Save some working registers */ 325 mfspr r10, SPRN_SPRG_SCRATCH0 333 mtspr SPRN_SPRG_SCRATCH0, r10 /* Save some working registers */ 406 mfspr r10, SPRN_SPRG_SCRATCH0 551 mfspr r10, SPRN_SPRG_SCRATCH0
|
D | head_8xx.S | 204 mtspr SPRN_SPRG_SCRATCH0, r10 244 0: mfspr r10, SPRN_SPRG_SCRATCH0 254 mfspr r10, SPRN_SPRG_SCRATCH0 395 mfspr r10, SPRN_SPRG_SCRATCH0 402 mtspr SPRN_SPRG_SCRATCH0, r10 409 mfspr r10, SPRN_SPRG_SCRATCH0 542 154: mfspr r11, SPRN_SPRG_SCRATCH0 /* load r10 from SPRN_SPRG_SCRATCH0 */
|
D | head_32.h | 20 mtspr SPRN_SPRG_SCRATCH0,r10 73 mfspr r10, SPRN_SPRG_SCRATCH0
|
D | head_book3s_32.S | 291 mtspr SPRN_SPRG_SCRATCH0,r10 345 mtspr SPRN_SPRG_SCRATCH0,r10 760 mfspr r10, SPRN_SPRG_SCRATCH0 766 mfspr r10, SPRN_SPRG_SCRATCH0
|
/Linux-v5.10/arch/powerpc/perf/ |
D | 8xx-pmu.c | 170 __PPC_SPR(SPRN_SPRG_SCRATCH0)); in mpc8xx_pmu_del()
|