Home
last modified time | relevance | path

Searched refs:SPR_SR_IEE (Results 1 – 7 of 7) sorted by relevance

/arch/openrisc/kernel/
Dirq.c28 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()
Dentry.S33 l.movhi t1,hi(~(SPR_SR_IEE|SPR_SR_TEE)) ;\
34 l.ori t1,t1,lo(~(SPR_SR_IEE|SPR_SR_TEE)) ;\
40 l.ori t1,t1,lo(SPR_SR_IEE|SPR_SR_TEE) ;\
489 l.andi r4,r4,SPR_SR_IEE
510 l.ori r4,r4,SPR_SR_IEE // fix the bug
Dhead.S47 #define SYSCALL_SR (SPR_SR_DME | SPR_SR_IME | SPR_SR_DCE | SPR_SR_ICE | SPR_SR_IEE | SPR_SR_TEE | …
/arch/openrisc/include/asm/
Dirqflags.h25 #define ARCH_IRQ_ENABLED (SPR_SR_IEE|SPR_SR_TEE)
Dprocessor.h32 | SPR_SR_DCE | SPR_SR_IEE | SPR_SR_TEE)
Dspr_defs.h207 #define SPR_SR_IEE 0x00000004 /* Interrupt Exception Enable */ macro
/arch/openrisc/mm/
Dfault.c95 if (regs->sr && (SPR_SR_IEE | SPR_SR_TEE)) in do_page_fault()