Searched refs:SPRN_DAR (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/arch/powerpc/kernel/ |
D | head_32.h | 27 mfspr r11, SPRN_DAR 63 mtspr SPRN_DAR, r11 /* Tag DAR, to be used in DTLB Error */
|
D | kvm.c | 450 case KVM_INST_MFSPR(SPRN_DAR): in kvm_check_ins() 553 case KVM_INST_MTSPR(SPRN_DAR): in kvm_check_ins()
|
D | head_8xx.S | 287 mtspr SPRN_DAR, r11 /* Tag DAR */ 330 mfspr r11, SPRN_DAR
|
D | head_book3s_32.S | 467 mtspr SPRN_DAR,r1 /* Set fault address */ 547 20: mtspr SPRN_DAR,r1 /* Set fault address */
|
D | exceptions-64s.S | 338 mfspr r10,SPRN_DAR
|
/linux-6.1.9/arch/powerpc/platforms/powernv/ |
D | opal-fadump.h | 106 case SPRN_DAR: in opal_fadump_set_regval_regnum()
|
/linux-6.1.9/arch/powerpc/kvm/ |
D | book3s_emulate.c | 691 case SPRN_DAR: in kvmppc_core_emulate_mtspr_pr() 891 case SPRN_DAR: in kvmppc_core_emulate_mfspr_pr()
|
D | book3s_hv_p9_entry.c | 716 mtspr(SPRN_DAR, vcpu->arch.shregs.dar); in kvmhv_vcpu_entry_p9() 732 vcpu->arch.shregs.dar = mfspr(SPRN_DAR); in kvmhv_vcpu_entry_p9()
|
D | book3s_hv_rmhandlers.S | 783 mtspr SPRN_DAR, r5 1642 7: mtspr SPRN_DAR, r4 2708 mfspr r5, SPRN_DAR
|
D | book3s_hv.c | 4081 mtspr(SPRN_DAR, vcpu->arch.shregs.dar); in kvmhv_vcpu_entry_p9_nested() 4091 vcpu->arch.shregs.dar = mfspr(SPRN_DAR); in kvmhv_vcpu_entry_p9_nested()
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | reg.h | 309 #define SPRN_DAR 0x013 /* Data Address Register */ macro
|
/linux-6.1.9/arch/powerpc/xmon/ |
D | xmon.c | 2188 printf("toc = "REG" dar = "REG"\n", toc, mfspr(SPRN_DAR)); in super_regs()
|