Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/powernv/
H A Dsubcore-asm.S47 mfspr r10, SPRN_SDR1
80 mtspr SPRN_SDR1, r10
H A Didle.c346 sprs.sdr1 = mfspr(SPRN_SDR1); in power7_idle_insn()
466 mtspr(SPRN_SDR1, sprs.sdr1); in power7_idle_insn()
/linux/arch/powerpc/kernel/
H A Dhead_book3s_32.S416 mfspr r2, SPRN_SDR1
472 mfspr r2, SPRN_SDR1
551 mfspr r2, SPRN_SDR1
852 mtspr SPRN_SDR1, r4
881 mtspr SPRN_SDR1, r6
896 mtspr SPRN_SDR1,r6
956 mtspr SPRN_SDR1, r4
/linux/arch/powerpc/mm/book3s32/
H A Dmmu_context.c129 mtspr(SPRN_SDR1, rol32(__pa(next->pgd), 4) & 0xffff01ff); in switch_mmu_context()
/linux/arch/powerpc/kvm/
H A Dbook3s_emulate.c683 case SPRN_SDR1: in kvmppc_core_emulate_mtspr_pr()
883 case SPRN_SDR1: in kvmppc_core_emulate_mfspr_pr()
H A Dbook3s_hv_rmhandlers.S565 mtspr SPRN_SDR1,r6 /* switch to partition page table */
1437 mtspr SPRN_SDR1,r6 /* switch to host page table */
H A Dbook3s_hv.c5761 kvm->arch.host_sdr1 = mfspr(SPRN_SDR1); in kvmppc_core_init_vm_hv()
/linux/arch/powerpc/mm/book3s64/
H A Dhash_utils.c1396 mtspr(SPRN_SDR1, _SDR1); in htab_initialize()
1552 mtspr(SPRN_SDR1, _SDR1); in hash__early_init_mmu_secondary()
/linux/arch/powerpc/include/asm/
H A Dreg.h746 #define SPRN_SDR1 0x019 /* MMU Hash Base Register */ macro
/linux/arch/powerpc/xmon/
H A Dxmon.c2016 mfspr(SPRN_SDR1), mfspr(SPRN_HDAR), mfspr(SPRN_HDSISR)); in dump_206_sprs()