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

/linux-4.1.27/arch/xtensa/include/asm/
H A Dirqflags.h50 #if XCHAL_EXCM_LEVEL < LOCKLEVEL || (1 << PS_EXCM_BIT) < LOCKLEVEL arch_irqs_disabled_flags()
51 #error "XCHAL_EXCM_LEVEL and 1<<PS_EXCM_BIT must be no less than LOCKLEVEL" arch_irqs_disabled_flags()
53 return (flags & (PS_INTLEVEL_MASK | (1 << PS_EXCM_BIT))) >= LOCKLEVEL; arch_irqs_disabled_flags()
H A Dregs.h90 #define PS_EXCM_BIT 4 macro
H A Dprocessor.h151 (1 << PS_EXCM_BIT))
/linux-4.1.27/arch/xtensa/kernel/
H A Dptrace.c63 __put_user(regs->ps & ~(1 << PS_EXCM_BIT), &gregset->ps); ptrace_getregs()
98 regs->ps = (regs->ps & ~ps_mask) | (ps & ps_mask) | (1 << PS_EXCM_BIT); ptrace_setregs()
203 tmp = (regs->ps & ~(1 << PS_EXCM_BIT)); ptrace_peekusr()
H A Dprocess.c340 elfregs->ps = (regs->ps & ~(1 << PS_EXCM_BIT)); xtensa_elf_core_copy_regs()
H A Dentry.S713 bbsi.l a0, PS_EXCM_BIT, 1f # exception mode
726 movi a2, 1 << PS_EXCM_BIT
H A Dvectors.S684 addi a0, a0, (1 << PS_EXCM_BIT)

Completed in 105 milliseconds