Searched refs:rangetime (Results 1 – 1 of 1) sorted by relevance
553 unsigned long rangetime, alltime; in parisc_setup_cache_timing() local562 rangetime = mfctl(16); in parisc_setup_cache_timing()564 rangetime = mfctl(16) - rangetime; in parisc_setup_cache_timing()567 alltime, size, rangetime); in parisc_setup_cache_timing()569 threshold = L1_CACHE_ALIGN((unsigned long)((uint64_t)size * alltime / rangetime)); in parisc_setup_cache_timing()594 rangetime = mfctl(16); in parisc_setup_cache_timing()596 rangetime = mfctl(16) - rangetime; in parisc_setup_cache_timing()603 alltime, size, rangetime); in parisc_setup_cache_timing()605 threshold = PAGE_ALIGN((num_online_cpus() * size * alltime) / rangetime); in parisc_setup_cache_timing()