Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/mips/include/asm/
A Dcpu-info.h50 #define MIPS_CACHE_PINDEX 0x00000020 /* Physically indexed cache */ macro
A Dcpu-features.h241 #define cpu_has_pindexed_dcache (cpu_data[0].dcache.flags & MIPS_CACHE_PINDEX)
/linux-6.3-rc2/arch/mips/mm/
A Dc-r4k.c1368 c->dcache.flags |= MIPS_CACHE_PINDEX; in probe_pcache()
1401 c->dcache.flags |= MIPS_CACHE_PINDEX; in probe_pcache()
1411 if (c->dcache.flags & MIPS_CACHE_PINDEX) in probe_pcache()
1458 (c->dcache.flags & MIPS_CACHE_PINDEX) ? "PIPT" : "VIPT", in probe_pcache()

Completed in 9 milliseconds