Home
last modified time | relevance | path

Searched refs:EPSW_IM_7 (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/arch/mn10300/include/asm/
Dirqflags.h96 return (flags & (EPSW_IE | EPSW_IM)) != (EPSW_IE | EPSW_IM_7); in arch_irqs_disabled_flags()
189 or EPSW_IE|EPSW_IM_7,epsw
Dcpu-regs.h50 #define EPSW_IM_7 0x00000700 /* interrupt mode 7 */ macro
/linux-4.1.27/arch/mn10300/kernel/
Dprocess.c171 c_regs->epsw |= EPSW_IE | EPSW_IM_7; in copy_thread()
Dirq.c20 [0 ... NR_CPUS - 1] = EPSW_IE | EPSW_IM_7
Dentry.S188 cmp EPSW_IM_7,d0 # interrupts off (exception path) ?