Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/mm/
Dc-r4k.c1570 c->vcache.linesz = 2 << lsize; in probe_vcache()
1572 c->vcache.linesz = lsize; in probe_vcache()
1574 c->vcache.sets = 64 << ((config2 >> 24) & 15); in probe_vcache()
1575 c->vcache.ways = 1 + ((config2 >> 16) & 15); in probe_vcache()
1577 vcache_size = c->vcache.sets * c->vcache.ways * c->vcache.linesz; in probe_vcache()
1579 c->vcache.waybit = 0; in probe_vcache()
1580 c->vcache.waysize = vcache_size / c->vcache.ways; in probe_vcache()
1583 vcache_size >> 10, way_string[c->vcache.ways], c->vcache.linesz); in probe_vcache()
/Linux-v4.19/arch/mips/include/asm/
Dcpu-info.h77 struct cache_desc vcache; /* Victim cache, between pcache and scache */ member
/Linux-v4.19/arch/mips/loongson64/loongson-3/
Dsmp.c573 [vsets] "r" (cpu_data[smp_processor_id()].vcache.sets)); in loongson3a_r2r3_play_dead()