Home
last modified time | relevance | path

Searched refs:waybit (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/arch/mips/mm/
A Dc-r4k.c1135 c->icache.waybit= 0; in probe_pcache()
1140 c->dcache.waybit = 0; in probe_pcache()
1149 c->icache.waybit= 0; in probe_pcache()
1154 c->dcache.waybit = 0; in probe_pcache()
1187 c->icache.waybit = 0; in probe_pcache()
1192 c->dcache.waybit = 0; in probe_pcache()
1221 c->icache.waybit = 0; in probe_pcache()
1483 c->vcache.waybit = 0; in probe_vcache()
1558 c->scache.waybit = 0; in loongson2_sc_init()
1589 c->scache.waybit = 0; in loongson3_sc_init()
[all …]
A Dsc-mips.c172 c->scache.waybit = __ffs(c->scache.waysize); in mips_sc_probe_cm3()
248 c->scache.waybit = __ffs(c->scache.waysize); in mips_sc_probe()
A Dc-octeon.c183 c->icache.waybit = ffs(icache_size / c->icache.ways) - 1; in probe_octeon()
192 c->dcache.waybit = ffs(dcache_size / c->dcache.ways) - 1; in probe_octeon()
A Dsc-rm7k.c239 c->scache.waybit= __ffs(scache_size / c->scache.ways); in rm7k_sc_init()
/linux-6.3-rc2/arch/mips/include/asm/
A Dr4kcache.h202 unsigned long ws_inc = 1UL << current_cpu_data.desc.waybit; \
204 current_cpu_data.desc.waybit; \
229 unsigned long ws_inc = 1UL << current_cpu_data.desc.waybit; \
231 current_cpu_data.desc.waybit; \
318 unsigned long ws_inc = 1UL << current_cpu_data.desc.waybit; \
320 current_cpu_data.desc.waybit; \
A Dcpu-info.h28 unsigned char waybit; /* Bits to select in a cache set */ member
/linux-6.3-rc2/arch/mips/kernel/
A Dpm-cps.c197 unsigned cache_size = cache->ways << cache->waybit; in cps_gen_cache_routine()

Completed in 14 milliseconds