Home
last modified time | relevance | path

Searched refs:vcache (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/mips/kernel/
H A Dcacheinfo.c38 if (c->vcache.waysize) { in init_cache_level()
96 if (c->vcache.waysize) { in populate_cache_leaves()
99 populate_cache(vcache, this_leaf, level, CACHE_TYPE_UNIFIED); in populate_cache_leaves()
/openbmc/linux/arch/mips/mm/
H A Dc-r4k.c1364 c->vcache.linesz = 2 << lsize; in probe_vcache()
1366 c->vcache.linesz = lsize; in probe_vcache()
1368 c->vcache.sets = 64 << ((config2 >> 24) & 15); in probe_vcache()
1369 c->vcache.ways = 1 + ((config2 >> 16) & 15); in probe_vcache()
1371 vcache_size = c->vcache.sets * c->vcache.ways * c->vcache.linesz; in probe_vcache()
1373 c->vcache.waybit = 0; in probe_vcache()
1374 c->vcache.waysize = vcache_size / c->vcache.ways; in probe_vcache()
1377 vcache_size >> 10, way_string[c->vcache.ways], c->vcache.linesz); in probe_vcache()
/openbmc/linux/arch/mips/include/asm/
H A Dcpu-info.h77 struct cache_desc vcache; /* Victim cache, between pcache and scache */ member
/openbmc/linux/arch/mips/loongson64/
H A Dsmp.c749 [vsets] "r" (cpu_data[smp_processor_id()].vcache.sets)); in loongson3_type3_play_dead()