Home
last modified time | relevance | path

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

/openbmc/qemu/hw/vfio/
H A Dccw.c49 struct ccw_crw_region *crw_region; member
258 struct ccw_crw_region *region = vcdev->crw_region; in vfio_ccw_crw_read()
547 if (sizeof(*vcdev->crw_region) != vcdev->crw_region_size) { in vfio_ccw_get_region()
552 vcdev->crw_region = g_malloc(info->size); in vfio_ccw_get_region()
559 g_free(vcdev->crw_region); in vfio_ccw_get_region()
569 g_free(vcdev->crw_region); in vfio_ccw_put_region()
607 if (vcdev->crw_region) { in vfio_ccw_realize()
/openbmc/linux/drivers/s390/cio/
H A Dvfio_ccw_ops.c78 private->crw_region = kmem_cache_zalloc(vfio_ccw_crw_region, in vfio_ccw_mdev_init_dev()
80 if (!private->crw_region) in vfio_ccw_mdev_init_dev()
140 kmem_cache_free(vfio_ccw_crw_region, private->crw_region); in vfio_ccw_mdev_release_dev()
H A Dvfio_ccw_chp.c149 private->crw_region); in vfio_ccw_register_crw_dev_regions()
H A Dvfio_ccw_private.h115 struct ccw_crw_region *crw_region; member