Home
last modified time | relevance | path

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

/arch/xtensa/include/asm/
Dirqflags.h50 #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()
Dregs.h90 #define PS_EXCM_BIT 4 macro
Dprocessor.h151 (1 << PS_EXCM_BIT))
/arch/xtensa/kernel/
Dptrace.c63 __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()
Dprocess.c340 elfregs->ps = (regs->ps & ~(1 << PS_EXCM_BIT)); in xtensa_elf_core_copy_regs()
Dvectors.S684 addi a0, a0, (1 << PS_EXCM_BIT)
Dentry.S713 bbsi.l a0, PS_EXCM_BIT, 1f # exception mode
726 movi a2, 1 << PS_EXCM_BIT