HomeSort by: relevance | last modified time | path
    Searched defs:hyperv_features (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/x86/x86/
hyperv.c 112 static u_int hyperv_features; /* CPUID_HV_MSR_ */ variable in typeref:typename:u_int
243 if ((hyperv_features &
409 if (!hyperv_probe(&maxleaf, &hyperv_features, &hyperv_pm_features,
435 hyperv_features);
541 if (hyperv_features & CPUID_HV_MSR_TIME_REFCNT) {
558 if ((hyperv_features & CPUID_HV_MSR_TIME_FREQ) &&
630 if (hyperv_features & CPUID_HV_MSR_TIME_REFCNT)
741 return (hyperv_features & CPUID_HV_MSR_SYNIC) ? 1 : 0;

Completed in 12 milliseconds