Searched refs:SPRN_SDR1 (Results 1 – 10 of 10) sorted by relevance
/arch/powerpc/platforms/powernv/ |
D | subcore-asm.S | 51 mfspr r10, SPRN_SDR1 84 mtspr SPRN_SDR1, r10
|
/arch/powerpc/platforms/cell/ |
D | spu_priv1_mmio.c | 110 out_be64(&spu->priv1->mfc_sdr_RW, mfspr(SPRN_SDR1)); in mfc_sdr_setup()
|
/arch/powerpc/kernel/ |
D | idle_book3s.S | 67 mfspr r3,SPRN_SDR1 526 mtspr SPRN_SDR1,r4
|
D | head_32.S | 911 mtspr SPRN_SDR1,r6
|
/arch/powerpc/kvm/ |
D | book3s_emulate.c | 371 case SPRN_SDR1: in kvmppc_core_emulate_mtspr_pr() 535 case SPRN_SDR1: in kvmppc_core_emulate_mfspr_pr()
|
D | book3s_hv_rmhandlers.S | 596 mtspr SPRN_SDR1,r6 /* switch to partition page table */ 1586 mtspr SPRN_SDR1,r6 /* switch to partition page table */
|
D | book3s_hv.c | 3280 kvm->arch.host_sdr1 = mfspr(SPRN_SDR1); in kvmppc_core_init_vm_hv()
|
/arch/powerpc/mm/ |
D | hash_utils_64.c | 903 mtspr(SPRN_SDR1, _SDR1); in htab_initialize() 1041 mtspr(SPRN_SDR1, _SDR1); in hash__early_init_mmu_secondary()
|
/arch/powerpc/include/asm/ |
D | reg.h | 622 #define SPRN_SDR1 0x019 /* MMU Hash Base Register */ macro
|
/arch/powerpc/xmon/ |
D | xmon.c | 1702 mfspr(SPRN_SDR1), mfspr(SPRN_HDAR), mfspr(SPRN_HDSISR)); in dump_206_sprs()
|