Searched refs:hypervid (Results 1 – 1 of 1) sorted by relevance
93 uint64_t hypervid; in is_hyperv() local106 hypervid = fadt->HypervisorId; in is_hyperv()108 ret = strncmp((char *)&hypervid, "MsHyperV", 8) == 0 ? true : false; in is_hyperv()