Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/kernel/
Dcpu-probe.c615 c->options = MIPS_CPU_4KEX | MIPS_CPU_4K_CACHE | MIPS_CPU_COUNTER | in decode_configs()
656 #define R4K_OPTS (MIPS_CPU_TLB | MIPS_CPU_4KEX | MIPS_CPU_4K_CACHE \
935 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX | in cpu_probe_legacy()
945 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX | in cpu_probe_legacy()
960 c->options = MIPS_CPU_TLB | MIPS_CPU_4K_CACHE | MIPS_CPU_4KEX | in cpu_probe_legacy()
/linux-4.1.27/arch/mips/include/asm/
Dcpu.h350 #define MIPS_CPU_4K_CACHE 0x00000008ull /* R4000-style caches */ macro
Dcpu-features.h63 #define cpu_has_4k_cache (cpu_data[0].options & MIPS_CPU_4K_CACHE)