Searched refs:SPRN_ESR (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/arch/powerpc/kernel/ |
D | head_booke.h | 158 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 */ \
|
D | head_40x.S | 169 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 */
|
D | exceptions-64e.S | 139 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
|
D | kvm.c | 528 case KVM_INST_MFSPR(SPRN_ESR): in kvm_check_ins() 618 case KVM_INST_MTSPR(SPRN_ESR): in kvm_check_ins()
|
D | traps.c | 406 mtspr(SPRN_ESR, reason & ~ESR_IMCP); in machine_check_4xx() 421 mtspr(SPRN_ESR, reason & ~ESR_IMCP); in machine_check_440A() 459 mtspr(SPRN_ESR, reason & ~ESR_IMCP); in machine_check_47x()
|
D | head_44x.S | 356 mfspr r12,SPRN_ESR 593 mfspr r12,SPRN_ESR
|
D | head_fsl_booke.S | 379 mfspr r5,SPRN_ESR /* Grab the ESR, save it, pass arg3 */ 490 mfspr r12,SPRN_ESR
|
D | entry_32.S | 1015 mtspr SPRN_ESR,r10; \
|
/linux-4.1.27/arch/powerpc/mm/ |
D | tlb_low_64e.S | 113 mfspr r11,SPRN_ESR 495 mfspr r14,SPRN_ESR 722 mtspr SPRN_ESR,r15 902 mtspr SPRN_ESR,r16 935 mfspr r14,SPRN_ESR 1117 mtspr SPRN_ESR,r14
|
/linux-4.1.27/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-4.1.27/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
|