Home
last modified time | relevance | path

Searched refs:CTL_ENABLE (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/tools/testing/selftests/kvm/aarch64/
Darch_timer.c95 timer_set_ctl(VIRTUAL, CTL_ENABLE); in guest_configure_timer_action()
100 timer_set_ctl(VIRTUAL, CTL_ENABLE); in guest_configure_timer_action()
105 timer_set_ctl(PHYSICAL, CTL_ENABLE); in guest_configure_timer_action()
110 timer_set_ctl(PHYSICAL, CTL_ENABLE); in guest_configure_timer_action()
/linux-6.1.9/tools/testing/selftests/kvm/include/aarch64/
Darch_timer.h16 #define CTL_ENABLE (1 << 0) macro