Searched refs:rangetime (Results 1 – 1 of 1) sorted by relevance
479 unsigned long rangetime, alltime; in parisc_setup_cache_timing() local488 rangetime = mfctl(16); in parisc_setup_cache_timing()490 rangetime = mfctl(16) - rangetime; in parisc_setup_cache_timing()493 alltime, size, rangetime); in parisc_setup_cache_timing()495 threshold = L1_CACHE_ALIGN((unsigned long)((uint64_t)size * alltime / rangetime)); in parisc_setup_cache_timing()520 rangetime = mfctl(16); in parisc_setup_cache_timing()522 rangetime = mfctl(16) - rangetime; in parisc_setup_cache_timing()529 alltime, size, rangetime); in parisc_setup_cache_timing()531 threshold = PAGE_ALIGN((num_online_cpus() * size * alltime) / rangetime); in parisc_setup_cache_timing()