Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/clocksource/
Dhyperv_timer.c114 if (!(ms_hyperv.features & HV_MSR_SYNTIMER_AVAILABLE)) in hv_stimer_init()
141 if (ms_hyperv.features & HV_MSR_SYNTIMER_AVAILABLE) { in hv_stimer_cleanup()
195 if (ms_hyperv.features & HV_MSR_SYNTIMER_AVAILABLE) { in hv_stimer_global_cleanup()
/Linux-v5.4/arch/x86/include/asm/
Dhyperv-tlfs.h60 #define HV_MSR_SYNTIMER_AVAILABLE BIT(3) macro
/Linux-v5.4/arch/x86/kvm/
Dhyperv.c1844 ent->eax |= HV_MSR_SYNTIMER_AVAILABLE; in kvm_vcpu_ioctl_get_hv_cpuid()