Home
last modified time | relevance | path

Searched refs:ms_hyperv (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/x86/kernel/cpu/
Dmshyperv.c32 struct ms_hyperv_info ms_hyperv; variable
33 EXPORT_SYMBOL_GPL(ms_hyperv);
118 ms_hyperv.features = cpuid_eax(HYPERV_CPUID_FEATURES); in ms_hyperv_init_platform()
119 ms_hyperv.hints = cpuid_eax(HYPERV_CPUID_ENLIGHTMENT_INFO); in ms_hyperv_init_platform()
122 ms_hyperv.features, ms_hyperv.hints); in ms_hyperv_init_platform()
125 if (ms_hyperv.features & HV_X64_MSR_APIC_FREQUENCY_AVAILABLE) { in ms_hyperv_init_platform()
139 if (ms_hyperv.features & HV_X64_MSR_TIME_REF_COUNT_AVAILABLE) in ms_hyperv_init_platform()
/linux-4.1.27/arch/x86/include/asm/
Dmshyperv.h13 extern struct ms_hyperv_info ms_hyperv;
/linux-4.1.27/drivers/hv/
Dhv.c468 if (ms_hyperv.features & HV_X64_MSR_SYNTIMER_AVAILABLE) in hv_synic_init()
483 if (!(ms_hyperv.features & HV_X64_MSR_SYNTIMER_AVAILABLE)) in hv_synic_clockevents_cleanup()
505 if (ms_hyperv.features & HV_X64_MSR_SYNTIMER_AVAILABLE) in hv_synic_cleanup()
Dvmbus_drv.c844 if (ms_hyperv.features & HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE) { in vmbus_bus_init()