Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/powerpc/aim/
Dmachdep.c915 sprgs[0] = mfspr(SPR_SPRG0); in cpu_sleep()
940 mtspr(SPR_SPRG0, sprgs[0]); in cpu_sleep()
/freebsd-10-stable/sys/powerpc/include/
Dspr.h123 #define SPR_SPRG0 0x110 /* 468 SPR General 0 */ macro