Searched refs:SPRN_DEAR (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.10/arch/powerpc/mm/nohash/ |
D | tlb_low_64e.S | 93 tlb_prolog_bolted BOOKE_INTERRUPT_DTLB_MISS SPRN_DEAR 277 tlb_prolog_bolted BOOKE_INTERRUPT_DTLB_MISS SPRN_DEAR 536 mfspr r16,SPRN_DEAR /* get faulting address */ 741 mtspr SPRN_DEAR,r14 916 mtspr SPRN_DEAR,r15 948 mfspr r16,SPRN_DEAR /* get faulting address */ 1115 mtspr SPRN_DEAR,r16
|
/Linux-v5.10/arch/powerpc/kernel/ |
D | head_40x.S | 123 mfspr r12,SPRN_DEAR; /* save DEAR and ESR in the frame */\ 184 mfspr r4, SPRN_DEAR /* Grab the DEAR, save it, pass arg2 */ 205 mfspr r4,SPRN_DEAR /* Grab the DEAR and save it */ 259 mfspr r10, SPRN_DEAR /* Get faulting address */
|
D | head_booke.h | 262 mfspr r12,SPRN_DEAR; /* save DEAR and ESR in the frame */\ 471 mfspr r4,SPRN_DEAR; /* Grab the DEAR */ \ 488 mfspr r4,SPRN_DEAR; /* Grab the DEAR and save it */ \
|
D | kvm.c | 448 case KVM_INST_MFSPR(SPRN_DEAR): in kvm_check_ins() 551 case KVM_INST_MTSPR(SPRN_DEAR): in kvm_check_ins()
|
D | head_44x.S | 314 mfspr r10, SPRN_DEAR /* Get faulting address */ 394 mfspr r10,SPRN_DEAR 559 mfspr r10,SPRN_DEAR /* Get faulting address */
|
D | exceptions-64e.S | 124 mfspr r10,SPRN_DEAR 218 mtspr SPRN_DEAR,r10 588 mfspr r14,SPRN_DEAR 612 mfspr r14,SPRN_DEAR 1374 mfspr r10,SPRN_DEAR
|
D | head_fsl_booke.S | 378 mfspr r4,SPRN_DEAR /* Grab the DEAR, save it, pass arg2 */ 458 mfspr r10, SPRN_DEAR /* Get faulting address */
|
D | entry_32.S | 1111 mtspr SPRN_DEAR,r9; \
|
/Linux-v5.10/arch/powerpc/kvm/ |
D | booke_emulate.c | 126 case SPRN_DEAR: in kvmppc_booke_emulate_mtspr() 387 case SPRN_DEAR: in kvmppc_booke_emulate_mfspr()
|
D | booke_interrupts.S | 196 mfspr r9, SPRN_DEAR
|
D | bookehv_interrupts.S | 151 mfspr r9, SPRN_DEAR
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | reg_booke.h | 192 #define SPRN_DEAR 0x03D /* Data Error Address Register */ macro 208 #define SPRN_DEAR 0x3D5 /* Data Error Address Register */ macro
|