Home
last modified time | relevance | path

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

/linux-5.15/arch/mips/include/asm/
H A Dcpu-info.h47 #define MIPS_CACHE_ALIASES 0x00000004 /* Cache could have aliases */ macro
H A Dcpu-features.h235 #define cpu_has_dc_aliases (cpu_data[0].dcache.flags & MIPS_CACHE_ALIASES)
/linux-5.15/arch/mips/mm/
H A Dc-r4k.c1441 c->icache.flags |= MIPS_CACHE_ALIASES; in probe_pcache()
1453 c->dcache.flags |= MIPS_CACHE_ALIASES; in probe_pcache()
1458 c->dcache.flags &= ~MIPS_CACHE_ALIASES; in probe_pcache()
1486 c->dcache.flags &= ~MIPS_CACHE_ALIASES; in probe_pcache()
1505 (c->dcache.flags & MIPS_CACHE_ALIASES) ? in probe_pcache()
H A Dc-tx39.c401 current_cpu_data.dcache.flags |= MIPS_CACHE_ALIASES; in tx39_cache_init()