Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mips/include/asm/
Dcpu.h300 #define MIPS_CPU_3K_CACHE 0x00000004 /* R3000-style caches */ macro
Dcpu-features.h31 #define cpu_has_3k_cache (cpu_data[0].options & MIPS_CPU_3K_CACHE)
/linux-3.4.99/arch/mips/kernel/
Dcpu-probe.c342 c->options = MIPS_CPU_TLB | MIPS_CPU_3K_CACHE | in cpu_probe_legacy()
363 c->options = MIPS_CPU_TLB | MIPS_CPU_3K_CACHE | in cpu_probe_legacy()