Lines Matching refs:mfspr
217 scratch = mfspr(SPR_HID5);
657 msscr0 = mfspr(SPR_MSSCR0);
671 mtspr(SPR_LDSTCR, mfspr(SPR_LDSTCR) | 0xFF);
702 cache_reg = mfspr(SPR_L2CR);
708 while (mfspr(SPR_L2CR) & L2CR_L2HWF)
716 while (mfspr(SPR_L2CR) & L2CR_L2I)
721 cache_reg = mfspr(SPR_L3CR);
727 while (mfspr(SPR_L3CR) & L3CR_L3HWF)
735 while (mfspr(SPR_L3CR) & L3CR_L3I)
740 mtspr(SPR_HID0, mfspr(SPR_HID0) & ~HID0_DCE);
774 sprgs[0] = mfspr(SPR_SPRG0);
775 sprgs[1] = mfspr(SPR_SPRG1);
776 sprgs[2] = mfspr(SPR_SPRG2);
777 sprgs[3] = mfspr(SPR_SPRG3);
778 srrs[0] = mfspr(SPR_SRR0);
779 srrs[1] = mfspr(SPR_SRR1);
783 hid0 = mfspr(SPR_HID0);