Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/include/asm/
Dcpu-info.h50 #define MIPS_CACHE_PINDEX 0x00000020 /* Physically indexed cache */ macro
Dcpu-features.h244 #define cpu_has_pindexed_dcache (cpu_data[0].dcache.flags & MIPS_CACHE_PINDEX)
/Linux-v5.4/arch/mips/mm/
Dc-r4k.c1380 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()