Home
last modified time | relevance | path

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

/Linux-v6.6/arch/openrisc/kernel/
Dirq.c24 return mfspr(SPR_SR) & (SPR_SR_IEE|SPR_SR_TEE); in arch_local_save_flags()
31 mtspr(SPR_SR, ((mfspr(SPR_SR) & ~(SPR_SR_IEE|SPR_SR_TEE)) | flags)); in arch_local_irq_restore()
Dentry.S29 l.movhi t1,hi(~(SPR_SR_IEE|SPR_SR_TEE)) ;\
30 l.ori t1,t1,lo(~(SPR_SR_IEE|SPR_SR_TEE)) ;\
36 l.ori t1,t1,lo(SPR_SR_IEE|SPR_SR_TEE) ;\
83 l.andi r3,r5,(SPR_SR_IEE|SPR_SR_TEE) ;\
986 l.andi r3,r4,(SPR_SR_IEE|SPR_SR_TEE)
Dhead.S44 #define SYSCALL_SR (SPR_SR_DME | SPR_SR_IME | SPR_SR_DCE | SPR_SR_ICE | SPR_SR_IEE | SPR_SR_TEE | …
/Linux-v6.6/arch/openrisc/include/asm/
Dirqflags.h21 #define ARCH_IRQ_ENABLED (SPR_SR_IEE|SPR_SR_TEE)
Dprocessor.h28 | SPR_SR_DCE | SPR_SR_IEE | SPR_SR_TEE)
Dspr_defs.h216 #define SPR_SR_TEE 0x00000002 /* Tick timer Exception Enable */ macro
/Linux-v6.6/arch/openrisc/mm/
Dfault.c92 if (regs->sr && (SPR_SR_IEE | SPR_SR_TEE)) in do_page_fault()