Searched refs:MIPS_CPU_TLB (Results 1 – 3 of 3) sorted by relevance
409 c->options |= MIPS_CPU_TLB; in decode_config0()411 c->options |= MIPS_CPU_TLB | MIPS_CPU_FTLB; in decode_config0()676 #define R4K_OPTS (MIPS_CPU_TLB | MIPS_CPU_4KEX | MIPS_CPU_4K_CACHE \686 c->options = MIPS_CPU_TLB | MIPS_CPU_3K_CACHE | in cpu_probe_legacy()706 c->options = MIPS_CPU_TLB | MIPS_CPU_3K_CACHE | in cpu_probe_legacy()836 c->options = MIPS_CPU_TLB | MIPS_CPU_TX39_CACHE; in cpu_probe_legacy()913 c->options = MIPS_CPU_TLB | MIPS_CPU_FPU | in cpu_probe_legacy()922 c->options = MIPS_CPU_TLB | MIPS_CPU_FPU | in cpu_probe_legacy()946 c->options = MIPS_CPU_TLB | MIPS_CPU_4KEX | in cpu_probe_legacy()955 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX | in cpu_probe_legacy()[all …]
346 #define MIPS_CPU_TLB 0x00000001ull /* CPU has TLB */ macro
21 #define cpu_has_tlb (cpu_data[0].options & MIPS_CPU_TLB)