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

/linux-master/arch/mips/include/asm/
H A Dcpu-info.h50 #define MIPS_CACHE_PINDEX 0x00000020 /* Physically indexed cache */ macro
H A Dcpu-features.h258 #define cpu_has_pindexed_dcache (cpu_data[0].dcache.flags & MIPS_CACHE_PINDEX)
/linux-master/arch/mips/mm/
H A Dc-r4k.c1258 c->dcache.flags |= MIPS_CACHE_PINDEX;
1291 c->dcache.flags |= MIPS_CACHE_PINDEX;
1301 if (c->dcache.flags & MIPS_CACHE_PINDEX)
1348 (c->dcache.flags & MIPS_CACHE_PINDEX) ? "PIPT" : "VIPT",

Completed in 145 milliseconds