Home
last modified time | relevance | path

Searched refs:MIPS_CPU_TLB (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/mips/kernel/
Dcpu-probe.c643 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()
/Linux-v5.4/arch/mips/include/asm/
Dcpu.h355 #define MIPS_CPU_TLB BIT_ULL( 0) /* CPU has TLB */ macro
Dcpu-features.h73 #define cpu_has_tlb __opt(MIPS_CPU_TLB)