/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | bookehv_interrupts.S | 222 SPRN_CSRR0, SPRN_CSRR1, 0 244 SPRN_CSRR0, SPRN_CSRR1, 0 261 SPRN_CSRR0, SPRN_CSRR1, 0 269 SPRN_CSRR0, SPRN_CSRR1, 0 273 SPRN_CSRR0, SPRN_CSRR1, 0 335 SPRN_SPRG_RSCRATCH_CRIT, SPRN_CSRR0, SPRN_CSRR1, 0 351 SPRN_SPRG_RSCRATCH_CRIT, SPRN_CSRR0, SPRN_CSRR1, 0 358 SPRN_SPRG_RSCRATCH_CRIT, SPRN_CSRR0, SPRN_CSRR1, 0 363 SPRN_SPRG_RSCRATCH_CRIT, SPRN_CSRR0, SPRN_CSRR1, 0 365 SPRN_SPRG_RSCRATCH_CRIT, SPRN_CSRR0, SPRN_CSRR1, [all...] |
H A D | booke_emulate.c | 135 case SPRN_CSRR1: in kvmppc_booke_emulate_mtspr() 399 case SPRN_CSRR1: in kvmppc_booke_emulate_mfspr()
|
H A D | booke_interrupts.S | 78 mfspr r4, SPRN_CSRR1 82 mfspr r4, SPRN_CSRR1 84 mtspr SPRN_CSRR1, r4
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | bookehv_interrupts.S | 222 SPRN_CSRR0, SPRN_CSRR1, 0 244 SPRN_CSRR0, SPRN_CSRR1, 0 261 SPRN_CSRR0, SPRN_CSRR1, 0 269 SPRN_CSRR0, SPRN_CSRR1, 0 273 SPRN_CSRR0, SPRN_CSRR1, 0 335 SPRN_SPRG_RSCRATCH_CRIT, SPRN_CSRR0, SPRN_CSRR1, 0 351 SPRN_SPRG_RSCRATCH_CRIT, SPRN_CSRR0, SPRN_CSRR1, 0 358 SPRN_SPRG_RSCRATCH_CRIT, SPRN_CSRR0, SPRN_CSRR1, 0 363 SPRN_SPRG_RSCRATCH_CRIT, SPRN_CSRR0, SPRN_CSRR1, 0 365 SPRN_SPRG_RSCRATCH_CRIT, SPRN_CSRR0, SPRN_CSRR1, [all...] |
H A D | booke_emulate.c | 135 case SPRN_CSRR1: in kvmppc_booke_emulate_mtspr() 399 case SPRN_CSRR1: in kvmppc_booke_emulate_mfspr()
|
H A D | booke_interrupts.S | 78 mfspr r4, SPRN_CSRR1 82 mfspr r4, SPRN_CSRR1 84 mtspr SPRN_CSRR1, r4
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | entry_32.S | 483 RET_FROM_EXC_LEVEL(SPRN_CSRR0, SPRN_CSRR1, PPC_RFCI) 492 RET_FROM_EXC_LEVEL(SPRN_CSRR0, SPRN_CSRR1, PPC_RFCI)
|
H A D | head_booke.h | 269 EXC_LEVEL_EXCEPTION_PROLOG(CRIT, trapno+2, intno, SPRN_CSRR0, SPRN_CSRR1) 337 * a critical exception, so we are using SPRN_CSRR1 to manipulate the MSR). 339 * save (and later restore) the MSR via SPRN_CSRR1, which will still have 436 mtspr SPRN_CSRR1,r9; \
|
H A D | exceptions-64e.S | 239 ret_from_level SPRN_CSRR0 SPRN_CSRR1 PACA_EXCRIT SPRN_SPRG_CRIT_SCRATCH 283 #define SPRN_CRIT_SRR1 SPRN_CSRR1 713 mtspr SPRN_CSRR1,r11
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | head_booke.h | 277 EXC_LEVEL_EXCEPTION_PROLOG(CRIT, intno, SPRN_CSRR0, SPRN_CSRR1) 355 * a critical exception, so we are using SPRN_CSRR1 to manipulate the MSR). 357 * save (and later restore) the MSR via SPRN_CSRR1, which will still have 449 mtspr SPRN_CSRR1,r9; \
|
H A D | exceptions-64e.S | 262 ret_from_level SPRN_CSRR0 SPRN_CSRR1 PACA_EXCRIT SPRN_SPRG_CRIT_SCRATCH 304 #define SPRN_CRIT_SRR1 SPRN_CSRR1 769 mtspr SPRN_CSRR1,r11
|
H A D | entry_32.S | 65 mfspr r0,SPRN_CSRR1 1176 RET_FROM_EXC_LEVEL(SPRN_CSRR0, SPRN_CSRR1, PPC_RFCI) 1188 RET_FROM_EXC_LEVEL(SPRN_CSRR0, SPRN_CSRR1, PPC_RFCI)
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | reg_booke.h | 191 #define SPRN_CSRR1 0x03B /* Critical Save and Restore Register 1 */ macro 218 #define SPRN_CSRR1 SPRN_SRR3 /* Critical Save and Restore Register 1 */ macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | reg_booke.h | 191 #define SPRN_CSRR1 0x03B /* Critical Save and Restore Register 1 */ macro 218 #define SPRN_CSRR1 SPRN_SRR3 /* Critical Save and Restore Register 1 */ macro
|