Lines Matching refs:options
475 c->options = MIPS_CPU_TLB | MIPS_CPU_NOFPUEX; in cpu_probe_legacy()
477 c->options |= MIPS_CPU_FPU; in cpu_probe_legacy()
489 c->options = MIPS_CPU_TLB | MIPS_CPU_NOFPUEX; in cpu_probe_legacy()
491 c->options |= MIPS_CPU_FPU; in cpu_probe_legacy()
508 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
545 c->options = R4K_OPTS; in cpu_probe_legacy()
551 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
558 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_LLSC; in cpu_probe_legacy()
571 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_LLSC; in cpu_probe_legacy()
577 c->options = MIPS_CPU_TLB; in cpu_probe_legacy()
601 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
608 c->options = R4K_OPTS | MIPS_CPU_LLSC; in cpu_probe_legacy()
610 c->options |= MIPS_CPU_FPU | MIPS_CPU_32FPR; in cpu_probe_legacy()
616 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
623 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
630 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
637 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
644 c->options = MIPS_CPU_TLB | MIPS_CPU_FPU | in cpu_probe_legacy()
651 c->options = MIPS_CPU_TLB | MIPS_CPU_FPU | in cpu_probe_legacy()
658 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
673 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
687 c->options = MIPS_CPU_TLB | MIPS_CPU_4KEX | in cpu_probe_legacy()
695 c->options = MIPS_CPU_TLB | MIPS_CPU_4KEX | in cpu_probe_legacy()
704 c->options = MIPS_CPU_TLB | MIPS_CPU_4KEX | in cpu_probe_legacy()
725 c->options = MIPS_CPU_TLB | MIPS_CPU_4KEX | in decode_config1()
730 c->options |= MIPS_CPU_WATCH; in decode_config1()
732 c->options |= MIPS_CPU_MIPS16; in decode_config1()
734 c->options |= MIPS_CPU_EJTAG; in decode_config1()
736 c->options |= MIPS_CPU_FPU; in decode_config1()
737 c->options |= MIPS_CPU_32FPR; in decode_config1()
816 c->options = MIPS_CPU_TLB | MIPS_CPU_4KEX | in cpu_probe_sibyte()
822 c->options |= MIPS_CPU_FPU | MIPS_CPU_32FPR; in cpu_probe_sibyte()
838 c->options = MIPS_CPU_TLB | MIPS_CPU_4KEX | in cpu_probe_sandcraft()
879 if (c->options & MIPS_CPU_FPU) in cpu_probe()
888 if (c->options & MIPS_CPU_FPU) in cpu_report()