Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hv/
Dhv.c325 if (ms_hyperv.features & HV_MSR_SYNTIMER_AVAILABLE) in hv_synic_init()
340 if (!(ms_hyperv.features & HV_MSR_SYNTIMER_AVAILABLE)) in hv_synic_clockevents_cleanup()
399 if (ms_hyperv.features & HV_MSR_SYNTIMER_AVAILABLE) { in hv_synic_cleanup()
/Linux-v4.19/arch/x86/include/asm/
Dhyperv-tlfs.h63 #define HV_MSR_SYNTIMER_AVAILABLE (1 << 3) macro