Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/hyperv/
H A Dvmbus-proto.h46 #define VMBUS_MESSAGE_SIZE_ALIGN sizeof(uint64_t) macro
/openbmc/qemu/hw/hyperv/
H A Dvmbus.c1601 msg.header.payload_size = ROUND_UP(msglen, VMBUS_MESSAGE_SIZE_ALIGN); in post_msg()