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

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

Completed in 163 milliseconds