Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/aarch64/
H A Darch_timer.c96 timer_set_ctl(VIRTUAL, CTL_ENABLE); in guest_configure_timer_action()
101 timer_set_ctl(VIRTUAL, CTL_ENABLE); in guest_configure_timer_action()
106 timer_set_ctl(PHYSICAL, CTL_ENABLE); in guest_configure_timer_action()
111 timer_set_ctl(PHYSICAL, CTL_ENABLE); in guest_configure_timer_action()
147 if ((xctl & CTL_IMASK) || !(xctl & CTL_ENABLE)) in guest_validate_irq()
/openbmc/linux/tools/testing/selftests/kvm/include/aarch64/
H A Darch_timer.h16 #define CTL_ENABLE (1 << 0) macro