Lines Matching refs:options

136 			c->options |= MIPS_CPU_FRE;  in cpu_set_fpu_opts()
147 c->options &= ~MIPS_CPU_FPU; in cpu_set_nofpu_opts()
182 cpu_data[0].options &= ~MIPS_CPU_HTW; in htw_disable()
422 c->options |= MIPS_CPU_TLB; in decode_config0()
424 c->options |= MIPS_CPU_TLB | MIPS_CPU_FTLB; in decode_config0()
477 c->options |= MIPS_CPU_WATCH; in decode_config1()
481 c->options |= MIPS_CPU_EJTAG; in decode_config1()
483 c->options |= MIPS_CPU_FPU; in decode_config1()
484 c->options |= MIPS_CPU_32FPR; in decode_config1()
515 c->options |= MIPS_CPU_RIXI; in decode_config3()
518 c->options |= MIPS_CPU_RIXI; in decode_config3()
524 c->options |= MIPS_CPU_VINT; in decode_config3()
526 c->options |= MIPS_CPU_VEIC; in decode_config3()
530 c->options |= MIPS_CPU_ULRI; in decode_config3()
532 c->options |= MIPS_CPU_MICROMIPS; in decode_config3()
536 c->options |= MIPS_CPU_SEGMENTS; in decode_config3()
541 c->options |= MIPS_CPU_HTW; in decode_config3()
544 c->options |= MIPS_CPU_CDMM; in decode_config3()
546 c->options |= MIPS_CPU_SP; in decode_config3()
562 c->options |= MIPS_CPU_TLBINV; in decode_config4()
629 c->options |= MIPS_CPU_EVA; in decode_config5()
631 c->options |= MIPS_CPU_MAAR; in decode_config5()
633 c->options |= MIPS_CPU_RW_LLB; in decode_config5()
636 c->options |= MIPS_CPU_XPA; in decode_config5()
647 c->options = MIPS_CPU_4KEX | MIPS_CPU_4K_CACHE | MIPS_CPU_COUNTER | in decode_configs()
676 c->options |= MIPS_CPU_RIXIEX; in decode_configs()
698 c->options = MIPS_CPU_TLB | MIPS_CPU_3K_CACHE | in cpu_probe_legacy()
701 c->options |= MIPS_CPU_FPU; in cpu_probe_legacy()
718 c->options = MIPS_CPU_TLB | MIPS_CPU_3K_CACHE | in cpu_probe_legacy()
721 c->options |= MIPS_CPU_FPU; in cpu_probe_legacy()
767 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
775 c->options = R4K_OPTS; in cpu_probe_legacy()
801 c->options |= MIPS_CPU_LLSC; in cpu_probe_legacy()
817 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
826 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
842 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_LLSC; in cpu_probe_legacy()
848 c->options = MIPS_CPU_TLB | MIPS_CPU_TX39_CACHE; in cpu_probe_legacy()
874 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
883 c->options = R4K_OPTS | MIPS_CPU_LLSC; in cpu_probe_legacy()
885 c->options |= MIPS_CPU_FPU | MIPS_CPU_32FPR; in cpu_probe_legacy()
892 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
900 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
908 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
916 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
925 c->options = MIPS_CPU_TLB | MIPS_CPU_FPU | in cpu_probe_legacy()
934 c->options = MIPS_CPU_TLB | MIPS_CPU_FPU | in cpu_probe_legacy()
942 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_32FPR | in cpu_probe_legacy()
958 c->options = MIPS_CPU_TLB | MIPS_CPU_4KEX | in cpu_probe_legacy()
967 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX | in cpu_probe_legacy()
977 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX | in cpu_probe_legacy()
992 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX | in cpu_probe_legacy()
1029 c->options = R4K_OPTS | in cpu_probe_legacy()
1218 c->options &= ~(MIPS_CPU_FPU | MIPS_CPU_32FPR); in cpu_probe_sibyte()
1289 c->options |= MIPS_CPU_ULRI; in cpu_probe_broadcom()
1339 c->options &= ~MIPS_CPU_COUNTER; in cpu_probe_ingenic()
1364 c->options = (MIPS_CPU_TLB | in cpu_probe_netlogic()
1424 c->options |= (MIPS_CPU_FPU | MIPS_CPU_ULRI | MIPS_CPU_MCHECK); in cpu_probe_netlogic()
1503 c->options &= ~MIPS_CPU_FPU; in cpu_probe()
1509 c->options &= ~MIPS_CPU_HTW; in cpu_probe()
1514 if (c->options & MIPS_CPU_FPU) in cpu_probe()
1526 c->options |= MIPS_CPU_PCI; in cpu_probe()
1555 if (c->options & MIPS_CPU_FPU) in cpu_report()