Searched refs:MIPS_CACHE_PINDEX (Results 1 – 3 of 3) sorted by relevance
48 #define MIPS_CACHE_PINDEX 0x00000020 /* Physically indexed cache */ macro
182 #define cpu_has_pindexed_dcache (cpu_data[0].dcache.flags & MIPS_CACHE_PINDEX)
1458 c->dcache.flags |= MIPS_CACHE_PINDEX; in probe_pcache()1492 c->dcache.flags |= MIPS_CACHE_PINDEX; in probe_pcache()1535 (c->dcache.flags & MIPS_CACHE_PINDEX) ? "PIPT" : "VIPT", in probe_pcache()