Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dconnection.c54 VERSION_WIN10_V5_3,
68 static uint max_version = VERSION_WIN10_V5_3;
H A Dhv.c441 if (vmbus_proto_version < VERSION_WIN10_V5_3) in hv_pick_new_cpu()
H A Dchannel.c303 if (vmbus_proto_version >= VERSION_WIN10_V5_3) in vmbus_send_modifychannel()
/linux/include/linux/
H A Dhyperv.h277 #define VERSION_WIN10_V5_3 ((5 << 16) | (3)) macro