Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/mm/
Dtlb_low_64e.S93 mfspr r11,SPRN_ESR
250 mfspr r14,SPRN_ESR
477 mtspr SPRN_ESR,r15
657 mtspr SPRN_ESR,r16
690 mfspr r14,SPRN_ESR
872 mtspr SPRN_ESR,r14
/linux-3.4.99/arch/powerpc/kernel/
Dhead_booke.h153 mfspr r9,SPRN_ESR; /* in them at the point where the */\
201 mfspr r5,SPRN_ESR; \
359 mfspr r5,SPRN_ESR; /* Grab the ESR and save it */ \
367 mfspr r5,SPRN_ESR; /* Grab the ESR and save it */ \
384 mfspr r4,SPRN_ESR; /* Grab the ESR and save it */ \
Dhead_40x.S169 mfspr r9,SPRN_ESR; /* in them at the point where the */\
285 mfspr r10, SPRN_ESR
413 mfspr r4,SPRN_ESR /* Grab the ESR and save it */
747 mfspr r5,SPRN_ESR /* Grab the ESR, save it, pass arg3 */
Dexceptions-64e.S313 mfspr r15,SPRN_ESR
332 mfspr r15,SPRN_ESR
339 mfspr r14,SPRN_ESR
793 mfspr r11,SPRN_ESR
Dkvm.c527 case KVM_INST_MFSPR(SPRN_ESR): in kvm_check_ins()
617 case KVM_INST_MTSPR(SPRN_ESR): in kvm_check_ins()
Dtraps.c368 mtspr(SPRN_ESR, reason & ~ESR_IMCP); in machine_check_4xx()
383 mtspr(SPRN_ESR, reason & ~ESR_IMCP); in machine_check_440A()
421 mtspr(SPRN_ESR, reason & ~ESR_IMCP); in machine_check_47x()
Dhead_44x.S351 mfspr r12,SPRN_ESR
588 mfspr r12,SPRN_ESR
Dhead_fsl_booke.S317 mfspr r5,SPRN_ESR /* Grab the ESR, save it, pass arg3 */
418 mfspr r12,SPRN_ESR
Dentry_32.S1044 mtspr SPRN_ESR,r10; \
/linux-3.4.99/arch/powerpc/kvm/
Dbooke_emulate.c110 case SPRN_ESR: in kvmppc_booke_emulate_mtspr()
205 case SPRN_ESR: in kvmppc_booke_emulate_mfspr()
Dbooke_interrupts.S167 mfspr r9, SPRN_ESR
/linux-3.4.99/arch/powerpc/include/asm/
Dreg_booke.h163 #define SPRN_ESR 0x03E /* Exception Syndrome Register */ macro
177 #define SPRN_ESR 0x3D4 /* Exception Syndrome Register */ macro
/linux-3.4.99/arch/powerpc/platforms/wsp/
Dscom_smp.c318 rc[3] = a2_scom_getspr(scom, thread, SPRN_ESR, &esr); in a2_scom_initial_tlb()