Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/44x/
H A Dmachine_check.c18 mtspr(SPRN_ESR, reason & ~ESR_IMCP); in machine_check_4xx()
34 mtspr(SPRN_ESR, reason & ~ESR_IMCP); in machine_check_440A()
72 mtspr(SPRN_ESR, reason & ~ESR_IMCP); in machine_check_47x()
/linux/arch/powerpc/kernel/
H A Dhead_booke.h227 mfspr r9,SPRN_ESR; /* in them at the point where the */\
318 mfspr r5,SPRN_ESR; \
459 mfspr r5,SPRN_ESR; /* Grab the ESR and save it */ \
499 mfspr r4,SPRN_ESR; /* Grab the ESR and save it */ \
H A Dexceptions-64e.S125 mfspr r10,SPRN_ESR
198 mtspr SPRN_ESR,r10
531 mfspr r15,SPRN_ESR
561 mfspr r15,SPRN_ESR
573 mfspr r14,SPRN_ESR
1051 mfspr r11,SPRN_ESR
H A Dkvm.c519 case KVM_INST_MFSPR(SPRN_ESR): in kvm_check_ins()
609 case KVM_INST_MTSPR(SPRN_ESR): in kvm_check_ins()
H A Dhead_44x.S357 mfspr r12,SPRN_ESR
601 mfspr r12,SPRN_ESR
H A Dentry_32.S403 mtspr SPRN_ESR,r10; \
H A Dhead_85xx.S369 mfspr r5,SPRN_ESR /* Grab the ESR, save it */
/linux/arch/powerpc/kvm/
H A Dbooke_emulate.c129 case SPRN_ESR: in kvmppc_booke_emulate_mtspr()
390 case SPRN_ESR: in kvmppc_booke_emulate_mfspr()
H A Dbooke_interrupts.S202 mfspr r9, SPRN_ESR
H A Dbookehv_interrupts.S146 mfspr r8, SPRN_ESR
/linux/arch/powerpc/mm/nohash/
H A Dtlb_low_64e.S113 mfspr r11,SPRN_ESR
652 mtspr SPRN_ESR,r16
/linux/arch/powerpc/include/asm/
H A Dreg_booke.h183 #define SPRN_ESR 0x03E /* Exception Syndrome Register */ macro