Searched refs:EPSW_IM (Results 1 – 5 of 5) sorted by relevance
50 : "i"(~EPSW_IM), "i"(EPSW_IE | MN10300_CLI_LEVEL) in arch_local_irq_disable()79 : "i"(~EPSW_IM), "r"(__mn10300_irq_enabled_epsw[cpu]) in arch_local_irq_enable()97 return (flags & (EPSW_IE | EPSW_IM)) != (EPSW_IE | EPSW_IM_7); in arch_irqs_disabled_flags()121 : "i"(EPSW_IE|EPSW_IM), "n"(&CPUM), "i"(CPUM_SLEEP) in arch_safe_halt()173 : "i"(~EPSW_IM), "i"(EPSW_IE | level) in arch_local_change_intr_mask_level()183 and ~EPSW_IM,epsw; \212 and ~EPSW_IM,epsw; \
133 frame0->epsw = EPSW_nSL | EPSW_IE | EPSW_IM; in start_thread()
42 #define EPSW_IM 0x00000700 /* interrupt mode */ macro
427 (regs->epsw & (EPSW_IM | EPSW_IE)) != (EPSW_IM | EPSW_IE)) { in die()
305 __mn10300_irq_enabled_epsw[cpu_id] = EPSW_IE | (EPSW_IM & epsw); in do_IRQ()