Lines Matching refs:current_cpu_data
264 unsigned long end = start + current_cpu_data.icache.waysize; in tx49_blast_icache32()
265 unsigned long ws_inc = 1UL << current_cpu_data.icache.waybit; in tx49_blast_icache32()
266 unsigned long ws_end = current_cpu_data.icache.ways << in tx49_blast_icache32()
267 current_cpu_data.icache.waybit; in tx49_blast_icache32()
295 unsigned long indexmask = current_cpu_data.icache.waysize - 1; in tx49_blast_icache32_page_indexed()
298 unsigned long ws_inc = 1UL << current_cpu_data.icache.waybit; in tx49_blast_icache32_page_indexed()
299 unsigned long ws_end = current_cpu_data.icache.ways << in tx49_blast_icache32_page_indexed()
300 current_cpu_data.icache.waybit; in tx49_blast_icache32_page_indexed()
1107 struct cpuinfo_mips *c = ¤t_cpu_data; in probe_pcache()
1511 struct cpuinfo_mips *c = ¤t_cpu_data; in probe_vcache()
1545 struct cpuinfo_mips *c = ¤t_cpu_data; in probe_scache()
1598 struct cpuinfo_mips *c = ¤t_cpu_data; in loongson2_sc_init()
1614 struct cpuinfo_mips *c = ¤t_cpu_data; in loongson3_sc_init()
1649 struct cpuinfo_mips *c = ¤t_cpu_data; in setup_scache()
1862 struct cpuinfo_mips *c = ¤t_cpu_data; in r4k_cache_init()
1963 current_cpu_data.options |= MIPS_CPU_INCLUSIVE_CACHES; in r4k_cache_init()