Home
last modified time | relevance | path

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

/Linux-v5.10/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-v5.10/arch/mips/mm/
Dc-r4k.c1440 c->icache.flags |= MIPS_CACHE_ALIASES; in probe_pcache()
1452 c->dcache.flags |= MIPS_CACHE_ALIASES; in probe_pcache()
1457 c->dcache.flags &= ~MIPS_CACHE_ALIASES; in probe_pcache()
1485 c->dcache.flags &= ~MIPS_CACHE_ALIASES; in probe_pcache()
1504 (c->dcache.flags & MIPS_CACHE_ALIASES) ? in probe_pcache()
Dc-tx39.c401 current_cpu_data.dcache.flags |= MIPS_CACHE_ALIASES; in tx39_cache_init()