Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/booke/
H A Dtrap_subr.S509 FRAME_SETUP(SPR_SPRG1, PC_TEMPSAVE, EXC_RSVD)
545 FRAME_SETUP(SPR_SPRG1, PC_DISISAVE, EXC_DSI)
554 FRAME_SETUP(SPR_SPRG1, PC_TEMPSAVE, EXC_ISI)
563 FRAME_SETUP(SPR_SPRG1, PC_TEMPSAVE, EXC_EXI)
569 FRAME_SETUP(SPR_SPRG1, PC_TEMPSAVE, EXC_ALI)
575 FRAME_SETUP(SPR_SPRG1, PC_TEMPSAVE, EXC_PGM)
581 FRAME_SETUP(SPR_SPRG1, PC_TEMPSAVE, EXC_FPU)
590 FRAME_SETUP(SPR_SPRG1, PC_TEMPSAVE, EXC_SC)
608 FRAME_SETUP(SPR_SPRG1, PC_TEMPSAVE, EXC_FIT)
626 FRAME_SETUP(SPR_SPRG1, PC_TEMPSAVE, EXC_VEC)
[all …]
/freebsd/sys/powerpc/aim/
H A Daim_machdep.c774 sprgs[1] = mfspr(SPR_SPRG1); in mpc745x_sleep()
800 mtspr(SPR_SPRG1, sprgs[1]); in mpc745x_sleep()
/freebsd/sys/powerpc/include/
H A Dspr.h168 #define SPR_SPRG1 0x111 /* 468 SPR General 1 */ macro