Home
last modified time | relevance | path

Searched refs:timer_get_cycles (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/tools/testing/selftests/kvm/include/riscv/
Darch_timer.h25 static inline uint64_t timer_get_cycles(void) in timer_get_cycles() function
52 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()
/linux-6.12.1/tools/testing/selftests/kvm/riscv/
Darch_timer.c27 xcnt = timer_get_cycles(); in guest_irq_handler()
51 shared_data->xcnt = timer_get_cycles(); in guest_run()
/linux-6.12.1/arch/hexagon/kernel/
Dtime.c72 static u64 timer_get_cycles(struct clocksource *cs) in timer_get_cycles() function
80 .read = timer_get_cycles,