Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/hyperv/
H A Dhyperv-proto.h127 struct hyperv_message { struct
133 struct hyperv_message slot[HV_SINT_COUNT]; argument
H A Dhyperv.h37 int hyperv_post_msg(HvSintRoute *sint_route, struct hyperv_message *msg);
/openbmc/qemu/hw/hyperv/
H A Dhyperv.c191 struct hyperv_message msg;
270 struct hyperv_message *dst_msg; in cpu_post_msg()
310 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.c1588 struct hyperv_message msg = { in post_msg()