Searched refs:get_ccount (Results 1 – 4 of 4) sorted by relevance
37 return (cycle_t)get_ccount(); in ccount_read()42 return get_ccount(); in ccount_sched_clock_read()69 next = get_ccount() + delta; in ccount_timer_set_next_event()71 if (next - get_ccount() > delta) in ccount_timer_set_next_event()
210 ccount = get_ccount(); in boot_secondary()
39 unsigned long start = get_ccount(); in __udelay()43 while (((unsigned long)get_ccount()) - start < cycles) in __udelay()
51 static inline unsigned long get_ccount (void) in get_ccount() function