Home
last modified time | relevance | path

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

/arch/powerpc/platforms/44x/
Dmachine_check.c18 mtspr(SPRN_ESR, reason & ~ESR_IMCP); in machine_check_440A()
56 mtspr(SPRN_ESR, reason & ~ESR_IMCP); in machine_check_47x()
/arch/powerpc/platforms/4xx/
Dmachine_check.c17 mtspr(SPRN_ESR, reason & ~ESR_IMCP); in machine_check_4xx()
/arch/powerpc/kernel/
Dhead_booke.h262 mfspr r9,SPRN_ESR; /* in them at the point where the */\
322 mfspr r5,SPRN_ESR; \
467 mfspr r5,SPRN_ESR; /* Grab the ESR and save it */ \
475 mfspr r5,SPRN_ESR; /* Grab the ESR and save it */ \
492 mfspr r4,SPRN_ESR; /* Grab the ESR and save it */ \
Dhead_40x.S127 mfspr r9,SPRN_ESR; /* in them at the point where the */\
205 mfspr r10, SPRN_ESR
333 mfspr r4,SPRN_ESR /* Grab the ESR and save it */
676 mfspr r5,SPRN_ESR /* Grab the ESR, save it, pass arg3 */
Dexceptions-64e.S125 mfspr r10,SPRN_ESR
219 mtspr SPRN_ESR,r10
588 mfspr r15,SPRN_ESR
612 mfspr r15,SPRN_ESR
620 mfspr r14,SPRN_ESR
1177 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.S374 mfspr r5,SPRN_ESR /* Grab the ESR, save it, pass arg3 */
491 mfspr r12,SPRN_ESR
Dentry_32.S1098 mtspr SPRN_ESR,r10; \
/arch/powerpc/mm/nohash/
Dtlb_low_64e.S119 mfspr r11,SPRN_ESR
547 mfspr r14,SPRN_ESR
759 mtspr SPRN_ESR,r15
937 mtspr SPRN_ESR,r16
970 mfspr r14,SPRN_ESR
1144 mtspr SPRN_ESR,r14
/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
/arch/powerpc/include/asm/
Dreg_booke.h194 #define SPRN_ESR 0x03E /* Exception Syndrome Register */ macro
208 #define SPRN_ESR 0x3D4 /* Exception Syndrome Register */ macro