Home
last modified time | relevance | path

Searched refs:VIRTIO_BALLOON_CMD_ID_DONE (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_balloon.h45 #define VIRTIO_BALLOON_CMD_ID_DONE 1 macro
/openbmc/linux/include/uapi/linux/
H A Dvirtio_balloon.h45 #define VIRTIO_BALLOON_CMD_ID_DONE 1 macro
/openbmc/qemu/hw/virtio/
H A Dvirtio-balloon.c726 cpu_to_le32(VIRTIO_BALLOON_CMD_ID_DONE); in virtio_balloon_get_config()
/openbmc/linux/drivers/virtio/
H A Dvirtio_balloon.c721 if (cmd_id_received == VIRTIO_BALLOON_CMD_ID_DONE) { in report_free_page_func()