Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/booke/
H A Dtrap_subr.S152 mfspr %r30, SPR_SRR0; \
508 STANDARD_PROLOG(SPR_SPRG1, PC_TEMPSAVE, SPR_SRR0, SPR_SRR1)
544 STANDARD_PROLOG(SPR_SPRG1, PC_DISISAVE, SPR_SRR0, SPR_SRR1)
553 STANDARD_PROLOG(SPR_SPRG1, PC_TEMPSAVE, SPR_SRR0, SPR_SRR1)
562 STANDARD_PROLOG(SPR_SPRG1, PC_TEMPSAVE, SPR_SRR0, SPR_SRR1)
568 STANDARD_PROLOG(SPR_SPRG1, PC_TEMPSAVE, SPR_SRR0, SPR_SRR1)
574 STANDARD_PROLOG(SPR_SPRG1, PC_TEMPSAVE, SPR_SRR0, SPR_SRR1)
580 STANDARD_PROLOG(SPR_SPRG1, PC_TEMPSAVE, SPR_SRR0, SPR_SRR1)
589 STANDARD_PROLOG(SPR_SPRG1, PC_TEMPSAVE, SPR_SRR0, SPR_SRR1)
598 STANDARD_PROLOG(SPR_SPRG1, PC_TEMPSAVE, SPR_SRR0, SPR_SRR1)
[all …]
H A Dlocore.S223 mtspr SPR_SRR0, %r4
284 mtspr SPR_SRR0, %r4
510 mtspr SPR_SRR0, %r4
575 mtspr SPR_SRR0, %r3
/freebsd/sys/powerpc/aim/
H A Daim_machdep.c778 srrs[0] = mfspr(SPR_SRR0); in mpc745x_sleep()
804 mtspr(SPR_SRR0, srrs[0]); in mpc745x_sleep()
/freebsd/sys/powerpc/include/
H A Dspr.h123 #define SPR_SRR0 0x01a /* 468 Save/Restore Register 0 */ macro