Home
last modified time | relevance | path

Searched refs:EPSW_IE (Results 1 – 13 of 13) sorted by relevance

/arch/mn10300/include/asm/
Dirqflags.h49 : "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 …]
Dprocessor.h126 regs->epsw = EPSW_nSL | EPSW_IE | EPSW_IM; in start_thread()
Dspinlock.h83 : "d" (flags), "a"(&lock->slock), "i"(EPSW_IE | MN10300_CLI_LEVEL) in arch_spin_lock_flags()
Dcpu-regs.h51 #define EPSW_IE 0x00000800 /* interrupt enable */ macro
/arch/mn10300/kernel/
Dgdb-io-ttysm-low.S75 or EPSW_IE|EPSW_IM_1,epsw
86 and ~EPSW_IE,epsw
Dirq.c20 [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()
Dprocess.c171 c_regs->epsw |= EPSW_IE | EPSW_IM_7; in copy_thread()
Dtraps.c416 (regs->epsw & (EPSW_IM | EPSW_IE)) != (EPSW_IM | EPSW_IE)) { in die()
Dentry.S350 or EPSW_IE,epsw
378 and ~EPSW_IE,epsw
Dmn10300-serial-low.S42 # or EPSW_IE,psw # permit overriding by
/arch/mn10300/mm/
Dcache.inc29 and ~EPSW_IE,epsw
90 and ~EPSW_IE,epsw
Dcache-dbg-flush-by-reg.S42 and ~EPSW_IE,epsw
Dmisalignment.c338 if (regs->epsw & EPSW_IE) in misalignment()
339 asm volatile("or %0,epsw" : : "i"(EPSW_IE)); in misalignment()