Lines Matching refs:current_cpu_data
231 unsigned long end = start + current_cpu_data.icache.waysize; in tx49_blast_icache32()
232 unsigned long ws_inc = 1UL << current_cpu_data.icache.waybit; in tx49_blast_icache32()
233 unsigned long ws_end = current_cpu_data.icache.ways << in tx49_blast_icache32()
234 current_cpu_data.icache.waybit; in tx49_blast_icache32()
260 unsigned long indexmask = current_cpu_data.icache.waysize - 1; in tx49_blast_icache32_page_indexed()
263 unsigned long ws_inc = 1UL << current_cpu_data.icache.waybit; in tx49_blast_icache32_page_indexed()
264 unsigned long ws_end = current_cpu_data.icache.ways << in tx49_blast_icache32_page_indexed()
265 current_cpu_data.icache.waybit; in tx49_blast_icache32_page_indexed()
953 struct cpuinfo_mips *c = ¤t_cpu_data; in probe_pcache()
1337 struct cpuinfo_mips *c = ¤t_cpu_data; in probe_scache()
1390 struct cpuinfo_mips *c = ¤t_cpu_data; in loongson2_sc_init()
1406 struct cpuinfo_mips *c = ¤t_cpu_data; in loongson3_sc_init()
1437 struct cpuinfo_mips *c = ¤t_cpu_data; in setup_scache()
1646 struct cpuinfo_mips *c = ¤t_cpu_data; in r4k_cache_init()
1744 current_cpu_data.dcache.flags &= ~MIPS_CACHE_ALIASES; in r4k_cache_init()
1747 current_cpu_data.options |= MIPS_CPU_INCLUSIVE_CACHES; in r4k_cache_init()