Home
last modified time | relevance | path

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

/openbmc/qemu/hw/vfio/
H A Dccw.c46 struct ccw_schib_region *schib_region; member
130 struct ccw_schib_region *region = vcdev->schib_region; in vfio_ccw_handle_store()
533 if (sizeof(*vcdev->schib_region) != vcdev->schib_region_size) { in vfio_ccw_get_region()
538 vcdev->schib_region = g_malloc(info->size); in vfio_ccw_get_region()
560 g_free(vcdev->schib_region); in vfio_ccw_get_region()
570 g_free(vcdev->schib_region); in vfio_ccw_put_region()
/openbmc/linux/drivers/s390/cio/
H A Dvfio_ccw_ops.c73 private->schib_region = kmem_cache_zalloc(vfio_ccw_schib_region, in vfio_ccw_mdev_init_dev()
75 if (!private->schib_region) in vfio_ccw_mdev_init_dev()
86 kmem_cache_free(vfio_ccw_schib_region, private->schib_region); in vfio_ccw_mdev_init_dev()
141 kmem_cache_free(vfio_ccw_schib_region, private->schib_region); in vfio_ccw_mdev_release_dev()
H A Dvfio_ccw_chp.c77 private->schib_region); in vfio_ccw_register_schib_dev_regions()
H A Dvfio_ccw_private.h114 struct ccw_schib_region *schib_region; member