Searched refs:SPRN_SDR1 (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/arch/powerpc/platforms/powernv/ |
D | subcore-asm.S | 51 mfspr r10, SPRN_SDR1 84 mtspr SPRN_SDR1, r10
|
/linux-4.1.27/arch/powerpc/platforms/cell/ |
D | spu_priv1_mmio.c | 110 out_be64(&spu->priv1->mfc_sdr_RW, mfspr(SPRN_SDR1)); in mfc_sdr_setup()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | idle_power7.S | 220 mfspr r3,SPRN_SDR1 357 mtspr SPRN_SDR1,r4
|
D | head_32.S | 911 mtspr SPRN_SDR1,r6
|
/linux-4.1.27/arch/powerpc/kvm/ |
D | book3s_emulate.c | 370 case SPRN_SDR1: in kvmppc_core_emulate_mtspr_pr() 533 case SPRN_SDR1: in kvmppc_core_emulate_mfspr_pr()
|
D | book3s_hv_rmhandlers.S | 456 mtspr SPRN_SDR1,r6 /* switch to partition page table */ 1571 mtspr SPRN_SDR1,r6 /* switch to partition page table */
|
D | book3s_hv.c | 2539 kvm->arch.host_sdr1 = mfspr(SPRN_SDR1); in kvmppc_core_init_vm_hv()
|
/linux-4.1.27/drivers/misc/cxl/ |
D | native.c | 443 ctx->elem->sdr = cpu_to_be64(mfspr(SPRN_SDR1)); in attach_afu_directed() 518 cxl_p1n_write(afu, CXL_PSL_SDR_An, mfspr(SPRN_SDR1)); in activate_dedicated_process()
|
/linux-4.1.27/arch/powerpc/mm/ |
D | hash_utils_64.c | 740 mtspr(SPRN_SDR1, _SDR1); in htab_initialize() 841 mtspr(SPRN_SDR1, _SDR1); in early_init_mmu_secondary()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | reg.h | 590 #define SPRN_SDR1 0x019 /* MMU Hash Base Register */ macro
|