Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/vfio/cdx/
Dmain.c40 vdev->regions[i].flags |= VFIO_REGION_INFO_FLAG_WRITE; in vfio_cdx_open_device()
160 if (!(vdev->regions[index].flags & VFIO_REGION_INFO_FLAG_WRITE) && in vfio_cdx_mmap()
/Linux-v6.6/drivers/s390/cio/
Dvfio_ccw_async.c85 VFIO_REGION_INFO_FLAG_WRITE, in vfio_ccw_register_async_dev_regions()
Dvfio_ccw_ops.c327 | VFIO_REGION_INFO_FLAG_WRITE; in vfio_ccw_mdev_get_region_info()
/Linux-v6.6/drivers/vfio/fsl-mc/
Dvfio_fsl_mc.c52 vdev->regions[i].flags |= VFIO_REGION_INFO_FLAG_WRITE; in vfio_fsl_mc_open_device()
336 if (!(region->flags & VFIO_REGION_INFO_FLAG_WRITE)) in vfio_fsl_mc_write()
412 if (!(vdev->regions[index].flags & VFIO_REGION_INFO_FLAG_WRITE) in vfio_fsl_mc_mmap()
/Linux-v6.6/drivers/vfio/platform/
Dvfio_platform_common.c163 VFIO_REGION_INFO_FLAG_WRITE; in vfio_platform_regions_init()
529 if (!(vdev->regions[index].flags & VFIO_REGION_INFO_FLAG_WRITE)) in vfio_platform_write()
588 if (!(vdev->regions[index].flags & VFIO_REGION_INFO_FLAG_WRITE) in vfio_platform_mmap()
/Linux-v6.6/samples/vfio-mdev/
Dmdpy.c448 VFIO_REGION_INFO_FLAG_WRITE); in mdpy_get_region_info()
455 VFIO_REGION_INFO_FLAG_WRITE | in mdpy_get_region_info()
Dmbochs.c1046 VFIO_REGION_INFO_FLAG_WRITE); in mbochs_get_region_info()
1052 VFIO_REGION_INFO_FLAG_WRITE | in mbochs_get_region_info()
1059 VFIO_REGION_INFO_FLAG_WRITE); in mbochs_get_region_info()
1066 VFIO_REGION_INFO_FLAG_WRITE | in mbochs_get_region_info()
Dmtty.c1080 VFIO_REGION_INFO_FLAG_WRITE; in mtty_get_region_info()
/Linux-v6.6/drivers/gpu/drm/i915/gvt/
Dkvmgt.c606 VFIO_REGION_INFO_FLAG_WRITE | in intel_gvt_set_edid()
1185 VFIO_REGION_INFO_FLAG_WRITE; in intel_vgpu_ioctl()
1196 VFIO_REGION_INFO_FLAG_WRITE; in intel_vgpu_ioctl()
1208 VFIO_REGION_INFO_FLAG_WRITE; in intel_vgpu_ioctl()
/Linux-v6.6/include/uapi/linux/
Dvfio.h275 #define VFIO_REGION_INFO_FLAG_WRITE (1 << 1) /* Region supports write */ macro
/Linux-v6.6/drivers/vfio/pci/
Dvfio_pci_core.c1034 VFIO_REGION_INFO_FLAG_WRITE; in vfio_pci_ioctl_get_region_info()
1045 VFIO_REGION_INFO_FLAG_WRITE; in vfio_pci_ioctl_get_region_info()
1098 VFIO_REGION_INFO_FLAG_WRITE; in vfio_pci_ioctl_get_region_info()
/Linux-v6.6/drivers/vfio/pci/hisilicon/
Dhisi_acc_vfio_pci.c1292 VFIO_REGION_INFO_FLAG_WRITE | in hisi_acc_vfio_pci_ioctl()