Searched refs:ST0_CU1 (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dfpu.h38 set_c0_status(ST0_CU1); \
44 clear_c0_status(ST0_CU1); \
76 KSTK_STATUS(current) |= ST0_CU1;
102 KSTK_STATUS(current) &= ~ST0_CU1;
H A Dsystem.h59 (!(KSTK_STATUS(prev) & ST0_CU1))) { \
H A Dmipsregs.h424 #define ST0_CU1 0x20000000 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dr2300_switch.S71 li t1, ~ST0_CU1
128 li t1, ST0_CU1
H A Dr4k_switch.S70 li t1, ~ST0_CU1
160 li t1, ST0_CU1
165 li t1, ST0_CU1
H A Dprocess.c94 status = regs->cp0_status & ~(ST0_CU0|ST0_CU1|ST0_FR|KU_MASK);
161 p->thread.cp0_status = read_c0_status() & ~(ST0_CU2|ST0_CU1);
162 childregs->cp0_status &= ~(ST0_CU2|ST0_CU1);
169 childregs->cp0_tcstatus &= ~(ST0_CU2|ST0_CU1);
H A Dkgdb.c141 if (!(regs->cp0_status & ST0_CU1))
175 if (!(regs->cp0_status & ST0_CU1))
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dmipsinc.h291 #define ST0_CU1 0x20000000 macro

Completed in 79 milliseconds