Home
last modified time | relevance | path

Searched refs:IE_SW1 (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/arch/mips/kernel/
Dsmp-bmips.c205 set_c0_status(IE_SW0 | IE_SW1 | IE_IRQ1 | IE_IRQ5 | ST0_IE); in bmips_init_secondary()
346 change_c0_status(IE_IRQ5 | IE_IRQ1 | IE_SW0 | IE_SW1 | ST0_IE | ST0_BEV, in play_dead()
347 IE_SW0 | IE_SW1 | ST0_IE | ST0_BEV); in play_dead()
/linux-3.4.99/arch/mips/include/asm/sn/sn0/
Dip27.h52 #define SRB_NET IE_SW1 /* 0x0200 */
/linux-3.4.99/arch/mips/lantiq/
Dirq.c315 set_c0_status(IE_SW0 | IE_SW1 | IE_IRQ0 | IE_IRQ1 | in arch_init_irq()
/linux-3.4.99/arch/mips/include/asm/
Dmipsregs.h272 #define IE_SW1 (_ULCAST_(1) << 9) macro