Home
last modified time | relevance | path

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

/qemu/include/hw/hyperv/
H A Dhyperv-proto.h115 struct hyperv_message { struct
121 struct hyperv_message slot[HV_SINT_COUNT]; argument
H A Dhyperv.h36 int hyperv_post_msg(HvSintRoute *sint_route, struct hyperv_message *msg);
/qemu/hw/hyperv/
H A Dhyperv.c190 struct hyperv_message msg;
269 struct hyperv_message *dst_msg; in cpu_post_msg()
309 int hyperv_post_msg(HvSintRoute *sint_route, struct hyperv_message *src_msg) in hyperv_post_msg()
H A Dhyperv_testdev.c33 struct hyperv_message msg;
H A Dvmbus.c1587 struct hyperv_message msg = { in post_msg()