Searched refs:PS_EXCM_BIT (Results 1 – 7 of 7) sorted by relevance
50 #if XCHAL_EXCM_LEVEL < LOCKLEVEL || (1 << PS_EXCM_BIT) < LOCKLEVEL in arch_irqs_disabled_flags()53 return (flags & (PS_INTLEVEL_MASK | (1 << PS_EXCM_BIT))) >= LOCKLEVEL; in arch_irqs_disabled_flags()
90 #define PS_EXCM_BIT 4 macro
151 (1 << PS_EXCM_BIT))
63 __put_user(regs->ps & ~(1 << PS_EXCM_BIT), &gregset->ps); in ptrace_getregs()98 regs->ps = (regs->ps & ~ps_mask) | (ps & ps_mask) | (1 << PS_EXCM_BIT); in ptrace_setregs()203 tmp = (regs->ps & ~(1 << PS_EXCM_BIT)); in ptrace_peekusr()
340 elfregs->ps = (regs->ps & ~(1 << PS_EXCM_BIT)); in xtensa_elf_core_copy_regs()
684 addi a0, a0, (1 << PS_EXCM_BIT)
713 bbsi.l a0, PS_EXCM_BIT, 1f # exception mode726 movi a2, 1 << PS_EXCM_BIT