Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/vmbus/aarch64/
H A Dhyperv_aarch64.c93 uint64_t hypervid; in is_hyperv() local
106 hypervid = fadt->HypervisorId; in is_hyperv()
108 ret = strncmp((char *)&hypervid, "MsHyperV", 8) == 0 ? true : false; in is_hyperv()