Lines Matching refs:mfspr
975 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) | DBCR0_IC | DBCR0_IDM); in do_step()
1692 mfmsr(), mfspr(SPRN_SPRG0)); in super_regs()
1694 mfspr(SPRN_PVR), mfspr(SPRN_SPRG1)); in super_regs()
1696 mfspr(SPRN_DEC), mfspr(SPRN_SPRG2)); in super_regs()
1697 printf("sp = "REG" sprg3= "REG"\n", sp, mfspr(SPRN_SPRG3)); in super_regs()
1698 printf("toc = "REG" dar = "REG"\n", toc, mfspr(SPRN_DAR)); in super_regs()
2847 mmucfg = mfspr(SPRN_MMUCFG); in dump_tlb_book3e()
2867 tlbcfg = mfspr(SPRN_TLB0CFG); in dump_tlb_book3e()
2870 tlbcfg = mfspr(SPRN_TLB1CFG); in dump_tlb_book3e()
2873 tlbcfg = mfspr(SPRN_TLB2CFG); in dump_tlb_book3e()
2876 tlbcfg = mfspr(SPRN_TLB3CFG); in dump_tlb_book3e()
2902 mas1 = mfspr(SPRN_MAS1); in dump_tlb_book3e()
2903 mas2 = mfspr(SPRN_MAS2); in dump_tlb_book3e()
2904 mas7_mas3 = mfspr(SPRN_MAS7_MAS3); in dump_tlb_book3e()