Searched refs:EPSW_IE (Results 1 – 13 of 13) sorted by relevance
/arch/mn10300/include/asm/ |
D | irqflags.h | 49 : "i"(~EPSW_IM), "i"(EPSW_IE | MN10300_CLI_LEVEL) in arch_local_irq_disable() 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() 145 : "i"(~EPSW_IE) in arch_local_cli() 162 : "i"(EPSW_IE) in arch_local_sti() 172 : "i"(~EPSW_IM), "i"(EPSW_IE | level) in arch_local_change_intr_mask_level() 183 or EPSW_IE|MN10300_CLI_LEVEL,epsw; \ 189 or EPSW_IE|EPSW_IM_7,epsw 196 and ~EPSW_IE,epsw; \ 202 and ~EPSW_IE,epsw; \ [all …]
|
D | processor.h | 126 regs->epsw = EPSW_nSL | EPSW_IE | EPSW_IM; in start_thread()
|
D | spinlock.h | 83 : "d" (flags), "a"(&lock->slock), "i"(EPSW_IE | MN10300_CLI_LEVEL) in arch_spin_lock_flags()
|
D | cpu-regs.h | 51 #define EPSW_IE 0x00000800 /* interrupt enable */ macro
|
/arch/mn10300/kernel/ |
D | gdb-io-ttysm-low.S | 75 or EPSW_IE|EPSW_IM_1,epsw 86 and ~EPSW_IE,epsw
|
D | irq.c | 20 [0 ... NR_CPUS - 1] = EPSW_IE | EPSW_IM_7 259 __mn10300_irq_enabled_epsw[cpu_id] = EPSW_IE | (EPSW_IM & epsw); in do_IRQ() 260 irq_disabled_epsw = EPSW_IE | MN10300_CLI_LEVEL; in do_IRQ()
|
D | process.c | 171 c_regs->epsw |= EPSW_IE | EPSW_IM_7; in copy_thread()
|
D | traps.c | 416 (regs->epsw & (EPSW_IM | EPSW_IE)) != (EPSW_IM | EPSW_IE)) { in die()
|
D | entry.S | 350 or EPSW_IE,epsw 378 and ~EPSW_IE,epsw
|
D | mn10300-serial-low.S | 42 # or EPSW_IE,psw # permit overriding by
|
/arch/mn10300/mm/ |
D | cache.inc | 29 and ~EPSW_IE,epsw 90 and ~EPSW_IE,epsw
|
D | cache-dbg-flush-by-reg.S | 42 and ~EPSW_IE,epsw
|
D | misalignment.c | 338 if (regs->epsw & EPSW_IE) in misalignment() 339 asm volatile("or %0,epsw" : : "i"(EPSW_IE)); in misalignment()
|