Lines Matching refs:mfspr
1197 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) | DBCR0_IC | DBCR0_IDM); in do_step()
2030 mfspr(SPRN_SRR0), mfspr(SPRN_SRR1), mfspr(SPRN_DSISR)); in dump_206_sprs()
2032 mfspr(SPRN_DSCR), mfspr(SPRN_PPR), mfspr(SPRN_PIR)); in dump_206_sprs()
2034 mfspr(SPRN_AMR), mfspr(SPRN_UAMOR)); in dump_206_sprs()
2040 mfspr(SPRN_SDR1), mfspr(SPRN_HDAR), mfspr(SPRN_HDSISR)); in dump_206_sprs()
2042 mfspr(SPRN_HSRR0), mfspr(SPRN_HSRR1), mfspr(SPRN_HDEC)); in dump_206_sprs()
2044 mfspr(SPRN_LPCR), mfspr(SPRN_PCR), mfspr(SPRN_LPID)); in dump_206_sprs()
2046 mfspr(SPRN_HSPRG0), mfspr(SPRN_HSPRG1), mfspr(SPRN_AMOR)); in dump_206_sprs()
2048 mfspr(SPRN_DABR), mfspr(SPRN_DABRX)); in dump_206_sprs()
2061 mfspr(SPRN_DPDES), mfspr(SPRN_TIR), mfspr(SPRN_CIR)); in dump_207_sprs()
2064 mfspr(SPRN_FSCR), mfspr(SPRN_TAR), mfspr(SPRN_PSPB)); in dump_207_sprs()
2070 mfspr(SPRN_TFHAR), mfspr(SPRN_TFIAR), in dump_207_sprs()
2071 mfspr(SPRN_TEXASR)); in dump_207_sprs()
2075 mfspr(SPRN_MMCR0), mfspr(SPRN_MMCR1), mfspr(SPRN_MMCR2)); in dump_207_sprs()
2077 mfspr(SPRN_PMC1), mfspr(SPRN_PMC2), in dump_207_sprs()
2078 mfspr(SPRN_PMC3), mfspr(SPRN_PMC4)); in dump_207_sprs()
2080 mfspr(SPRN_MMCRA), mfspr(SPRN_SIAR), mfspr(SPRN_PMC5)); in dump_207_sprs()
2082 mfspr(SPRN_SDAR), mfspr(SPRN_SIER), mfspr(SPRN_PMC6)); in dump_207_sprs()
2084 mfspr(SPRN_EBBHR), mfspr(SPRN_EBBRR), mfspr(SPRN_BESCR)); in dump_207_sprs()
2085 printf("iamr = %.16lx\n", mfspr(SPRN_IAMR)); in dump_207_sprs()
2091 mfspr(SPRN_HFSCR), mfspr(SPRN_DHDES), mfspr(SPRN_RPR)); in dump_207_sprs()
2093 mfspr(SPRN_DAWR0), mfspr(SPRN_DAWRX0)); in dump_207_sprs()
2096 mfspr(SPRN_DAWR1), mfspr(SPRN_DAWRX1)); in dump_207_sprs()
2098 printf("ciabr = %.16lx\n", mfspr(SPRN_CIABR)); in dump_207_sprs()
2111 mfspr(SPRN_PID), mfspr(SPRN_TIDR)); in dump_300_sprs()
2113 hv ? mfspr(SPRN_PSSCR) : mfspr(SPRN_PSSCR_PR)); in dump_300_sprs()
2119 mfspr(SPRN_PTCR), mfspr(SPRN_ASDR)); in dump_300_sprs()
2130 mfspr(SPRN_MMCR3), mfspr(SPRN_SIER2), mfspr(SPRN_SIER3)); in dump_310_sprs()
2178 mfmsr(), mfspr(SPRN_SPRG0)); in super_regs()
2180 mfspr(SPRN_PVR), mfspr(SPRN_SPRG1)); in super_regs()
2182 mfspr(SPRN_DEC), mfspr(SPRN_SPRG2)); in super_regs()
2183 printf("sp = "REG" sprg3 = "REG"\n", sp, mfspr(SPRN_SPRG3)); in super_regs()
2184 printf("toc = "REG" dar = "REG"\n", toc, mfspr(SPRN_DAR)); in super_regs()
3864 mmucfg = mfspr(SPRN_MMUCFG); in dump_tlb_book3e()
3884 tlbcfg = mfspr(SPRN_TLB0CFG); in dump_tlb_book3e()
3887 tlbcfg = mfspr(SPRN_TLB1CFG); in dump_tlb_book3e()
3890 tlbcfg = mfspr(SPRN_TLB2CFG); in dump_tlb_book3e()
3893 tlbcfg = mfspr(SPRN_TLB3CFG); in dump_tlb_book3e()
3919 mas1 = mfspr(SPRN_MAS1); in dump_tlb_book3e()
3920 mas2 = mfspr(SPRN_MAS2); in dump_tlb_book3e()
3921 mas7_mas3 = mfspr(SPRN_MAS7_MAS3); in dump_tlb_book3e()