Home
last modified time | relevance | path

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

/openbsd/sys/dev/pv/
H A Dhypervreg.h226 #define VMBUS_VERSION_MAJOR(ver) (((uint32_t)(ver)) >> 16) macro
H A Dhyperv.c312 VMBUS_VERSION_MAJOR(sc->sc_proto), in hv_attach()