Searched refs:SPR_SR_IEE (Results 1 – 7 of 7) 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 | entry.S | 33 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
|
D | head.S | 47 #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/ |
D | irqflags.h | 25 #define ARCH_IRQ_ENABLED (SPR_SR_IEE|SPR_SR_TEE)
|
D | processor.h | 32 | SPR_SR_DCE | SPR_SR_IEE | SPR_SR_TEE)
|
D | spr_defs.h | 207 #define SPR_SR_IEE 0x00000004 /* Interrupt Exception Enable */ macro
|
/arch/openrisc/mm/ |
D | fault.c | 95 if (regs->sr && (SPR_SR_IEE | SPR_SR_TEE)) in do_page_fault()
|