Symbol: VFIO_REGION_INFO_FLAG_WRITE
drivers/gpu/drm/i915/gvt/kvmgt.c
1160
VFIO_REGION_INFO_FLAG_WRITE;
drivers/gpu/drm/i915/gvt/kvmgt.c
1171
VFIO_REGION_INFO_FLAG_WRITE;
drivers/gpu/drm/i915/gvt/kvmgt.c
1183
VFIO_REGION_INFO_FLAG_WRITE;
drivers/gpu/drm/i915/gvt/kvmgt.c
615
VFIO_REGION_INFO_FLAG_WRITE |
drivers/s390/cio/vfio_ccw_async.c
85
VFIO_REGION_INFO_FLAG_WRITE,
drivers/s390/cio/vfio_ccw_ops.c
328
| VFIO_REGION_INFO_FLAG_WRITE;
drivers/vfio/cdx/main.c
284
if (!(vdev->regions[index].flags & VFIO_REGION_INFO_FLAG_WRITE) &&
drivers/vfio/cdx/main.c
57
vdev->regions[i].flags |= VFIO_REGION_INFO_FLAG_WRITE;
drivers/vfio/fsl-mc/vfio_fsl_mc.c
330
if (!(region->flags & VFIO_REGION_INFO_FLAG_WRITE))
drivers/vfio/fsl-mc/vfio_fsl_mc.c
406
if (!(vdev->regions[index].flags & VFIO_REGION_INFO_FLAG_WRITE)
drivers/vfio/fsl-mc/vfio_fsl_mc.c
52
vdev->regions[i].flags |= VFIO_REGION_INFO_FLAG_WRITE;
drivers/vfio/pci/hisilicon/hisi_acc_vfio_pci.c
1386
info->flags = VFIO_REGION_INFO_FLAG_READ | VFIO_REGION_INFO_FLAG_WRITE |
drivers/vfio/pci/ism/main.c
275
VFIO_REGION_INFO_FLAG_WRITE;
drivers/vfio/pci/ism/main.c
285
VFIO_REGION_INFO_FLAG_WRITE;
drivers/vfio/pci/nvgrace-gpu/main.c
583
VFIO_REGION_INFO_FLAG_WRITE |
drivers/vfio/pci/vfio_pci_core.c
1141
VFIO_REGION_INFO_FLAG_WRITE;
drivers/vfio/pci/vfio_pci_core.c
1152
VFIO_REGION_INFO_FLAG_WRITE;
drivers/vfio/pci/vfio_pci_core.c
1202
VFIO_REGION_INFO_FLAG_WRITE;
drivers/vfio/pci/virtio/legacy_io.c
294
info->flags = VFIO_REGION_INFO_FLAG_READ | VFIO_REGION_INFO_FLAG_WRITE;
drivers/vfio/platform/vfio_platform_common.c
163
VFIO_REGION_INFO_FLAG_WRITE;
drivers/vfio/platform/vfio_platform_common.c
535
if (!(vdev->regions[index].flags & VFIO_REGION_INFO_FLAG_WRITE))
drivers/vfio/platform/vfio_platform_common.c
594
if (!(vdev->regions[index].flags & VFIO_REGION_INFO_FLAG_WRITE)
samples/vfio-mdev/mbochs.c
1046
VFIO_REGION_INFO_FLAG_WRITE);
samples/vfio-mdev/mbochs.c
1052
VFIO_REGION_INFO_FLAG_WRITE |
samples/vfio-mdev/mbochs.c
1059
VFIO_REGION_INFO_FLAG_WRITE);
samples/vfio-mdev/mbochs.c
1072
VFIO_REGION_INFO_FLAG_WRITE |
samples/vfio-mdev/mdpy.c
454
VFIO_REGION_INFO_FLAG_WRITE);
samples/vfio-mdev/mdpy.c
461
VFIO_REGION_INFO_FLAG_WRITE |
samples/vfio-mdev/mtty.c
1755
VFIO_REGION_INFO_FLAG_WRITE;
tools/testing/selftests/vfio/lib/vfio_pci_device.c
177
if (bar->info.flags & VFIO_REGION_INFO_FLAG_WRITE)
tools/testing/selftests/vfio/vfio_dma_mapping_mmio_test.c
19
u32 flags = VFIO_REGION_INFO_FLAG_READ | VFIO_REGION_INFO_FLAG_WRITE;