Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/mm/
Dc-r4k.c265 unsigned long ws_inc = 1UL << current_cpu_data.icache.waybit; in tx49_blast_icache32()
267 current_cpu_data.icache.waybit; in tx49_blast_icache32()
296 unsigned long ws_inc = 1UL << current_cpu_data.icache.waybit; in tx49_blast_icache32_page_indexed()
298 current_cpu_data.icache.waybit; in tx49_blast_icache32_page_indexed()
1091 c->icache.waybit = __ffs(icache_size/2); in probe_pcache()
1096 c->dcache.waybit= __ffs(dcache_size/2); in probe_pcache()
1105 c->icache.waybit= 0; in probe_pcache()
1110 c->dcache.waybit = 0; in probe_pcache()
1119 c->icache.waybit= 0; in probe_pcache()
1124 c->dcache.waybit = 0; in probe_pcache()
[all …]
Dsc-mips.c173 c->scache.waybit = __ffs(c->scache.waysize); in mips_sc_probe_cm3()
246 c->scache.waybit = __ffs(c->scache.waysize); in mips_sc_probe()
Dc-octeon.c186 c->icache.waybit = ffs(icache_size / c->icache.ways) - 1; in probe_octeon()
195 c->dcache.waybit = ffs(dcache_size / c->dcache.ways) - 1; in probe_octeon()
Dc-tx39.c408 current_cpu_data.icache.waybit = 0; in tx39_cache_init()
409 current_cpu_data.dcache.waybit = 0; in tx39_cache_init()
Dsc-rm7k.c239 c->scache.waybit= __ffs(scache_size / c->scache.ways); in rm7k_sc_init()
/Linux-v5.4/arch/mips/include/asm/
Dr4kcache.h535 unsigned long ws_inc = 1UL << current_cpu_data.desc.waybit; \
537 current_cpu_data.desc.waybit; \
561 unsigned long ws_inc = 1UL << current_cpu_data.desc.waybit; \
563 current_cpu_data.desc.waybit; \
684 unsigned long ws_inc = 1UL << current_cpu_data.desc.waybit; \
686 current_cpu_data.desc.waybit; \
Dcpu-info.h28 unsigned char waybit; /* Bits to select in a cache set */ member
/Linux-v5.4/arch/mips/kernel/
Dpm-cps.c197 unsigned cache_size = cache->ways << cache->waybit; in cps_gen_cache_routine()