Lines Matching refs:options
116 c->options |= MIPS_CPU_MAC_2008_ONLY;
120 c->options |= MIPS_CPU_NAN_LEGACY;
122 c->options |= MIPS_CPU_NAN_2008;
134 c->options |= MIPS_CPU_NAN_LEGACY;
139 c->options |= MIPS_CPU_NAN_LEGACY;
157 c->options &= ~(MIPS_CPU_NAN_2008 | MIPS_CPU_NAN_LEGACY);
167 c->options |= MIPS_CPU_NAN_2008 | MIPS_CPU_NAN_LEGACY;
169 c->options |= MIPS_CPU_NAN_LEGACY;
174 c->options |= MIPS_CPU_NAN_LEGACY;
178 c->options |= MIPS_CPU_NAN_2008;
183 c->options |= MIPS_CPU_NAN_2008 | MIPS_CPU_NAN_LEGACY;
238 if (!(boot_cpu_data.options & MIPS_CPU_FPU))
264 if (c->options & MIPS_CPU_NAN_2008)
273 * Set options for FPU hardware.
287 c->options |= MIPS_CPU_UFR;
289 c->options |= MIPS_CPU_FRE;
298 * Set options for the FPU emulator.
302 c->options &= ~MIPS_CPU_FPU;