Searched refs:ST0_IE (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pmc-sierra/yosemite/
H A Dpy-console.c63 write_c0_status((sr | ST0_KX) & ~ ST0_IE);
87 write_c0_status((sr | ST0_KX) & ~ ST0_IE);
H A Dsmp.c114 set_c0_status(ST0_CO | ST0_IE | ST0_IM);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dkprobes.c190 kcb->kprobe_saved_SR = kcb->kprobe_old_SR = (regs->cp0_status & ST0_IE);
196 regs->cp0_status &= ~ST0_IE;
228 regs->cp0_status &= ~ST0_IE;
H A Dentry.S129 and v0, ST0_IE
H A Dsmp-mt.c44 (read_c0_status() & ~(ST0_IM | ST0_IE | ST0_KSU)) | ST0_CU0);
H A Dgenex.S194 and k0, ST0_IE
H A Dsmtc.c562 | ST0_IE));
H A Dtraps.c314 if (regs->cp0_status & ST0_IE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sgi-ip27/
H A Dip27-nmi.c113 if (nr->sr & ST0_IE)
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dmipsinc.h270 #define ST0_IE 0x00000001 macro
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dhndmips.c237 c0reg &= ~ST0_IE;
777 tmp = (c0reg & ~(ALLINTS | ST0_IE));
1650 MTC0(C0_STATUS, 0, MFC0(C0_STATUS, 0) | (ALLINTS | ST0_IE));
H A Dboot.S210 li t1,~(ST0_CU | ST0_RP | ST0_RE | ST0_TS | ST0_SR | ST0_NMI | ST0_UM | ST0_IE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dmipsregs.h300 #define ST0_IE 0x00000001 macro

Completed in 69 milliseconds