Home
last modified time | relevance | path

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

/linux-4.4.14/arch/xtensa/include/asm/
Dirqflags.h70 #if XCHAL_EXCM_LEVEL < LOCKLEVEL || (1 << PS_EXCM_BIT) < LOCKLEVEL in arch_irqs_disabled_flags()
73 return (flags & (PS_INTLEVEL_MASK | (1 << PS_EXCM_BIT))) >= LOCKLEVEL; in arch_irqs_disabled_flags()
Dregs.h90 #define PS_EXCM_BIT 4 macro
Dprocessor.h178 (1 << PS_EXCM_BIT))
/linux-4.4.14/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.S690 addi a0, a0, (1 << PS_EXCM_BIT)
Dentry.S777 bbsi.l a0, PS_EXCM_BIT, 1f # exception mode
790 movi a2, 1 << PS_EXCM_BIT