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

  /src/usr.sbin/cpuctl/arch/
i386.c 1642 char hv_sig[13]; local in function:cpu_probe_hv_features
1657 for (i = 1, p = hv_sig; i < 4; i++, p += sizeof(descs) / 4)
1671 if (strncmp(hv_sig, "HAXMHAXMHAXM", 12) == 0)
1673 else if (strncmp(hv_sig, "KVMKVMKVM", 9) == 0)
1675 else if (strncmp(hv_sig, "Microsoft Hv", 12) == 0)
1677 else if (strncmp(hv_sig, "TCGTCGTCGTCG", 12) == 0)
1679 else if (strncmp(hv_sig, "VMwareVMware", 12) == 0)
1681 else if (strncmp(hv_sig, "XenVMMXenVMM", 12) == 0)
1683 else if (strncmp(hv_sig, "___ NVMM ___", 12) == 0)

Completed in 13 milliseconds