Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/
Dcpu.h349 #define MIPS_CPU_3K_CACHE 0x00000004ull /* R3000-style caches */ macro
Dcpu-features.h58 #define cpu_has_3k_cache (cpu_data[0].options & MIPS_CPU_3K_CACHE)
/linux-4.1.27/arch/mips/kernel/
Dcpu-probe.c666 c->options = MIPS_CPU_TLB | MIPS_CPU_3K_CACHE | in cpu_probe_legacy()
686 c->options = MIPS_CPU_TLB | MIPS_CPU_3K_CACHE | in cpu_probe_legacy()