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()
293 unsigned long indexmask = current_cpu_data.icache.waysize - 1; in tx49_blast_icache32_page_indexed()
296 unsigned long ws_inc = 1UL << current_cpu_data.icache.waybit; in tx49_blast_icache32_page_indexed()
297 unsigned long ws_end = current_cpu_data.icache.ways << in tx49_blast_icache32_page_indexed()
298 current_cpu_data.icache.waybit; in tx49_blast_icache32_page_indexed()
1160 struct cpuinfo_mips *c = ¤t_cpu_data; in probe_pcache()
1562 struct cpuinfo_mips *c = ¤t_cpu_data; in probe_vcache()
1596 struct cpuinfo_mips *c = ¤t_cpu_data; in probe_scache()
1649 struct cpuinfo_mips *c = ¤t_cpu_data; in loongson2_sc_init()
1665 struct cpuinfo_mips *c = ¤t_cpu_data; in loongson3_sc_init()
1697 struct cpuinfo_mips *c = ¤t_cpu_data; in setup_scache()
1906 struct cpuinfo_mips *c = ¤t_cpu_data;
2013 current_cpu_data.options |= MIPS_CPU_INCLUSIVE_CACHES;