Searched refs:SPRN_ESR (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/arch/powerpc/platforms/44x/ |
D | machine_check.c | 21 mtspr(SPRN_ESR, reason & ~ESR_IMCP); in machine_check_440A() 59 mtspr(SPRN_ESR, reason & ~ESR_IMCP); in machine_check_47x()
|
/Linux-v4.19/arch/powerpc/platforms/4xx/ |
D | machine_check.c | 20 mtspr(SPRN_ESR, reason & ~ESR_IMCP); in machine_check_4xx()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | head_booke.h | 159 mfspr r9,SPRN_ESR; /* in them at the point where the */\ 220 mfspr r5,SPRN_ESR; \ 378 mfspr r5,SPRN_ESR; /* Grab the ESR and save it */ \ 386 mfspr r5,SPRN_ESR; /* Grab the ESR and save it */ \ 403 mfspr r4,SPRN_ESR; /* Grab the ESR and save it */ \
|
D | head_40x.S | 171 mfspr r9,SPRN_ESR; /* in them at the point where the */\ 287 mfspr r10, SPRN_ESR 415 mfspr r4,SPRN_ESR /* Grab the ESR and save it */ 760 mfspr r5,SPRN_ESR /* Grab the ESR, save it, pass arg3 */
|
D | exceptions-64e.S | 140 mfspr r10,SPRN_ESR 234 mtspr SPRN_ESR,r10 578 mfspr r15,SPRN_ESR 602 mfspr r15,SPRN_ESR 610 mfspr r14,SPRN_ESR 1163 mfspr r11,SPRN_ESR
|
D | kvm.c | 529 case KVM_INST_MFSPR(SPRN_ESR): in kvm_check_ins() 619 case KVM_INST_MTSPR(SPRN_ESR): in kvm_check_ins()
|
D | head_44x.S | 357 mfspr r12,SPRN_ESR 594 mfspr r12,SPRN_ESR
|
D | head_fsl_booke.S | 381 mfspr r5,SPRN_ESR /* Grab the ESR, save it, pass arg3 */ 492 mfspr r12,SPRN_ESR
|
D | entry_32.S | 1089 mtspr SPRN_ESR,r10; \
|
/Linux-v4.19/arch/powerpc/mm/ |
D | tlb_low_64e.S | 120 mfspr r11,SPRN_ESR 550 mfspr r14,SPRN_ESR 777 mtspr SPRN_ESR,r15 957 mtspr SPRN_ESR,r16 990 mfspr r14,SPRN_ESR 1172 mtspr SPRN_ESR,r14
|
/Linux-v4.19/arch/powerpc/kvm/ |
D | booke_emulate.c | 140 case SPRN_ESR: in kvmppc_booke_emulate_mtspr() 401 case SPRN_ESR: in kvmppc_booke_emulate_mfspr()
|
D | booke_interrupts.S | 213 mfspr r9, SPRN_ESR
|
D | bookehv_interrupts.S | 153 mfspr r8, SPRN_ESR
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | reg_booke.h | 197 #define SPRN_ESR 0x03E /* Exception Syndrome Register */ macro 211 #define SPRN_ESR 0x3D4 /* Exception Syndrome Register */ macro
|