Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/kernel/
Dcpu-probe.c612 c->options |= MIPS_CPU_TLB; in decode_config0()
614 c->options |= MIPS_CPU_TLB | MIPS_CPU_FTLB; in decode_config0()
1179 #define R4K_OPTS (MIPS_CPU_TLB | MIPS_CPU_4KEX | MIPS_CPU_4K_CACHE \
1189 c->options = MIPS_CPU_TLB | MIPS_CPU_3K_CACHE | in cpu_probe_legacy()
1209 c->options = MIPS_CPU_TLB | MIPS_CPU_3K_CACHE | in cpu_probe_legacy()
1339 c->options = MIPS_CPU_TLB | MIPS_CPU_TX39_CACHE; in cpu_probe_legacy()
1431 c->options = MIPS_CPU_TLB | MIPS_CPU_4KEX | in cpu_probe_legacy()
1440 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX | in cpu_probe_legacy()
1450 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX | in cpu_probe_legacy()
1465 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX | in cpu_probe_legacy()
[all …]
/Linux-v4.19/arch/mips/include/asm/
Dcpu.h364 #define MIPS_CPU_TLB MBIT_ULL( 0) /* CPU has TLB */ macro
Dcpu-features.h60 #define cpu_has_tlb __opt(MIPS_CPU_TLB)