KSTK_STATUS        33 arch/mips/cavium-octeon/cpu.c 		KSTK_STATUS(current) |= ST0_CU2;
KSTK_STATUS        36 arch/mips/cavium-octeon/crypto/octeon-crypto.c 	if (KSTK_STATUS(current) & ST0_CU2) {
KSTK_STATUS        38 arch/mips/cavium-octeon/crypto/octeon-crypto.c 		KSTK_STATUS(current) &= ~ST0_CU2;
KSTK_STATUS       132 arch/mips/include/asm/fpu.h 	KSTK_STATUS(current) |= ST0_CU1;
KSTK_STATUS       134 arch/mips/include/asm/fpu.h 		KSTK_STATUS(current) |= ST0_FR;
KSTK_STATUS       136 arch/mips/include/asm/fpu.h 		KSTK_STATUS(current) &= ~ST0_FR;
KSTK_STATUS       184 arch/mips/include/asm/fpu.h 	KSTK_STATUS(tsk) &= ~ST0_CU1;
KSTK_STATUS        58 arch/mips/include/asm/switch_to.h 	    (!(KSTK_STATUS(prev) & ST0_CU1))) {				\
KSTK_STATUS       121 arch/mips/include/asm/switch_to.h 		if ((KSTK_STATUS(prev) & ST0_CU2)) {			\
KSTK_STATUS       123 arch/mips/include/asm/switch_to.h 				KSTK_STATUS(prev) &= ~ST0_CU2;		\
KSTK_STATUS       126 arch/mips/include/asm/switch_to.h 		if (KSTK_STATUS(next) & ST0_CU2 &&			\
KSTK_STATUS        38 arch/mips/loongson64/loongson-3/cop2-ex.c 		KSTK_STATUS(current) |= (ST0_CU1 | ST0_CU2);
KSTK_STATUS        40 arch/mips/loongson64/loongson-3/cop2-ex.c 			KSTK_STATUS(current) |= ST0_FR;
KSTK_STATUS        42 arch/mips/loongson64/loongson-3/cop2-ex.c 			KSTK_STATUS(current) &= ~ST0_FR;
KSTK_STATUS       103 arch/mips/netlogic/xlp/cop2-ex.c 		KSTK_STATUS(current) |= ST0_CU2;