Searched refs:SPRN_ESR (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/arch/powerpc/platforms/44x/ |
H A D | machine_check.c | 19 mtspr(SPRN_ESR, reason & ~ESR_IMCP); in machine_check_440A() 57 mtspr(SPRN_ESR, reason & ~ESR_IMCP); in machine_check_47x()
|
/openbmc/linux/arch/powerpc/platforms/4xx/ |
H A D | machine_check.c | 17 mtspr(SPRN_ESR, reason & ~ESR_IMCP); in machine_check_4xx()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | head_booke.h | 228 mfspr r9,SPRN_ESR; /* in them at the point where the */\ 319 mfspr r5,SPRN_ESR; \ 460 mfspr r5,SPRN_ESR; /* Grab the ESR and save it */ \ 500 mfspr r4,SPRN_ESR; /* Grab the ESR and save it */ \
|
H A D | exceptions-64e.S | 126 mfspr r10,SPRN_ESR 199 mtspr SPRN_ESR,r10 532 mfspr r15,SPRN_ESR 562 mfspr r15,SPRN_ESR 574 mfspr r14,SPRN_ESR 1052 mfspr r11,SPRN_ESR
|
H A 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()
|
H A D | head_32.h | 31 mfspr r11, SPRN_ESR
|
H A D | head_44x.S | 357 mfspr r12,SPRN_ESR 601 mfspr r12,SPRN_ESR
|
H A D | entry_32.S | 430 mtspr SPRN_ESR,r10; \
|
H A D | head_85xx.S | 368 mfspr r5,SPRN_ESR /* Grab the ESR, save it */ 486 mfspr r12,SPRN_ESR
|
H A D | head_40x.S | 117 mfspr r11,SPRN_ESR
|
/openbmc/linux/arch/powerpc/mm/nohash/ |
H A D | tlb_low_64e.S | 113 mfspr r11,SPRN_ESR 530 mfspr r14,SPRN_ESR 733 mtspr SPRN_ESR,r15 883 mtspr SPRN_ESR,r16
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | booke_emulate.c | 129 case SPRN_ESR: in kvmppc_booke_emulate_mtspr() 390 case SPRN_ESR: in kvmppc_booke_emulate_mfspr()
|
H A D | booke_interrupts.S | 202 mfspr r9, SPRN_ESR
|
H A D | bookehv_interrupts.S | 146 mfspr r8, SPRN_ESR
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | reg_booke.h | 193 #define SPRN_ESR 0x03E /* Exception Syndrome Register */ macro 207 #define SPRN_ESR 0x3D4 /* Exception Syndrome Register */ macro
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | processor.h | 207 #define SPRN_ESR 0x3D4 /* Exception Syndrome Register */ macro 209 #define SPRN_ESR 0x03E /* Book E Exception Syndrome Register */ macro 622 #define ESR SPRN_ESR /* Exception Syndrome Register */
|