Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kvm/
Dhyperv.c201 (stimer->config & HV_STIMER_ENABLE) && in kvm_hv_notify_acked_sint()
549 if ((stimer->config & HV_STIMER_ENABLE) && HV_STIMER_SINT(config) == 0) in stimer_set_config()
550 config &= ~HV_STIMER_ENABLE; in stimer_set_config()
565 stimer->config &= ~HV_STIMER_ENABLE; in stimer_set_count()
567 stimer->config |= HV_STIMER_ENABLE; in stimer_set_count()
649 stimer->config &= ~HV_STIMER_ENABLE; in stimer_expiration()
663 if (stimer->config & HV_STIMER_ENABLE) { in kvm_hv_process_stimers()
673 if ((stimer->config & HV_STIMER_ENABLE) && in kvm_hv_process_stimers()
/Linux-v4.19/arch/x86/include/asm/
Dhyperv-tlfs.h723 #define HV_STIMER_ENABLE (1ULL << 0) macro