Searched refs:MIPS_CPU_TLB (Results 1 – 3 of 3) sorted by relevance
643 c->options |= MIPS_CPU_TLB; in decode_config0()645 c->options |= MIPS_CPU_TLB | MIPS_CPU_FTLB; in decode_config0()1263 #define R4K_OPTS (MIPS_CPU_TLB | MIPS_CPU_4KEX | MIPS_CPU_4K_CACHE \1273 c->options = MIPS_CPU_TLB | MIPS_CPU_3K_CACHE | in cpu_probe_legacy()1293 c->options = MIPS_CPU_TLB | MIPS_CPU_3K_CACHE | in cpu_probe_legacy()1414 c->options = MIPS_CPU_TLB | MIPS_CPU_TX39_CACHE; in cpu_probe_legacy()1498 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX | in cpu_probe_legacy()1508 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX | in cpu_probe_legacy()1523 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX | in cpu_probe_legacy()1988 c->options = (MIPS_CPU_TLB | in cpu_probe_netlogic()
355 #define MIPS_CPU_TLB BIT_ULL( 0) /* CPU has TLB */ macro
73 #define cpu_has_tlb __opt(MIPS_CPU_TLB)