Searched refs:SPRN_ESR (Results 1 – 14 of 14) sorted by relevance
/arch/powerpc/platforms/44x/ |
D | machine_check.c | 18 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/ |
D | machine_check.c | 17 mtspr(SPRN_ESR, reason & ~ESR_IMCP); in machine_check_4xx()
|
/arch/powerpc/kernel/ |
D | head_booke.h | 262 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 */ \
|
D | head_40x.S | 127 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 */
|
D | exceptions-64e.S | 125 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
|
D | kvm.c | 519 case KVM_INST_MFSPR(SPRN_ESR): in kvm_check_ins() 609 case KVM_INST_MTSPR(SPRN_ESR): in kvm_check_ins()
|
D | head_44x.S | 356 mfspr r12,SPRN_ESR 591 mfspr r12,SPRN_ESR
|
D | head_fsl_booke.S | 374 mfspr r5,SPRN_ESR /* Grab the ESR, save it, pass arg3 */ 491 mfspr r12,SPRN_ESR
|
D | entry_32.S | 1098 mtspr SPRN_ESR,r10; \
|
/arch/powerpc/mm/nohash/ |
D | tlb_low_64e.S | 119 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/ |
D | booke_emulate.c | 129 case SPRN_ESR: in kvmppc_booke_emulate_mtspr() 390 case SPRN_ESR: in kvmppc_booke_emulate_mfspr()
|
D | booke_interrupts.S | 202 mfspr r9, SPRN_ESR
|
D | bookehv_interrupts.S | 146 mfspr r8, SPRN_ESR
|
/arch/powerpc/include/asm/ |
D | reg_booke.h | 194 #define SPRN_ESR 0x03E /* Exception Syndrome Register */ macro 208 #define SPRN_ESR 0x3D4 /* Exception Syndrome Register */ macro
|