Lines Matching refs:options
133 c->options |= MIPS_CPU_FRE; in cpu_set_fpu_opts()
144 c->options &= ~MIPS_CPU_FPU; in cpu_set_nofpu_opts()
179 cpu_data[0].options &= ~MIPS_CPU_HTW; in htw_disable()
405 c->options |= MIPS_CPU_TLB; in decode_config0()
458 c->options |= MIPS_CPU_WATCH; in decode_config1()
462 c->options |= MIPS_CPU_EJTAG; in decode_config1()
464 c->options |= MIPS_CPU_FPU; in decode_config1()
465 c->options |= MIPS_CPU_32FPR; in decode_config1()
496 c->options |= MIPS_CPU_RIXI; in decode_config3()
499 c->options |= MIPS_CPU_RIXI; in decode_config3()
505 c->options |= MIPS_CPU_VINT; in decode_config3()
507 c->options |= MIPS_CPU_VEIC; in decode_config3()
511 c->options |= MIPS_CPU_ULRI; in decode_config3()
513 c->options |= MIPS_CPU_MICROMIPS; in decode_config3()
517 c->options |= MIPS_CPU_SEGMENTS; in decode_config3()
523 c->options |= MIPS_CPU_HTW; in decode_config3()
526 c->options |= MIPS_CPU_CDMM; in decode_config3()
542 c->options |= MIPS_CPU_TLBINV; in decode_config4()
597 c->options |= MIPS_CPU_EVA; in decode_config5()
599 c->options |= MIPS_CPU_MAAR; in decode_config5()
601 c->options |= MIPS_CPU_RW_LLB; in decode_config5()
604 c->options |= MIPS_CPU_XPA; in decode_config5()
615 c->options = MIPS_CPU_4KEX | MIPS_CPU_4K_CACHE | MIPS_CPU_COUNTER | in decode_configs()
644 c->options |= MIPS_CPU_RIXIEX; in decode_configs()
666 c->options = MIPS_CPU_TLB | MIPS_CPU_3K_CACHE | in cpu_probe_legacy()
669 c->options |= MIPS_CPU_FPU; in cpu_probe_legacy()
686 c->options = MIPS_CPU_TLB | MIPS_CPU_3K_CACHE | in cpu_probe_legacy()
689 c->options |= MIPS_CPU_FPU; in cpu_probe_legacy()
735 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
743 c->options = R4K_OPTS; in cpu_probe_legacy()
769 c->options |= MIPS_CPU_LLSC; in cpu_probe_legacy()
785 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
794 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
810 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_LLSC; in cpu_probe_legacy()
816 c->options = MIPS_CPU_TLB | MIPS_CPU_TX39_CACHE; in cpu_probe_legacy()
842 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
851 c->options = R4K_OPTS | MIPS_CPU_LLSC; in cpu_probe_legacy()
853 c->options |= MIPS_CPU_FPU | MIPS_CPU_32FPR; in cpu_probe_legacy()
860 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
868 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
876 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
884 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
893 c->options = MIPS_CPU_TLB | MIPS_CPU_FPU | in cpu_probe_legacy()
902 c->options = MIPS_CPU_TLB | MIPS_CPU_FPU | in cpu_probe_legacy()
910 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
926 c->options = MIPS_CPU_TLB | MIPS_CPU_4KEX | in cpu_probe_legacy()
935 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX | in cpu_probe_legacy()
945 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX | in cpu_probe_legacy()
960 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX | in cpu_probe_legacy()
997 c->options = R4K_OPTS | in cpu_probe_legacy()
1182 c->options &= ~(MIPS_CPU_FPU | MIPS_CPU_32FPR); in cpu_probe_sibyte()
1253 c->options |= MIPS_CPU_ULRI; in cpu_probe_broadcom()
1303 c->options &= ~MIPS_CPU_COUNTER; in cpu_probe_ingenic()
1328 c->options = (MIPS_CPU_TLB | in cpu_probe_netlogic()
1388 c->options |= (MIPS_CPU_FPU | MIPS_CPU_ULRI | MIPS_CPU_MCHECK); in cpu_probe_netlogic()
1465 c->options &= ~MIPS_CPU_FPU; in cpu_probe()
1471 c->options &= ~MIPS_CPU_HTW; in cpu_probe()
1476 if (c->options & MIPS_CPU_FPU) in cpu_probe()
1484 c->options |= MIPS_CPU_PCI; in cpu_probe()
1509 if (c->options & MIPS_CPU_FPU) in cpu_report()