Searched refs:SPRN_SPRG_SCRATCH0 (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/arch/powerpc/kernel/ |
D | head_8xx.S | 115 mtspr SPRN_SPRG_SCRATCH0, r10; \ 137 mfspr r10,SPRN_SPRG_SCRATCH0; \ 297 mtspr SPRN_SPRG_SCRATCH0, r10 376 mfspr r10, SPRN_SPRG_SCRATCH0 389 mfspr r10, SPRN_SPRG_SCRATCH0 421 mtspr SPRN_SPRG_SCRATCH0, r10 493 mfspr r10, SPRN_SPRG_SCRATCH0 504 mfspr r10, SPRN_SPRG_SCRATCH0 554 mtspr SPRN_SPRG_SCRATCH0, r10 590 mtspr SPRN_SPRG_SCRATCH0, r10 [all …]
|
D | head_40x.S | 110 mtspr SPRN_SPRG_SCRATCH0,r10; /* save two registers to work with */\ 125 mfspr r10,SPRN_SPRG_SCRATCH0; \ 265 mtspr SPRN_SPRG_SCRATCH0, r10 /* Save some working registers */ 363 mfspr r10, SPRN_SPRG_SCRATCH0 388 mfspr r10, SPRN_SPRG_SCRATCH0 454 mtspr SPRN_SPRG_SCRATCH0, r10 /* Save some working registers */ 546 mfspr r10, SPRN_SPRG_SCRATCH0 554 mtspr SPRN_SPRG_SCRATCH0, r10 /* Save some working registers */ 646 mfspr r10, SPRN_SPRG_SCRATCH0 822 mfspr r10, SPRN_SPRG_SCRATCH0
|
D | head_32.S | 252 mtspr SPRN_SPRG_SCRATCH0,r10; \ 274 mfspr r10,SPRN_SPRG_SCRATCH0; \ 364 mtspr SPRN_SPRG_SCRATCH0,r10
|
/Linux-v4.19/arch/powerpc/kvm/ |
D | book3s_rmhandlers.S | 58 mtspr SPRN_SPRG_SCRATCH0, r13 /* Save r13 */ 75 mfspr r13, SPRN_SPRG_SCRATCH0 /* r13 = original r13 */
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | reg.h | 1102 #define SPRN_SPRG_SCRATCH0 SPRN_SPRG2 macro 1124 mfspr rX,SPRN_SPRG_SCRATCH0; \ 1131 mtspr SPRN_SPRG_SCRATCH0,rX; \ 1137 #define GET_SCRATCH0(rX) mfspr rX,SPRN_SPRG_SCRATCH0 1138 #define SET_SCRATCH0(rX) mtspr SPRN_SPRG_SCRATCH0,rX 1159 #define SPRN_SPRG_SCRATCH0 SPRN_SPRG0 macro 1166 #define SPRN_SPRG_SCRATCH0 SPRN_SPRG0 macro 1200 #define SPRN_SPRG_SCRATCH0 SPRN_SPRG0 macro
|
/Linux-v4.19/arch/powerpc/perf/ |
D | 8xx-pmu.c | 169 __PPC_SPR(SPRN_SPRG_SCRATCH0); in mpc8xx_pmu_del()
|