Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/mm/
Dc-r4k.c1519 c->vcache.linesz = 2 << lsize; in probe_vcache()
1521 c->vcache.linesz = lsize; in probe_vcache()
1523 c->vcache.sets = 64 << ((config2 >> 24) & 15); in probe_vcache()
1524 c->vcache.ways = 1 + ((config2 >> 16) & 15); in probe_vcache()
1526 vcache_size = c->vcache.sets * c->vcache.ways * c->vcache.linesz; in probe_vcache()
1528 c->vcache.waybit = 0; in probe_vcache()
1529 c->vcache.waysize = vcache_size / c->vcache.ways; in probe_vcache()
1532 vcache_size >> 10, way_string[c->vcache.ways], c->vcache.linesz); in probe_vcache()
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dcpu-info.h77 struct cache_desc vcache; /* Victim cache, between pcache and scache */ member
/kernel/linux/linux-5.10/arch/mips/loongson64/
Dsmp.c675 [vsets] "r" (cpu_data[smp_processor_id()].vcache.sets)); in loongson3_type3_play_dead()