Home
last modified time | relevance | path

Searched refs:PS_EXCM_BIT (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/arch/xtensa/include/asm/
Dirqflags.h72 #if XCHAL_EXCM_LEVEL < LOCKLEVEL || (1 << PS_EXCM_BIT) < LOCKLEVEL in arch_irqs_disabled_flags()
75 return (flags & (PS_INTLEVEL_MASK | (1 << PS_EXCM_BIT))) >= LOCKLEVEL; in arch_irqs_disabled_flags()
Dprocessor.h186 (1 << PS_EXCM_BIT))
192 (1 << PS_EXCM_BIT))
Dregs.h93 #define PS_EXCM_BIT 4 macro
/Linux-v5.4/arch/xtensa/kernel/
Dptrace.c47 .ps = regs->ps & ~(1 << PS_EXCM_BIT), in gpr_get()
296 tmp = (regs->ps & ~(1 << PS_EXCM_BIT)); in ptrace_peekusr()
Dvectors.S691 addi a0, a0, (1 << PS_EXCM_BIT)
Dentry.S778 bbsi.l a0, PS_EXCM_BIT, 1f # exception mode
791 movi a2, 1 << PS_EXCM_BIT