Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/openrisc/kernel/
H A Dirq.c24 return mfspr(SPR_SR) & (SPR_SR_IEE|SPR_SR_TEE); in arch_local_save_flags()
31 mtspr(SPR_SR, ((mfspr(SPR_SR) & ~(SPR_SR_IEE|SPR_SR_TEE)) | flags)); in arch_local_irq_restore()
H A Dhead.S263 l.mfspr r30,r0,SPR_SR ;\
279 * l.mtspr r0,r3,SPR_SR ;\
522 l.mtspr r0,r3,SPR_SR
618 l.mfspr r30,r0,SPR_SR
622 l.mtspr r0,r30,SPR_SR
737 l.mfspr r25,r0,SPR_SR
739 l.mtspr r0,r25,SPR_SR
792 l.mfspr r30,r0,SPR_SR
831 l.mfspr r6,r0,SPR_SR
835 l.mtspr r0,r5,SPR_SR
[all...]
H A Dprocess.c208 unsigned long sr = mfspr(SPR_SR) & ~SPR_SR_SM; in start_thread()
H A Dentry.S28 l.mfspr t2,r0,SPR_SR ;\
32 l.mtspr r0,t2,SPR_SR
35 l.mfspr t1,r0,SPR_SR ;\
37 l.mtspr r0,t1,SPR_SR
305 l.mfspr r6,r0,SPR_SR // SR
H A Dtraps.c291 return mfspr(SPR_SR) & SPR_SR_DSX; in in_delay_slot()
/kernel/linux/linux-6.6/arch/openrisc/kernel/
H A Dirq.c24 return mfspr(SPR_SR) & (SPR_SR_IEE|SPR_SR_TEE); in arch_local_save_flags()
31 mtspr(SPR_SR, ((mfspr(SPR_SR) & ~(SPR_SR_IEE|SPR_SR_TEE)) | flags)); in arch_local_irq_restore()
H A Dhead.S263 l.mfspr r30,r0,SPR_SR ;\
279 * l.mtspr r0,r3,SPR_SR ;\
526 l.mtspr r0,r3,SPR_SR
622 l.mfspr r30,r0,SPR_SR
626 l.mtspr r0,r30,SPR_SR
741 l.mfspr r25,r0,SPR_SR
743 l.mtspr r0,r25,SPR_SR
796 l.mfspr r30,r0,SPR_SR
835 l.mfspr r6,r0,SPR_SR
839 l.mtspr r0,r5,SPR_SR
[all...]
H A Dprocess.c227 unsigned long sr = mfspr(SPR_SR) & ~SPR_SR_SM; in start_thread()
H A Dentry.S28 l.mfspr t2,r0,SPR_SR ;\
32 l.mtspr r0,t2,SPR_SR
35 l.mfspr t1,r0,SPR_SR ;\
37 l.mtspr r0,t1,SPR_SR
311 l.mfspr r6,r0,SPR_SR // SR
H A Dtraps.c253 return mfspr(SPR_SR) & SPR_SR_DSX; in in_delay_slot()
/kernel/linux/linux-5.10/arch/openrisc/include/asm/
H A Dspr_defs.h56 #define SPR_SR (SPRGROUP_SYS + 17) /* CZ 21/06/01 */ macro
/kernel/linux/linux-6.6/arch/openrisc/include/asm/
H A Dspr_defs.h56 #define SPR_SR (SPRGROUP_SYS + 17) /* CZ 21/06/01 */ macro

Completed in 15 milliseconds