Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/
Dcpu-info.h39 #define MIPS_CACHE_PINDEX 0x00000020 /* Physically indexed cache */ macro
Dcpu-features.h156 #define cpu_has_pindexed_dcache (cpu_data[0].dcache.flags & MIPS_CACHE_PINDEX)
/linux-4.1.27/arch/mips/mm/
Dc-r4k.c1254 c->dcache.flags |= MIPS_CACHE_PINDEX; in probe_pcache()
1285 c->dcache.flags |= MIPS_CACHE_PINDEX; in probe_pcache()
1321 (c->dcache.flags & MIPS_CACHE_PINDEX) ? "PIPT" : "VIPT", in probe_pcache()