Searched refs:SPR_SRR1 (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/powerpc/booke/
H A Dtrap_subr.S155 mfspr %r31, SPR_SRR1; /* MSR at interrupt time */ \
510 STANDARD_PROLOG(SPR_SPRG1, PC_TEMPSAVE, SPR_SRR0, SPR_SRR1)
546 STANDARD_PROLOG(SPR_SPRG1, PC_DISISAVE, SPR_SRR0, SPR_SRR1)
555 STANDARD_PROLOG(SPR_SPRG1, PC_TEMPSAVE, SPR_SRR0, SPR_SRR1)
564 STANDARD_PROLOG(SPR_SPRG1, PC_TEMPSAVE, SPR_SRR0, SPR_SRR1)
570 STANDARD_PROLOG(SPR_SPRG1, PC_TEMPSAVE, SPR_SRR0, SPR_SRR1)
576 STANDARD_PROLOG(SPR_SPRG1, PC_TEMPSAVE, SPR_SRR0, SPR_SRR1)
582 STANDARD_PROLOG(SPR_SPRG1, PC_TEMPSAVE, SPR_SRR0, SPR_SRR1)
591 STANDARD_PROLOG(SPR_SPRG1, PC_TEMPSAVE, SPR_SRR0, SPR_SRR1)
600 STANDARD_PROLOG(SPR_SPRG1, PC_TEMPSAVE, SPR_SRR0, SPR_SRR1)
[all...]
H A Dlocore.S216 mtspr SPR_SRR1, %r3
276 mtspr SPR_SRR1, %r3
450 mtspr SPR_SRR1, %r3
525 mtspr SPR_SRR1, %r4
/freebsd-12-stable/sys/powerpc/aim/
H A Dtrap_subr32.S419 mfspr %r3, SPR_SRR1 /* get the saved cr0 bits */
439 mfspr %r3, SPR_SRR1 /* get srr1 */
445 mfspr %r3, SPR_SRR1 /* get srr1 */
451 mtspr SPR_SRR1, %r2 /* set srr1 */
482 mfspr %r3, SPR_SRR1 /* get the saved cr0 bits */
528 mfspr %r3, SPR_SRR1 /* get the saved cr0 bits */
552 mfspr %r3,SPR_SRR1 /* get old msr */
563 mfspr %r3, SPR_SRR1 /* get srr1 */
571 mfspr %r3, SPR_SRR1 /* get srr1 */
580 mtspr SPR_SRR1,
[all...]
H A Daim_machdep.c682 srrs[1] = mfspr(SPR_SRR1);
707 mtspr(SPR_SRR1, srrs[1]);
/freebsd-12-stable/sys/powerpc/include/
H A Dspr.h116 #define SPR_SRR1 0x01b /* 468 Save/Restore Register 1 */ macro

Completed in 65 milliseconds