Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Dhead_booke.h158 mfspr r9,SPRN_ESR; /* in them at the point where the */\
219 mfspr r5,SPRN_ESR; \
377 mfspr r5,SPRN_ESR; /* Grab the ESR and save it */ \
385 mfspr r5,SPRN_ESR; /* Grab the ESR and save it */ \
402 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 */
758 mfspr r5,SPRN_ESR /* Grab the ESR, save it, pass arg3 */
Dexceptions-64e.S139 mfspr r10,SPRN_ESR
233 mtspr SPRN_ESR,r10
577 mfspr r15,SPRN_ESR
601 mfspr r15,SPRN_ESR
609 mfspr r14,SPRN_ESR
1144 mfspr r11,SPRN_ESR
Dkvm.c528 case KVM_INST_MFSPR(SPRN_ESR): in kvm_check_ins()
618 case KVM_INST_MTSPR(SPRN_ESR): in kvm_check_ins()
Dtraps.c408 mtspr(SPRN_ESR, reason & ~ESR_IMCP); in machine_check_4xx()
423 mtspr(SPRN_ESR, reason & ~ESR_IMCP); in machine_check_440A()
461 mtspr(SPRN_ESR, reason & ~ESR_IMCP); in machine_check_47x()
Dhead_44x.S356 mfspr r12,SPRN_ESR
593 mfspr r12,SPRN_ESR
Dhead_fsl_booke.S379 mfspr r5,SPRN_ESR /* Grab the ESR, save it, pass arg3 */
490 mfspr r12,SPRN_ESR
Dentry_32.S1020 mtspr SPRN_ESR,r10; \
/linux-4.4.14/arch/powerpc/mm/
Dtlb_low_64e.S119 mfspr r11,SPRN_ESR
549 mfspr r14,SPRN_ESR
776 mtspr SPRN_ESR,r15
956 mtspr SPRN_ESR,r16
989 mfspr r14,SPRN_ESR
1171 mtspr SPRN_ESR,r14
/linux-4.4.14/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-4.4.14/arch/powerpc/include/asm/
Dreg_booke.h197 #define SPRN_ESR 0x03E /* Exception Syndrome Register */ macro
211 #define SPRN_ESR 0x3D4 /* Exception Syndrome Register */ macro