Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/44x/
Dmachine_check.c21 mtspr(SPRN_ESR, reason & ~ESR_IMCP); in machine_check_440A()
59 mtspr(SPRN_ESR, reason & ~ESR_IMCP); in machine_check_47x()
/Linux-v4.19/arch/powerpc/platforms/4xx/
Dmachine_check.c20 mtspr(SPRN_ESR, reason & ~ESR_IMCP); in machine_check_4xx()
/Linux-v4.19/arch/powerpc/kernel/
Dhead_booke.h159 mfspr r9,SPRN_ESR; /* in them at the point where the */\
220 mfspr r5,SPRN_ESR; \
378 mfspr r5,SPRN_ESR; /* Grab the ESR and save it */ \
386 mfspr r5,SPRN_ESR; /* Grab the ESR and save it */ \
403 mfspr r4,SPRN_ESR; /* Grab the ESR and save it */ \
Dhead_40x.S171 mfspr r9,SPRN_ESR; /* in them at the point where the */\
287 mfspr r10, SPRN_ESR
415 mfspr r4,SPRN_ESR /* Grab the ESR and save it */
760 mfspr r5,SPRN_ESR /* Grab the ESR, save it, pass arg3 */
Dexceptions-64e.S140 mfspr r10,SPRN_ESR
234 mtspr SPRN_ESR,r10
578 mfspr r15,SPRN_ESR
602 mfspr r15,SPRN_ESR
610 mfspr r14,SPRN_ESR
1163 mfspr r11,SPRN_ESR
Dkvm.c529 case KVM_INST_MFSPR(SPRN_ESR): in kvm_check_ins()
619 case KVM_INST_MTSPR(SPRN_ESR): in kvm_check_ins()
Dhead_44x.S357 mfspr r12,SPRN_ESR
594 mfspr r12,SPRN_ESR
Dhead_fsl_booke.S381 mfspr r5,SPRN_ESR /* Grab the ESR, save it, pass arg3 */
492 mfspr r12,SPRN_ESR
Dentry_32.S1089 mtspr SPRN_ESR,r10; \
/Linux-v4.19/arch/powerpc/mm/
Dtlb_low_64e.S120 mfspr r11,SPRN_ESR
550 mfspr r14,SPRN_ESR
777 mtspr SPRN_ESR,r15
957 mtspr SPRN_ESR,r16
990 mfspr r14,SPRN_ESR
1172 mtspr SPRN_ESR,r14
/Linux-v4.19/arch/powerpc/kvm/
Dbooke_emulate.c140 case SPRN_ESR: in kvmppc_booke_emulate_mtspr()
401 case SPRN_ESR: in kvmppc_booke_emulate_mfspr()
Dbooke_interrupts.S213 mfspr r9, SPRN_ESR
Dbookehv_interrupts.S153 mfspr r8, SPRN_ESR
/Linux-v4.19/arch/powerpc/include/asm/
Dreg_booke.h197 #define SPRN_ESR 0x03E /* Exception Syndrome Register */ macro
211 #define SPRN_ESR 0x3D4 /* Exception Syndrome Register */ macro