Lines Matching refs:options

181 		c->options = MIPS_CPU_TLB | MIPS_CPU_NOFPUEX;  in cpu_probe_legacy()
183 c->options |= MIPS_CPU_FPU; in cpu_probe_legacy()
195 c->options = MIPS_CPU_TLB | MIPS_CPU_NOFPUEX; in cpu_probe_legacy()
197 c->options |= MIPS_CPU_FPU; in cpu_probe_legacy()
214 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
251 c->options = R4K_OPTS; in cpu_probe_legacy()
257 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
264 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_LLSC; in cpu_probe_legacy()
277 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_LLSC; in cpu_probe_legacy()
283 c->options = MIPS_CPU_TLB; in cpu_probe_legacy()
307 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
314 c->options = R4K_OPTS | MIPS_CPU_LLSC; in cpu_probe_legacy()
316 c->options |= MIPS_CPU_FPU | MIPS_CPU_32FPR; in cpu_probe_legacy()
322 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
329 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
336 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
343 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
350 c->options = MIPS_CPU_TLB | MIPS_CPU_FPU | in cpu_probe_legacy()
357 c->options = MIPS_CPU_TLB | MIPS_CPU_FPU | in cpu_probe_legacy()
364 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
379 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
393 c->options = MIPS_CPU_TLB | MIPS_CPU_4KEX | in cpu_probe_legacy()
401 c->options = MIPS_CPU_TLB | MIPS_CPU_4KEX | in cpu_probe_legacy()
410 c->options = MIPS_CPU_TLB | MIPS_CPU_4KEX | in cpu_probe_legacy()
431 c->options = MIPS_CPU_TLB | MIPS_CPU_4KEX | in decode_config1()
436 c->options |= MIPS_CPU_WATCH; in decode_config1()
438 c->options |= MIPS_CPU_MIPS16; in decode_config1()
440 c->options |= MIPS_CPU_EJTAG; in decode_config1()
442 c->options |= MIPS_CPU_FPU; in decode_config1()
443 c->options |= MIPS_CPU_32FPR; in decode_config1()
493 c->options |= MIPS_CPU_PREFETCH; in cpu_probe_alchemy()
532 c->options = MIPS_CPU_TLB | MIPS_CPU_4KEX | in cpu_probe_sibyte()
538 c->options |= MIPS_CPU_FPU | MIPS_CPU_32FPR; in cpu_probe_sibyte()
554 c->options = MIPS_CPU_TLB | MIPS_CPU_4KEX | in cpu_probe_sandcraft()
596 if (c->options & MIPS_CPU_FPU) in cpu_probe()
605 if (c->options & MIPS_CPU_FPU) in cpu_report()