Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/booke/
H A Dtrap_subr.S516 STANDARD_CRIT_PROLOG(SPR_SPRG2, PC_BOOKE_CRITSAVE, SPR_CSRR0, SPR_CSRR1)
517 FRAME_SETUP(SPR_SPRG2, PC_BOOKE_CRITSAVE, EXC_CRIT)
958 STANDARD_CRIT_PROLOG(SPR_SPRG2, PC_BOOKE_CRITSAVE, SPR_CSRR0, SPR_CSRR1)
959 FRAME_SETUP(SPR_SPRG2, PC_BOOKE_CRITSAVE, EXC_DEBUG)
965 STANDARD_CRIT_PROLOG(SPR_SPRG2, PC_BOOKE_CRITSAVE, SPR_DSRR0, SPR_DSRR1)
966 FRAME_SETUP(SPR_SPRG2, PC_BOOKE_CRITSAVE, EXC_DEBUG)
/freebsd/sys/powerpc/aim/
H A Daim_machdep.c775 sprgs[2] = mfspr(SPR_SPRG2); in mpc745x_sleep()
801 mtspr(SPR_SPRG2, sprgs[2]); in mpc745x_sleep()
/freebsd/sys/powerpc/include/
H A Dspr.h169 #define SPR_SPRG2 0x112 /* 468 SPR General 2 */ macro