MIPS_CPU_NAN_LEGACY 532 arch/mips/include/asm/cpu-features.h #define cpu_has_nan_legacy __isa_lt_and_opt(6, MIPS_CPU_NAN_LEGACY) MIPS_CPU_NAN_LEGACY 116 arch/mips/kernel/cpu-probe.c c->options |= MIPS_CPU_NAN_LEGACY; MIPS_CPU_NAN_LEGACY 130 arch/mips/kernel/cpu-probe.c c->options |= MIPS_CPU_NAN_LEGACY; MIPS_CPU_NAN_LEGACY 135 arch/mips/kernel/cpu-probe.c c->options |= MIPS_CPU_NAN_LEGACY; MIPS_CPU_NAN_LEGACY 153 arch/mips/kernel/cpu-probe.c c->options &= ~(MIPS_CPU_NAN_2008 | MIPS_CPU_NAN_LEGACY); MIPS_CPU_NAN_LEGACY 162 arch/mips/kernel/cpu-probe.c c->options |= MIPS_CPU_NAN_2008 | MIPS_CPU_NAN_LEGACY; MIPS_CPU_NAN_LEGACY 164 arch/mips/kernel/cpu-probe.c c->options |= MIPS_CPU_NAN_LEGACY; MIPS_CPU_NAN_LEGACY 169 arch/mips/kernel/cpu-probe.c c->options |= MIPS_CPU_NAN_LEGACY; MIPS_CPU_NAN_LEGACY 178 arch/mips/kernel/cpu-probe.c c->options |= MIPS_CPU_NAN_2008 | MIPS_CPU_NAN_LEGACY;