Home
last modified time | relevance | path

Searched refs:MIPS_CACHE_ALIASES (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/mips/include/asm/
Dcpu-info.h36 #define MIPS_CACHE_ALIASES 0x00000004 /* Cache could have aliases */ macro
Dcpu-features.h152 #define cpu_has_dc_aliases (cpu_data[0].dcache.flags & MIPS_CACHE_ALIASES)
/linux-4.4.14/arch/mips/mm/
Dc-r4k.c1282 c->icache.flags |= MIPS_CACHE_ALIASES; in probe_pcache()
1293 c->dcache.flags |= MIPS_CACHE_ALIASES; in probe_pcache()
1325 (c->dcache.flags & MIPS_CACHE_ALIASES) ? in probe_pcache()
1747 current_cpu_data.dcache.flags &= ~MIPS_CACHE_ALIASES; in r4k_cache_init()
Dc-tx39.c423 current_cpu_data.dcache.flags |= MIPS_CACHE_ALIASES; in tx39_cache_init()