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

/linux-4.4.14/arch/openrisc/kernel/
H A Dirq.c28 return mfspr(SPR_SR) & (SPR_SR_IEE|SPR_SR_TEE); arch_local_save_flags()
35 mtspr(SPR_SR, ((mfspr(SPR_SR) & ~(SPR_SR_IEE|SPR_SR_TEE)) | flags)); arch_local_irq_restore()
H A Dhead.S213 * l.mtspr r0,r3,SPR_SR ;\
453 l.mtspr r0,r3,SPR_SR
547 l.mfspr r30,r0,SPR_SR
551 l.mtspr r0,r30,SPR_SR
646 l.mfspr r6,r0,SPR_SR
650 l.mtspr r0,r5,SPR_SR
686 l.mfspr r6,r0,SPR_SR
688 l.mtspr r0,r6,SPR_SR
712 l.mfspr r6,r0,SPR_SR
716 l.mtspr r0,r5,SPR_SR
748 l.mfspr r6,r0,SPR_SR
750 l.mtspr r0,r6,SPR_SR
H A Dentry.S32 l.mfspr t2,r0,SPR_SR ;\
36 l.mtspr r0,t2,SPR_SR
39 l.mfspr t1,r0,SPR_SR ;\
41 l.mtspr r0,t1,SPR_SR
254 l.mfspr r6,r0,SPR_SR // SR
H A Dprocess.c198 unsigned long sr = mfspr(SPR_SR) & ~SPR_SR_SM; start_thread()
/linux-4.4.14/arch/openrisc/include/asm/
H A Dspr_defs.h55 #define SPR_SR (SPRGROUP_SYS + 17) /* CZ 21/06/01 */ macro

Completed in 97 milliseconds