Searched refs:EPSW_IE (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dsystem.h116 : "i"(~EPSW_IM), "i"(EPSW_IE | MN10300_CLI_LEVEL) \
182 : "i"(EPSW_IE|EPSW_IM), "n"(&CPUM), "i"(CPUM_SLEEP)\
187 #define STI or EPSW_IE|EPSW_IM,epsw
188 #define CLI and ~EPSW_IM,epsw; or EPSW_IE|MN10300_CLI_LEVEL,epsw; nop; nop; nop
H A Dprocessor.h123 __frame->epsw = EPSW_nSL | EPSW_IE | EPSW_IM; \
H A Dcpu-regs.h53 #define EPSW_IE 0x00000800 /* interrupt enable */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dirq.c17 unsigned long __mn10300_irq_enabled_epsw = EPSW_IE | EPSW_IM_7;
169 __mn10300_irq_enabled_epsw = EPSW_IE | (EPSW_IM & epsw);
170 irq_disabled_epsw = EPSW_IE | MN10300_CLI_LEVEL;
H A Dgdb-io-serial-low.S70 or EPSW_IE|EPSW_IM_1,epsw
81 and ~EPSW_IE,epsw
H A Dgdb-io-ttysm-low.S75 or EPSW_IE|EPSW_IM_1,epsw
86 and ~EPSW_IE,epsw
H A Dgdb-io-serial.c62 : "i"(~EPSW_IM), "i"(EPSW_IE | EPSW_IM_1)
H A Dentry.S39 or EPSW_IE|MN10300_CLI_LEVEL,epsw
45 or EPSW_IE|EPSW_IM_7,epsw
313 or EPSW_IE,epsw
335 and ~EPSW_IE,epsw
H A Dgdb-io-ttysm.c91 : "i"(~EPSW_IM), "i"(EPSW_IE|EPSW_IM_1)
H A Dprocess.c150 regs.epsw |= EPSW_IE | EPSW_IM_7;
H A Dtraps.c291 (regs->epsw & (EPSW_IM | EPSW_IE)) != (EPSW_IM | EPSW_IE)) {
H A Dmn10300-serial-low.S42 or EPSW_IE,psw # permit overriding by
H A Dgdb-stub.c1202 :: "d"((epsw & ~EPSW_IM) | EPSW_IE | EPSW_IM_1));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/mm/
H A Dcache-mn10300.S47 and ~EPSW_IE,epsw
98 and ~EPSW_IE,epsw
182 and ~EPSW_IE,epsw
H A Dmisalignment.c335 if (regs->epsw & EPSW_IE)
336 asm volatile("or %0,epsw" : : "i"(EPSW_IE));

Completed in 41 milliseconds