Home
last modified time | relevance | path

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

/arch/mips/mm/
A Dc-r4k.c1025 c->icache.waybit= 0; in probe_pcache()
1030 c->dcache.waybit = 0; in probe_pcache()
1039 c->icache.waybit= 0; in probe_pcache()
1044 c->dcache.waybit = 0; in probe_pcache()
1077 c->icache.waybit = 0; in probe_pcache()
1082 c->dcache.waybit = 0; in probe_pcache()
1111 c->icache.waybit = 0; in probe_pcache()
1373 c->vcache.waybit = 0; in probe_vcache()
1448 c->scache.waybit = 0; in loongson2_sc_init()
1479 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.c188 c->icache.waybit = ffs(icache_size / c->icache.ways) - 1; in probe_octeon()
197 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()
/arch/mips/include/asm/
A Dr4kcache.h206 unsigned long ws_inc = 1UL << current_cpu_data.desc.waybit; \
208 current_cpu_data.desc.waybit; \
233 unsigned long ws_inc = 1UL << current_cpu_data.desc.waybit; \
235 current_cpu_data.desc.waybit; \
322 unsigned long ws_inc = 1UL << current_cpu_data.desc.waybit; \
324 current_cpu_data.desc.waybit; \
A Dcpu-info.h28 unsigned char waybit; /* Bits to select in a cache set */ member
/arch/mips/kernel/
A Dpm-cps.c193 unsigned cache_size = cache->ways << cache->waybit; in cps_gen_cache_routine()

Completed in 16 milliseconds