Searched refs:SPR_SRR1 (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/powerpc/booke/ |
H A D | trap_subr.S | 153 mfspr %r31, SPR_SRR1; /* MSR at interrupt time */ \ 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 D | locore.S | 224 mtspr SPR_SRR1, %r3 285 mtspr SPR_SRR1, %r3 511 mtspr SPR_SRR1, %r3 576 mtspr SPR_SRR1, %r4
|
/freebsd/sys/powerpc/aim/ |
H A D | trap_subr32.S | 415 mfspr %r3, SPR_SRR1 /* get the saved cr0 bits */ 435 mfspr %r3, SPR_SRR1 /* get srr1 */ 441 mfspr %r3, SPR_SRR1 /* get srr1 */ 447 mtspr SPR_SRR1, %r2 /* set srr1 */ 478 mfspr %r3, SPR_SRR1 /* get the saved cr0 bits */ 524 mfspr %r3, SPR_SRR1 /* get the saved cr0 bits */ 548 mfspr %r3,SPR_SRR1 /* get old msr */ 559 mfspr %r3, SPR_SRR1 /* get srr1 */ 567 mfspr %r3, SPR_SRR1 /* get srr1 */ 576 mtspr SPR_SRR1, %r2 /* set srr1 */
|
H A D | aim_machdep.c | 779 srrs[1] = mfspr(SPR_SRR1); in mpc745x_sleep() 805 mtspr(SPR_SRR1, srrs[1]); in mpc745x_sleep()
|
/freebsd/sys/powerpc/include/ |
H A D | spr.h | 124 #define SPR_SRR1 0x01b /* 468 Save/Restore Register 1 */ macro
|