Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/x86/x86/
Dhyperv.c112 static u_int hyperv_features; /* CPUID_HV_MSR_ */ variable
243 if ((hyperv_features & in hyperv_tsc_tcinit()
409 if (!hyperv_probe(&maxleaf, &hyperv_features, &hyperv_pm_features, in hyperv_identify()
435 hyperv_features); in hyperv_identify()
541 if (hyperv_features & CPUID_HV_MSR_TIME_REFCNT) { in hyperv_init()
558 if ((hyperv_features & CPUID_HV_MSR_TIME_FREQ) && in hyperv_init()
630 if (hyperv_features & CPUID_HV_MSR_TIME_REFCNT) in hyperv_detach()
741 return (hyperv_features & CPUID_HV_MSR_SYNIC) ? 1 : 0; in hyperv_synic_supported()