Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/include/asm/
Dcpu-info.h47 #define MIPS_CACHE_ALIASES 0x00000004 /* Cache could have aliases */ macro
Dcpu-features.h235 #define cpu_has_dc_aliases (cpu_data[0].dcache.flags & MIPS_CACHE_ALIASES)
/linux-6.1.9/arch/mips/mm/
Dc-r4k.c1395 c->icache.flags |= MIPS_CACHE_ALIASES; in probe_pcache()
1407 c->dcache.flags |= MIPS_CACHE_ALIASES; in probe_pcache()
1412 c->dcache.flags &= ~MIPS_CACHE_ALIASES; in probe_pcache()
1440 c->dcache.flags &= ~MIPS_CACHE_ALIASES; in probe_pcache()
1459 (c->dcache.flags & MIPS_CACHE_ALIASES) ? in probe_pcache()