Lines Matching refs:current_cpu_data
263 unsigned long end = start + current_cpu_data.icache.waysize; in tx49_blast_icache32()
264 unsigned long ws_inc = 1UL << current_cpu_data.icache.waybit; in tx49_blast_icache32()
265 unsigned long ws_end = current_cpu_data.icache.ways << in tx49_blast_icache32()
266 current_cpu_data.icache.waybit; in tx49_blast_icache32()
294 unsigned long indexmask = current_cpu_data.icache.waysize - 1; in tx49_blast_icache32_page_indexed()
297 unsigned long ws_inc = 1UL << current_cpu_data.icache.waybit; in tx49_blast_icache32_page_indexed()
298 unsigned long ws_end = current_cpu_data.icache.ways << in tx49_blast_icache32_page_indexed()
299 current_cpu_data.icache.waybit; in tx49_blast_icache32_page_indexed()
1106 struct cpuinfo_mips *c = ¤t_cpu_data; in probe_pcache()
1466 struct cpuinfo_mips *c = ¤t_cpu_data; in probe_vcache()
1500 struct cpuinfo_mips *c = ¤t_cpu_data; in probe_scache()
1553 struct cpuinfo_mips *c = ¤t_cpu_data; in loongson2_sc_init()
1569 struct cpuinfo_mips *c = ¤t_cpu_data; in loongson3_sc_init()
1604 struct cpuinfo_mips *c = ¤t_cpu_data; in setup_scache()
1817 struct cpuinfo_mips *c = ¤t_cpu_data; in r4k_cache_init()
1918 current_cpu_data.options |= MIPS_CPU_INCLUSIVE_CACHES; in r4k_cache_init()