Searched refs:SPRN_SPRG_SCRATCH0 (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/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-v6.6/arch/powerpc/include/asm/ |
D | reg.h | 1154 #define SPRN_SPRG_SCRATCH0 SPRN_SPRG2 macro 1176 mfspr rX,SPRN_SPRG_SCRATCH0; \ 1183 mtspr SPRN_SPRG_SCRATCH0,rX; \ 1189 #define GET_SCRATCH0(rX) mfspr rX,SPRN_SPRG_SCRATCH0 1190 #define SET_SCRATCH0(rX) mtspr SPRN_SPRG_SCRATCH0,rX 1211 #define SPRN_SPRG_SCRATCH0 SPRN_SPRG0 macro 1218 #define SPRN_SPRG_SCRATCH0 SPRN_SPRG0 macro 1247 #define SPRN_SPRG_SCRATCH0 SPRN_SPRG0 macro
|
/Linux-v6.6/arch/powerpc/kernel/ |
D | head_32.h | 20 mtspr SPRN_SPRG_SCRATCH0,r10 83 mfspr r10,SPRN_SPRG_SCRATCH0
|
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 */
|
D | entry_32.S | 365 mtspr SPRN_SPRG_SCRATCH0, r9 375 mfspr r9, SPRN_SPRG_SCRATCH0
|
D | head_book3s_32.S | 313 mtspr SPRN_SPRG_SCRATCH0,r10 727 mfspr r10, SPRN_SPRG_SCRATCH0
|