Searched refs:hv_minor (Results 1 – 3 of 3) sorted by relevance
289 hv->hv_minor = (regs[1] & HYPERV_VERSION_EBX_MINOR_M) >> in pvbus_hyperv()301 printf(" %u.%u", hv->hv_major, hv->hv_minor); in pvbus_hyperv_print()312 hv->hv_minor = regs[0] & XEN_VERSION_MINOR_M; in pvbus_xen()316 (hv->hv_major == 4 && hv->hv_minor < 3)) { in pvbus_xen()325 printf(" %u.%u", hv->hv_major, hv->hv_minor); in pvbus_xen_print()
57 uint16_t hv_minor; member
269 if ((hv->hv_major == 0 && hv->hv_minor == 0) || hv->hv_base == 0) in hv_match()