Searched refs:SPRN_SPRG_SCRATCH0 (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.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 */
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
D | reg.h | 1149 #define SPRN_SPRG_SCRATCH0 SPRN_SPRG2 macro 1171 mfspr rX,SPRN_SPRG_SCRATCH0; \ 1178 mtspr SPRN_SPRG_SCRATCH0,rX; \ 1184 #define GET_SCRATCH0(rX) mfspr rX,SPRN_SPRG_SCRATCH0 1185 #define SET_SCRATCH0(rX) mtspr SPRN_SPRG_SCRATCH0,rX 1206 #define SPRN_SPRG_SCRATCH0 SPRN_SPRG0 macro 1213 #define SPRN_SPRG_SCRATCH0 SPRN_SPRG0 macro 1247 #define SPRN_SPRG_SCRATCH0 SPRN_SPRG0 macro
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
D | head_40x.S | 253 mtspr SPRN_SPRG_SCRATCH0, r10 /* Save some working registers */ 326 mfspr r10, SPRN_SPRG_SCRATCH0 334 mtspr SPRN_SPRG_SCRATCH0, r10 /* Save some working registers */ 407 mfspr r10, SPRN_SPRG_SCRATCH0 552 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 | 294 mtspr SPRN_SPRG_SCRATCH0,r10 348 mtspr SPRN_SPRG_SCRATCH0,r10 766 mfspr r10, SPRN_SPRG_SCRATCH0 772 mfspr r10, SPRN_SPRG_SCRATCH0
|
/kernel/linux/linux-5.10/arch/powerpc/perf/ |
D | 8xx-pmu.c | 170 __PPC_SPR(SPRN_SPRG_SCRATCH0)); in mpc8xx_pmu_del()
|