Home
last modified time | relevance | path

Searched defs:dm_capabilities_resp_msg (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/hyperv/
H A Ddynmem-proto.h218 struct dm_capabilities_resp_msg { struct
219 struct dm_header hdr;
220 uint64_t is_accepted:1;
221 uint64_t hot_remove:1;
222 uint64_t suppress_pressure_reports:1;
223 uint64_t reservedz:61;
/openbmc/linux/drivers/hv/
H A Dhv_balloon.c238 struct dm_capabilities_resp_msg { struct
239 struct dm_header hdr;
240 __u64 is_accepted:1;
241 __u64 reservedz:63;