Searched refs:timer_get_cycles (Results 1 – 3 of 3) sorted by relevance
25 static inline uint64_t timer_get_cycles(void) in timer_get_cycles() function52 uint64_t now_ct = timer_get_cycles(); in timer_set_next_cmp_ms()60 uint64_t start = timer_get_cycles(); in __delay()62 while ((timer_get_cycles() - start) < cycles) in __delay()
27 xcnt = timer_get_cycles(); in guest_irq_handler()51 shared_data->xcnt = timer_get_cycles(); in guest_run()
72 static u64 timer_get_cycles(struct clocksource *cs) in timer_get_cycles() function80 .read = timer_get_cycles,