Home
last modified time | relevance | path

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

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