Searched refs:MIPS_CACHE_PINDEX (Results 1 – 3 of 3) sorted by relevance
50 #define MIPS_CACHE_PINDEX 0x00000020 /* Physically indexed cache */ macro
244 #define cpu_has_pindexed_dcache (cpu_data[0].dcache.flags & MIPS_CACHE_PINDEX)
1380 c->dcache.flags |= MIPS_CACHE_PINDEX; in probe_pcache()1413 c->dcache.flags |= MIPS_CACHE_PINDEX; in probe_pcache()1423 if (c->dcache.flags & MIPS_CACHE_PINDEX) in probe_pcache()1470 (c->dcache.flags & MIPS_CACHE_PINDEX) ? "PIPT" : "VIPT", in probe_pcache()