Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hv/
H A Dhv.c497 if (vmbus_proto_version >= VERSION_WIN10_V4_1 && hv_synic_event_pending()) in hv_synic_cleanup()
H A Dconnection.c58 VERSION_WIN10_V4_1,
H A Dvmbus_drv.c1602 if (vmbus_proto_version < VERSION_WIN10_V4_1) in target_cpu_store()
/openbmc/linux/include/linux/
H A Dhyperv.h273 #define VERSION_WIN10_V4_1 ((4 << 16) | (1)) macro