Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/mips/kernel/
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()
/linux-6.3-rc2/arch/mips/mm/
A Dc-r4k.c1474 c->vcache.linesz = 2 << lsize; in probe_vcache()
1476 c->vcache.linesz = lsize; in probe_vcache()
1478 c->vcache.sets = 64 << ((config2 >> 24) & 15); in probe_vcache()
1479 c->vcache.ways = 1 + ((config2 >> 16) & 15); in probe_vcache()
1481 vcache_size = c->vcache.sets * c->vcache.ways * c->vcache.linesz; in probe_vcache()
1483 c->vcache.waybit = 0; in probe_vcache()
1484 c->vcache.waysize = vcache_size / c->vcache.ways; in probe_vcache()
1487 vcache_size >> 10, way_string[c->vcache.ways], c->vcache.linesz); in probe_vcache()
/linux-6.3-rc2/arch/mips/include/asm/
A Dcpu-info.h77 struct cache_desc vcache; /* Victim cache, between pcache and scache */ member
/linux-6.3-rc2/arch/mips/loongson64/
A Dsmp.c749 [vsets] "r" (cpu_data[smp_processor_id()].vcache.sets)); in loongson3_type3_play_dead()

Completed in 9 milliseconds