Searched refs:SPRN_SDR1 (Results 1 – 12 of 12) sorted by relevance
/linux-6.6.21/arch/powerpc/platforms/powernv/ |
D | subcore-asm.S | 47 mfspr r10, SPRN_SDR1 80 mtspr SPRN_SDR1, r10
|
D | idle.c | 346 sprs.sdr1 = mfspr(SPRN_SDR1); in power7_idle_insn() 466 mtspr(SPRN_SDR1, sprs.sdr1); in power7_idle_insn()
|
/linux-6.6.21/arch/powerpc/kernel/ |
D | head_book3s_32.S | 426 mfspr r2, SPRN_SDR1 490 mfspr r2, SPRN_SDR1 570 mfspr r2, SPRN_SDR1 861 mtspr SPRN_SDR1, r4 890 mtspr SPRN_SDR1, r6 905 mtspr SPRN_SDR1,r6 965 mtspr SPRN_SDR1, r4
|
/linux-6.6.21/arch/powerpc/mm/book3s32/ |
D | mmu_context.c | 129 mtspr(SPRN_SDR1, rol32(__pa(next->pgd), 4) & 0xffff01ff); in switch_mmu_context()
|
/linux-6.6.21/arch/powerpc/platforms/cell/ |
D | spu_priv1_mmio.c | 97 out_be64(&spu->priv1->mfc_sdr_RW, mfspr(SPRN_SDR1)); in mfc_sdr_setup()
|
/linux-6.6.21/arch/powerpc/kvm/ |
D | book3s_emulate.c | 683 case SPRN_SDR1: in kvmppc_core_emulate_mtspr_pr() 883 case SPRN_SDR1: in kvmppc_core_emulate_mfspr_pr()
|
D | book3s_hv_rmhandlers.S | 565 mtspr SPRN_SDR1,r6 /* switch to partition page table */ 1437 mtspr SPRN_SDR1,r6 /* switch to host page table */
|
D | book3s_hv.c | 5440 kvm->arch.host_sdr1 = mfspr(SPRN_SDR1); in kvmppc_core_init_vm_hv()
|
/linux-6.6.21/drivers/misc/cxl/ |
D | native.c | 742 ctx->elem->u.sdr = cpu_to_be64(mfspr(SPRN_SDR1)); in cxl_attach_afu_directed_psl8() 862 cxl_p1n_write(afu, CXL_PSL_SDR_An, mfspr(SPRN_SDR1)); in cxl_activate_dedicated_process_psl8()
|
/linux-6.6.21/arch/powerpc/mm/book3s64/ |
D | hash_utils.c | 1123 mtspr(SPRN_SDR1, _SDR1); in htab_initialize() 1286 mtspr(SPRN_SDR1, _SDR1); in hash__early_init_mmu_secondary()
|
/linux-6.6.21/arch/powerpc/include/asm/ |
D | reg.h | 750 #define SPRN_SDR1 0x019 /* MMU Hash Base Register */ macro
|
/linux-6.6.21/arch/powerpc/xmon/ |
D | xmon.c | 2035 mfspr(SPRN_SDR1), mfspr(SPRN_HDAR), mfspr(SPRN_HDSISR)); in dump_206_sprs()
|