Lines Matching refs:current_cpu_data
294 unsigned long ic_lsize = current_cpu_data.icache.linesz; in tx39_flush_cache_sigtramp()
295 unsigned long dc_lsize = current_cpu_data.dcache.linesz; in tx39_flush_cache_sigtramp()
322 current_cpu_data.icache.linesz = 16; in tx39_probe_cache()
325 current_cpu_data.icache.ways = 1; in tx39_probe_cache()
326 current_cpu_data.dcache.ways = 1; in tx39_probe_cache()
327 current_cpu_data.dcache.linesz = 4; in tx39_probe_cache()
331 current_cpu_data.icache.ways = 2; in tx39_probe_cache()
332 current_cpu_data.dcache.ways = 2; in tx39_probe_cache()
333 current_cpu_data.dcache.linesz = 16; in tx39_probe_cache()
338 current_cpu_data.icache.ways = 1; in tx39_probe_cache()
339 current_cpu_data.dcache.ways = 1; in tx39_probe_cache()
340 current_cpu_data.dcache.linesz = 16; in tx39_probe_cache()
408 (dcache_size / current_cpu_data.dcache.ways) - 1, in tx39_cache_init()
414 current_cpu_data.icache.waysize = icache_size / current_cpu_data.icache.ways; in tx39_cache_init()
415 current_cpu_data.dcache.waysize = dcache_size / current_cpu_data.dcache.ways; in tx39_cache_init()
417 current_cpu_data.icache.sets = in tx39_cache_init()
418 current_cpu_data.icache.waysize / current_cpu_data.icache.linesz; in tx39_cache_init()
419 current_cpu_data.dcache.sets = in tx39_cache_init()
420 current_cpu_data.dcache.waysize / current_cpu_data.dcache.linesz; in tx39_cache_init()
422 if (current_cpu_data.dcache.waysize > PAGE_SIZE) in tx39_cache_init()
423 current_cpu_data.dcache.flags |= MIPS_CACHE_ALIASES; in tx39_cache_init()
425 current_cpu_data.icache.waybit = 0; in tx39_cache_init()
426 current_cpu_data.dcache.waybit = 0; in tx39_cache_init()
429 icache_size >> 10, current_cpu_data.icache.linesz); in tx39_cache_init()
431 dcache_size >> 10, current_cpu_data.dcache.linesz); in tx39_cache_init()