Searched refs:SPR_SR (Results 1 – 5 of 5) sorted by relevance
/arch/openrisc/kernel/ |
D | irq.c | 28 return mfspr(SPR_SR) & (SPR_SR_IEE|SPR_SR_TEE); in arch_local_save_flags() 35 mtspr(SPR_SR, ((mfspr(SPR_SR) & ~(SPR_SR_IEE|SPR_SR_TEE)) | flags)); in arch_local_irq_restore()
|
D | head.S | 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 [all …]
|
D | process.c | 196 unsigned long sr = mfspr(SPR_SR) & ~SPR_SR_SM; in start_thread()
|
D | entry.S | 32 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
|
/arch/openrisc/include/asm/ |
D | spr_defs.h | 55 #define SPR_SR (SPRGROUP_SYS + 17) /* CZ 21/06/01 */ macro
|