MIPS_CPU_NAN_2008  535 arch/mips/include/asm/cpu-features.h #define cpu_has_nan_2008	__isa_ge_or_opt(6, MIPS_CPU_NAN_2008)
MIPS_CPU_NAN_2008  118 arch/mips/kernel/cpu-probe.c 				c->options |= MIPS_CPU_NAN_2008;
MIPS_CPU_NAN_2008  153 arch/mips/kernel/cpu-probe.c 	c->options &= ~(MIPS_CPU_NAN_2008 | MIPS_CPU_NAN_LEGACY);
MIPS_CPU_NAN_2008  162 arch/mips/kernel/cpu-probe.c 			c->options |= MIPS_CPU_NAN_2008 | MIPS_CPU_NAN_LEGACY;
MIPS_CPU_NAN_2008  173 arch/mips/kernel/cpu-probe.c 		c->options |= MIPS_CPU_NAN_2008;
MIPS_CPU_NAN_2008  178 arch/mips/kernel/cpu-probe.c 		c->options |= MIPS_CPU_NAN_2008 | MIPS_CPU_NAN_LEGACY;
MIPS_CPU_NAN_2008  257 arch/mips/kernel/cpu-probe.c 	if (c->options & MIPS_CPU_NAN_2008)