Home
last modified time | relevance | path

Searched refs:HV_MESSAGE_FLAG_PENDING (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/hyperv/
H A Dhyperv-proto.h67 #define HV_MESSAGE_FLAG_PENDING 0x1 macro
/openbmc/qemu/hw/hyperv/
H A Dhyperv.c278 dst_msg->header.message_flags |= HV_MESSAGE_FLAG_PENDING; in cpu_post_msg()