Home
last modified time | relevance | path

Searched refs:SPRN_DAR (Results 1 – 7 of 7) sorted by relevance

/linux/arch/powerpc/kernel/
H A Dhead_32.h24 mfspr r11, SPRN_DAR
55 mtspr SPRN_DAR, r11 /* Tag DAR, to be used in DTLB Error */
H A Dhead_8xx.S253 mtspr SPRN_DAR, r11 /* Tag DAR */
296 mfspr r11, SPRN_DAR
304 mfspr r11, SPRN_DAR
368 mfspr r10, SPRN_DAR
H A Dkvm.c450 case KVM_INST_MFSPR(SPRN_DAR): in kvm_check_ins()
553 case KVM_INST_MTSPR(SPRN_DAR): in kvm_check_ins()
/linux/arch/powerpc/platforms/powernv/
H A Dopal-fadump.h106 case SPRN_DAR: in opal_fadump_set_regval_regnum()
/linux/arch/powerpc/kvm/
H A Dbook3s_emulate.c691 case SPRN_DAR: in kvmppc_core_emulate_mtspr_pr()
891 case SPRN_DAR: in kvmppc_core_emulate_mfspr_pr()
H A Dbook3s_hv_p9_entry.c716 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()
/linux/arch/powerpc/include/asm/
H A Dreg.h305 #define SPRN_DAR 0x013 /* Data Address Register */ macro