Home
last modified time | relevance | path

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

/Linux-v5.10/arch/mips/kernel/
Dcpu-r3k-probe.c95 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()
121 c->options = MIPS_CPU_TLB | MIPS_CPU_TX39_CACHE; in cpu_probe()
Dcpu-probe.c413 c->options |= MIPS_CPU_TLB; in decode_config0()
415 c->options |= MIPS_CPU_TLB | MIPS_CPU_FTLB; in decode_config0()
1033 #define R4K_OPTS (MIPS_CPU_TLB | MIPS_CPU_4KEX | MIPS_CPU_4K_CACHE \
1043 c->options = MIPS_CPU_TLB | MIPS_CPU_3K_CACHE | in cpu_probe_legacy()
1063 c->options = MIPS_CPU_TLB | MIPS_CPU_3K_CACHE | in cpu_probe_legacy()
1184 c->options = MIPS_CPU_TLB | MIPS_CPU_TX39_CACHE; in cpu_probe_legacy()
1268 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX | in cpu_probe_legacy()
1278 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX | in cpu_probe_legacy()
1294 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX | in cpu_probe_legacy()
1884 c->options = (MIPS_CPU_TLB | in cpu_probe_netlogic()
/Linux-v5.10/arch/mips/include/asm/
Dcpu.h366 #define MIPS_CPU_TLB BIT_ULL( 0) /* CPU has TLB */ macro
Dcpu-features.h73 #define cpu_has_tlb __opt(MIPS_CPU_TLB)