Home
last modified time | relevance | path

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

/trueos/sys/powerpc/aim/
HDmachdep.c893 static register_t sprgs[4]; in cpu_sleep() local
915 sprgs[0] = mfspr(SPR_SPRG0); in cpu_sleep()
916 sprgs[1] = mfspr(SPR_SPRG1); in cpu_sleep()
917 sprgs[2] = mfspr(SPR_SPRG2); in cpu_sleep()
918 sprgs[3] = mfspr(SPR_SPRG3); in cpu_sleep()
940 mtspr(SPR_SPRG0, sprgs[0]); in cpu_sleep()
941 mtspr(SPR_SPRG1, sprgs[1]); in cpu_sleep()
942 mtspr(SPR_SPRG2, sprgs[2]); in cpu_sleep()
943 mtspr(SPR_SPRG3, sprgs[3]); in cpu_sleep()