Home
last modified time | relevance | path

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

/arch/mn10300/include/asm/
Dirqflags.h49 : "i"(~EPSW_IM), "i"(EPSW_IE | MN10300_CLI_LEVEL) in arch_local_irq_disable()
78 : "i"(~EPSW_IM), "r"(__mn10300_irq_enabled_epsw[cpu]) in arch_local_irq_enable()
96 return (flags & (EPSW_IE | EPSW_IM)) != (EPSW_IE | EPSW_IM_7); in arch_irqs_disabled_flags()
120 : "i"(EPSW_IE|EPSW_IM), "n"(&CPUM), "i"(CPUM_SLEEP) in arch_safe_halt()
172 : "i"(~EPSW_IM), "i"(EPSW_IE | level) in arch_local_change_intr_mask_level()
182 and ~EPSW_IM,epsw; \
211 and ~EPSW_IM,epsw; \
Dprocessor.h126 regs->epsw = EPSW_nSL | EPSW_IE | EPSW_IM; in start_thread()
Dcpu-regs.h42 #define EPSW_IM 0x00000700 /* interrupt mode */ macro
/arch/mn10300/kernel/
Dtraps.c416 (regs->epsw & (EPSW_IM | EPSW_IE)) != (EPSW_IM | EPSW_IE)) { in die()
Dirq.c259 __mn10300_irq_enabled_epsw[cpu_id] = EPSW_IE | (EPSW_IM & epsw); in do_IRQ()
Dentry.S187 and EPSW_IM,d0