Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/powerpc/aim/
Daim_machdep.c680 sprgs[3] = mfspr(SPR_SPRG3); in cpu_sleep()
705 mtspr(SPR_SPRG3, sprgs[3]); in cpu_sleep()
/freebsd-12-stable/sys/powerpc/booke/
Dtrap_subr.S532 STANDARD_PROLOG(SPR_SPRG3, PC_BOOKE_MCHKSAVE, SPR_MCSRR0, SPR_MCSRR1)
533 FRAME_SETUP(SPR_SPRG3, PC_BOOKE_MCHKSAVE, EXC_MCHK)
668 STANDARD_PROLOG(SPR_SPRG3, PC_TEMPSAVE, SPR_SRR0, SPR_SRR1)
669 FRAME_SETUP(SPR_SPRG3, PC_TEMPSAVE, EXC_PERF)
/freebsd-12-stable/sys/powerpc/include/
Dspr.h143 #define SPR_SPRG3 0x113 /* 468 SPR General 3 */ macro