Home
last modified time | relevance | path

Searched refs:SPRN_SDR1 (Results 1 – 10 of 10) sorted by relevance

/arch/powerpc/platforms/powernv/
Dsubcore-asm.S51 mfspr r10, SPRN_SDR1
84 mtspr SPRN_SDR1, r10
/arch/powerpc/platforms/cell/
Dspu_priv1_mmio.c110 out_be64(&spu->priv1->mfc_sdr_RW, mfspr(SPRN_SDR1)); in mfc_sdr_setup()
/arch/powerpc/kernel/
Didle_book3s.S67 mfspr r3,SPRN_SDR1
526 mtspr SPRN_SDR1,r4
Dhead_32.S911 mtspr SPRN_SDR1,r6
/arch/powerpc/kvm/
Dbook3s_emulate.c371 case SPRN_SDR1: in kvmppc_core_emulate_mtspr_pr()
535 case SPRN_SDR1: in kvmppc_core_emulate_mfspr_pr()
Dbook3s_hv_rmhandlers.S596 mtspr SPRN_SDR1,r6 /* switch to partition page table */
1586 mtspr SPRN_SDR1,r6 /* switch to partition page table */
Dbook3s_hv.c3280 kvm->arch.host_sdr1 = mfspr(SPRN_SDR1); in kvmppc_core_init_vm_hv()
/arch/powerpc/mm/
Dhash_utils_64.c903 mtspr(SPRN_SDR1, _SDR1); in htab_initialize()
1041 mtspr(SPRN_SDR1, _SDR1); in hash__early_init_mmu_secondary()
/arch/powerpc/include/asm/
Dreg.h622 #define SPRN_SDR1 0x019 /* MMU Hash Base Register */ macro
/arch/powerpc/xmon/
Dxmon.c1702 mfspr(SPRN_SDR1), mfspr(SPRN_HDAR), mfspr(SPRN_HDSISR)); in dump_206_sprs()