Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/kernel/
Dcpu-probe.c870 c->options = MIPS_CPU_4KEX | MIPS_CPU_4K_CACHE | MIPS_CPU_COUNTER | in decode_configs()
1179 #define R4K_OPTS (MIPS_CPU_TLB | MIPS_CPU_4KEX | MIPS_CPU_4K_CACHE \
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()
/Linux-v4.19/arch/mips/include/asm/
Dcpu.h367 #define MIPS_CPU_4K_CACHE MBIT_ULL( 3) /* R4000-style caches */ macro
Dcpu-features.h108 #define cpu_has_4k_cache __isa_ge_or_opt(1, MIPS_CPU_4K_CACHE)