Searched refs:SPRN_ESR (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.10/arch/powerpc/platforms/44x/ |
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()
|
/Linux-v5.10/arch/powerpc/platforms/4xx/ |
D | machine_check.c | 17 mtspr(SPRN_ESR, reason & ~ESR_IMCP); in machine_check_4xx()
|
/Linux-v5.10/arch/powerpc/kernel/ |
D | head_booke.h | 264 mfspr r9,SPRN_ESR; /* in them at the point where the */\ 324 mfspr r5,SPRN_ESR; \ 469 mfspr r5,SPRN_ESR; /* Grab the ESR and save it */ \ 478 mfspr r5,SPRN_ESR; /* Grab the ESR and save it */ \ 496 mfspr r4,SPRN_ESR; /* Grab the ESR and save it */ \
|
D | head_40x.S | 125 mfspr r9,SPRN_ESR; /* in them at the point where the */\ 182 mfspr r5, SPRN_ESR /* Grab the ESR, save it, pass arg3 */ 213 mfspr r4,SPRN_ESR /* Grab the ESR and save it */
|
D | exceptions-64e.S | 126 mfspr r10,SPRN_ESR 220 mtspr SPRN_ESR,r10 589 mfspr r15,SPRN_ESR 613 mfspr r15,SPRN_ESR 621 mfspr r14,SPRN_ESR 1375 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 | 376 mfspr r5,SPRN_ESR /* Grab the ESR, save it, pass arg3 */ 494 mfspr r12,SPRN_ESR
|
D | entry_32.S | 1112 mtspr SPRN_ESR,r10; \
|
/Linux-v5.10/arch/powerpc/mm/nohash/ |
D | tlb_low_64e.S | 117 mfspr r11,SPRN_ESR 535 mfspr r14,SPRN_ESR 742 mtspr SPRN_ESR,r15 917 mtspr SPRN_ESR,r16 947 mfspr r14,SPRN_ESR 1116 mtspr SPRN_ESR,r14
|
/Linux-v5.10/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
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | reg_booke.h | 193 #define SPRN_ESR 0x03E /* Exception Syndrome Register */ macro 207 #define SPRN_ESR 0x3D4 /* Exception Syndrome Register */ macro
|