Searched refs:SPR_SR_TEE (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/arch/openrisc/kernel/
H A Dirq.c28 return mfspr(SPR_SR) & (SPR_SR_IEE|SPR_SR_TEE); arch_local_save_flags()
35 mtspr(SPR_SR, ((mfspr(SPR_SR) & ~(SPR_SR_IEE|SPR_SR_TEE)) | flags)); arch_local_irq_restore()
H A 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) ;\
H A Dhead.S47 #define SYSCALL_SR (SPR_SR_DME | SPR_SR_IME | SPR_SR_DCE | SPR_SR_ICE | SPR_SR_IEE | SPR_SR_TEE | SPR_SR_SM)
/linux-4.4.14/arch/openrisc/include/asm/
H A Dirqflags.h25 #define ARCH_IRQ_ENABLED (SPR_SR_IEE|SPR_SR_TEE)
H A Dprocessor.h32 | SPR_SR_DCE | SPR_SR_IEE | SPR_SR_TEE)
H A Dspr_defs.h206 #define SPR_SR_TEE 0x00000002 /* Tick timer Exception Enable */ macro
/linux-4.4.14/arch/openrisc/mm/
H A Dfault.c95 if (regs->sr && (SPR_SR_IEE | SPR_SR_TEE)) do_page_fault()

Completed in 63 milliseconds