Home
last modified time | relevance | path

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

/qemu/hw/vfio/
H A Dccw.c43 struct ccw_cmd_region *async_cmd_region; member
165 struct ccw_cmd_region *region = vcdev->async_cmd_region; in vfio_ccw_handle_clear()
168 if (!vcdev->async_cmd_region) { in vfio_ccw_handle_clear()
204 struct ccw_cmd_region *region = vcdev->async_cmd_region; in vfio_ccw_handle_halt()
207 if (!vcdev->async_cmd_region) { in vfio_ccw_handle_halt()
513 if (sizeof(*vcdev->async_cmd_region) != vcdev->async_cmd_region_size) { in vfio_ccw_get_region()
518 vcdev->async_cmd_region = g_malloc0(info->size); in vfio_ccw_get_region()
551 g_free(vcdev->async_cmd_region); in vfio_ccw_get_region()
560 g_free(vcdev->async_cmd_region); in vfio_ccw_put_region()