ST0_CU2            33 arch/mips/cavium-octeon/cpu.c 		KSTK_STATUS(current) |= ST0_CU2;
ST0_CU2            35 arch/mips/cavium-octeon/cpu.c 		write_c0_status(status | ST0_CU2);
ST0_CU2            37 arch/mips/cavium-octeon/cpu.c 		write_c0_status(status & ~ST0_CU2);
ST0_CU2            35 arch/mips/cavium-octeon/crypto/octeon-crypto.c 	write_c0_status(status | ST0_CU2);
ST0_CU2            36 arch/mips/cavium-octeon/crypto/octeon-crypto.c 	if (KSTK_STATUS(current) & ST0_CU2) {
ST0_CU2            38 arch/mips/cavium-octeon/crypto/octeon-crypto.c 		KSTK_STATUS(current) &= ~ST0_CU2;
ST0_CU2            39 arch/mips/cavium-octeon/crypto/octeon-crypto.c 		status &= ~ST0_CU2;
ST0_CU2            40 arch/mips/cavium-octeon/crypto/octeon-crypto.c 	} else if (status & ST0_CU2) {
ST0_CU2            44 arch/mips/cavium-octeon/crypto/octeon-crypto.c 	return status & ST0_CU2;
ST0_CU2            62 arch/mips/cavium-octeon/crypto/octeon-crypto.c 	if (crypto_flags & ST0_CU2)
ST0_CU2            65 arch/mips/cavium-octeon/crypto/octeon-crypto.c 		write_c0_status(read_c0_status() & ~ST0_CU2);
ST0_CU2           248 arch/mips/include/asm/netlogic/xlr/fmn.h 	write_c0_status((sr & ~ST0_IE) | ST0_CU2);
ST0_CU2           120 arch/mips/include/asm/switch_to.h 		set_c0_status(ST0_CU2);					\
ST0_CU2           121 arch/mips/include/asm/switch_to.h 		if ((KSTK_STATUS(prev) & ST0_CU2)) {			\
ST0_CU2           123 arch/mips/include/asm/switch_to.h 				KSTK_STATUS(prev) &= ~ST0_CU2;		\
ST0_CU2           126 arch/mips/include/asm/switch_to.h 		if (KSTK_STATUS(next) & ST0_CU2 &&			\
ST0_CU2           130 arch/mips/include/asm/switch_to.h 		clear_c0_status(ST0_CU2);				\
ST0_CU2           134 arch/mips/kernel/process.c 	p->thread.cp0_status = read_c0_status() & ~(ST0_CU2|ST0_CU1);
ST0_CU2           169 arch/mips/kernel/process.c 	childregs->cp0_status &= ~(ST0_CU2|ST0_CU1);
ST0_CU2            34 arch/mips/loongson64/loongson-3/cop2-ex.c 			set_c0_status(ST0_CU1 | ST0_CU2);
ST0_CU2            36 arch/mips/loongson64/loongson-3/cop2-ex.c 			set_c0_status(ST0_CU1 | ST0_CU2 | ST0_FR);
ST0_CU2            38 arch/mips/loongson64/loongson-3/cop2-ex.c 		KSTK_STATUS(current) |= (ST0_CU1 | ST0_CU2);
ST0_CU2           103 arch/mips/netlogic/xlp/cop2-ex.c 		KSTK_STATUS(current) |= ST0_CU2;
ST0_CU2           105 arch/mips/netlogic/xlp/cop2-ex.c 		write_c0_status(status | ST0_CU2);
ST0_CU2           107 arch/mips/netlogic/xlp/cop2-ex.c 		write_c0_status(status & ~ST0_CU2);