Home
last modified time | relevance | path

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

/openbmc/qemu/hw/vfio/
H A Dccw.c516 ret = vfio_get_dev_region_info(vdev, VFIO_REGION_TYPE_CCW, in vfio_ccw_get_region()
529 ret = vfio_get_dev_region_info(vdev, VFIO_REGION_TYPE_CCW, in vfio_ccw_get_region()
542 ret = vfio_get_dev_region_info(vdev, VFIO_REGION_TYPE_CCW, in vfio_ccw_get_region()
/openbmc/linux/include/uapi/linux/
H A Dvfio.h345 #define VFIO_REGION_TYPE_CCW (2) macro
/openbmc/qemu/linux-headers/linux/
H A Dvfio.h345 #define VFIO_REGION_TYPE_CCW (2) macro
/openbmc/linux/drivers/s390/cio/
H A Dvfio_ccw_ops.c484 private->region[private->num_regions].type = VFIO_REGION_TYPE_CCW; in vfio_ccw_register_dev_region()