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