Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/kvm/include/aarch64/
Ddelay.h14 uint64_t start = timer_get_cntct(timer); in __delay()
16 while ((timer_get_cntct(timer) - start) < cycles) in __delay()
Darch_timer.h34 static inline uint64_t timer_get_cntct(enum arch_timer timer) in timer_get_cntct() function
131 uint64_t now_ct = timer_get_cntct(timer); in timer_set_next_cval_ms()
/Linux-v6.1/tools/testing/selftests/kvm/aarch64/
Darch_timer.c94 shared_data->xcnt = timer_get_cntct(VIRTUAL); in guest_configure_timer_action()
99 shared_data->xcnt = timer_get_cntct(VIRTUAL); in guest_configure_timer_action()
104 shared_data->xcnt = timer_get_cntct(PHYSICAL); in guest_configure_timer_action()
109 shared_data->xcnt = timer_get_cntct(PHYSICAL); in guest_configure_timer_action()
129 xcnt = timer_get_cntct(VIRTUAL); in guest_validate_irq()
136 xcnt = timer_get_cntct(PHYSICAL); in guest_validate_irq()