SPR_SR_TEE 21 arch/openrisc/include/asm/irqflags.h #define ARCH_IRQ_ENABLED (SPR_SR_IEE|SPR_SR_TEE) SPR_SR_TEE 28 arch/openrisc/include/asm/processor.h | SPR_SR_DCE | SPR_SR_IEE | SPR_SR_TEE) SPR_SR_TEE 24 arch/openrisc/kernel/irq.c return mfspr(SPR_SR) & (SPR_SR_IEE|SPR_SR_TEE); SPR_SR_TEE 31 arch/openrisc/kernel/irq.c mtspr(SPR_SR, ((mfspr(SPR_SR) & ~(SPR_SR_IEE|SPR_SR_TEE)) | flags)); SPR_SR_TEE 91 arch/openrisc/mm/fault.c if (regs->sr && (SPR_SR_IEE | SPR_SR_TEE))