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

/linux-master/arch/mips/include/asm/
H A Dcpu-info.h47 #define MIPS_CACHE_ALIASES 0x00000004 /* Cache could have aliases */ macro
H A Dcpu-features.h252 #define cpu_has_dc_aliases (cpu_data[0].dcache.flags & MIPS_CACHE_ALIASES)
/linux-master/arch/mips/mm/
H A Dc-r4k.c1285 c->icache.flags |= MIPS_CACHE_ALIASES;
1297 c->dcache.flags |= MIPS_CACHE_ALIASES;
1302 c->dcache.flags &= ~MIPS_CACHE_ALIASES;
1330 c->dcache.flags &= ~MIPS_CACHE_ALIASES;
1349 (c->dcache.flags & MIPS_CACHE_ALIASES) ?

Completed in 114 milliseconds