vcache 77 arch/mips/include/asm/cpu-info.h struct cache_desc vcache; /* Victim cache, between pcache and scache */ vcache 564 arch/mips/loongson64/loongson-3/smp.c [vsets] "r" (cpu_data[smp_processor_id()].vcache.sets)); vcache 1486 arch/mips/mm/c-r4k.c c->vcache.linesz = 2 << lsize; vcache 1488 arch/mips/mm/c-r4k.c c->vcache.linesz = lsize; vcache 1490 arch/mips/mm/c-r4k.c c->vcache.sets = 64 << ((config2 >> 24) & 15); vcache 1491 arch/mips/mm/c-r4k.c c->vcache.ways = 1 + ((config2 >> 16) & 15); vcache 1493 arch/mips/mm/c-r4k.c vcache_size = c->vcache.sets * c->vcache.ways * c->vcache.linesz; vcache 1495 arch/mips/mm/c-r4k.c c->vcache.waybit = 0; vcache 1496 arch/mips/mm/c-r4k.c c->vcache.waysize = vcache_size / c->vcache.ways; vcache 1499 arch/mips/mm/c-r4k.c vcache_size >> 10, way_string[c->vcache.ways], c->vcache.linesz);