Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Dcpu-probe.c725 c->options = MIPS_CPU_4KEX | MIPS_CPU_4K_CACHE | MIPS_CPU_COUNTER | in decode_configs()
1034 #define R4K_OPTS (MIPS_CPU_TLB | MIPS_CPU_4KEX | MIPS_CPU_4K_CACHE \
1215 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX | in cpu_probe_legacy()
1225 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX | in cpu_probe_legacy()
1241 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX | in cpu_probe_legacy()
1610 c->options &= ~MIPS_CPU_4K_CACHE; in cpu_probe_cavium()
/openbmc/linux/arch/mips/include/asm/
H A Dcpu.h363 #define MIPS_CPU_4K_CACHE BIT_ULL( 3) /* R4000-style caches */ macro
H A Dcpu-features.h121 #define cpu_has_4k_cache __opt(MIPS_CPU_4K_CACHE)