MIPS_CACHE_VTAG 235 arch/mips/include/asm/cpu-features.h #define cpu_has_vtag_icache (cpu_data[0].icache.flags & MIPS_CACHE_VTAG) MIPS_CACHE_VTAG 183 arch/mips/mm/c-octeon.c c->icache.flags |= MIPS_CACHE_VTAG; MIPS_CACHE_VTAG 203 arch/mips/mm/c-octeon.c c->icache.flags |= MIPS_CACHE_VTAG; MIPS_CACHE_VTAG 217 arch/mips/mm/c-octeon.c c->icache.flags |= MIPS_CACHE_VTAG; MIPS_CACHE_VTAG 1279 arch/mips/mm/c-r4k.c c->icache.flags |= MIPS_CACHE_VTAG; MIPS_CACHE_VTAG 1316 arch/mips/mm/c-r4k.c c->icache.flags |= MIPS_CACHE_VTAG; MIPS_CACHE_VTAG 1440 arch/mips/mm/c-r4k.c c->icache.flags |= MIPS_CACHE_VTAG; MIPS_CACHE_VTAG 1465 arch/mips/mm/c-r4k.c c->icache.flags & MIPS_CACHE_VTAG ? "VIVT" : "VIPT",