Home
last modified time | relevance | path

Searched refs:dm_hot_add_response (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/hyperv/
H A Ddynmem-proto.h367 struct dm_hot_add_response { struct
/openbmc/linux/drivers/hv/
H A Dhv_balloon.c378 struct dm_hot_add_response { struct
995 struct dm_hot_add_response resp; in hot_add_req()
1002 memset(&resp, 0, sizeof(struct dm_hot_add_response)); in hot_add_req()
1004 resp.hdr.size = sizeof(struct dm_hot_add_response); in hot_add_req()
1073 sizeof(struct dm_hot_add_response), in hot_add_req()
/openbmc/qemu/hw/hyperv/
H A Dhv-balloon.c1172 struct dm_hot_add_response *msgHaR = vmreq->msg; in hv_balloon_handle_hot_add_response()