Searched refs:MIPS_CPU_TLB (Results 1 – 4 of 4) sorted by relevance
95 c->options = MIPS_CPU_TLB | MIPS_CPU_3K_CACHE | in cpu_probe()114 c->options = MIPS_CPU_TLB | MIPS_CPU_3K_CACHE | in cpu_probe()
416 c->options |= MIPS_CPU_TLB; in decode_config0()418 c->options |= MIPS_CPU_TLB | MIPS_CPU_FTLB; in decode_config0()1035 #define R4K_OPTS (MIPS_CPU_TLB | MIPS_CPU_4KEX | MIPS_CPU_4K_CACHE \1045 c->options = MIPS_CPU_TLB | MIPS_CPU_3K_CACHE | in cpu_probe_legacy()1065 c->options = MIPS_CPU_TLB | MIPS_CPU_3K_CACHE | in cpu_probe_legacy()1216 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX | in cpu_probe_legacy()1226 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX | in cpu_probe_legacy()1242 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX | in cpu_probe_legacy()
360 #define MIPS_CPU_TLB BIT_ULL( 0) /* CPU has TLB */ macro
75 #define cpu_has_tlb __opt(MIPS_CPU_TLB)
Completed in 15 milliseconds