Home
last modified time | relevance | path

Searched refs:SPRN_ESR (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.10/arch/powerpc/platforms/44x/
Dmachine_check.c19 mtspr(SPRN_ESR, reason & ~ESR_IMCP); in machine_check_440A()
57 mtspr(SPRN_ESR, reason & ~ESR_IMCP); in machine_check_47x()
/Linux-v5.10/arch/powerpc/platforms/4xx/
Dmachine_check.c17 mtspr(SPRN_ESR, reason & ~ESR_IMCP); in machine_check_4xx()
/Linux-v5.10/arch/powerpc/kernel/
Dhead_booke.h264 mfspr r9,SPRN_ESR; /* in them at the point where the */\
324 mfspr r5,SPRN_ESR; \
469 mfspr r5,SPRN_ESR; /* Grab the ESR and save it */ \
478 mfspr r5,SPRN_ESR; /* Grab the ESR and save it */ \
496 mfspr r4,SPRN_ESR; /* Grab the ESR and save it */ \
Dhead_40x.S125 mfspr r9,SPRN_ESR; /* in them at the point where the */\
182 mfspr r5, SPRN_ESR /* Grab the ESR, save it, pass arg3 */
213 mfspr r4,SPRN_ESR /* Grab the ESR and save it */
Dexceptions-64e.S126 mfspr r10,SPRN_ESR
220 mtspr SPRN_ESR,r10
589 mfspr r15,SPRN_ESR
613 mfspr r15,SPRN_ESR
621 mfspr r14,SPRN_ESR
1375 mfspr r11,SPRN_ESR
Dkvm.c519 case KVM_INST_MFSPR(SPRN_ESR): in kvm_check_ins()
609 case KVM_INST_MTSPR(SPRN_ESR): in kvm_check_ins()
Dhead_44x.S356 mfspr r12,SPRN_ESR
591 mfspr r12,SPRN_ESR
Dhead_fsl_booke.S376 mfspr r5,SPRN_ESR /* Grab the ESR, save it, pass arg3 */
494 mfspr r12,SPRN_ESR
Dentry_32.S1112 mtspr SPRN_ESR,r10; \
/Linux-v5.10/arch/powerpc/mm/nohash/
Dtlb_low_64e.S117 mfspr r11,SPRN_ESR
535 mfspr r14,SPRN_ESR
742 mtspr SPRN_ESR,r15
917 mtspr SPRN_ESR,r16
947 mfspr r14,SPRN_ESR
1116 mtspr SPRN_ESR,r14
/Linux-v5.10/arch/powerpc/kvm/
Dbooke_emulate.c129 case SPRN_ESR: in kvmppc_booke_emulate_mtspr()
390 case SPRN_ESR: in kvmppc_booke_emulate_mfspr()
Dbooke_interrupts.S202 mfspr r9, SPRN_ESR
Dbookehv_interrupts.S146 mfspr r8, SPRN_ESR
/Linux-v5.10/arch/powerpc/include/asm/
Dreg_booke.h193 #define SPRN_ESR 0x03E /* Exception Syndrome Register */ macro
207 #define SPRN_ESR 0x3D4 /* Exception Syndrome Register */ macro