Home
last modified time | relevance | path

Searched refs:SPR_SR (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/arch/openrisc/kernel/
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()
Dhead.S263 l.mfspr r30,r0,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
875 l.mfspr r6,r0,SPR_SR
[all …]
Dprocess.c226 unsigned long sr = mfspr(SPR_SR) & ~SPR_SR_SM; in start_thread()
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
307 l.mfspr r6,r0,SPR_SR // SR
Dtraps.c295 return mfspr(SPR_SR) & SPR_SR_DSX; in in_delay_slot()
/linux-6.1.9/arch/openrisc/include/asm/
Dspr_defs.h56 #define SPR_SR (SPRGROUP_SYS + 17) /* CZ 21/06/01 */ macro