Symbol: VFIO_REGION_INFO_FLAG_READ
drivers/gpu/drm/i915/gvt/kvmgt.c
1159
info->flags = VFIO_REGION_INFO_FLAG_READ |
drivers/gpu/drm/i915/gvt/kvmgt.c
1170
info->flags = VFIO_REGION_INFO_FLAG_READ |
drivers/gpu/drm/i915/gvt/kvmgt.c
1182
VFIO_REGION_INFO_FLAG_READ |
drivers/gpu/drm/i915/gvt/kvmgt.c
587
VFIO_REGION_INFO_FLAG_READ, base);
drivers/gpu/drm/i915/gvt/kvmgt.c
614
VFIO_REGION_INFO_FLAG_READ |
drivers/s390/cio/vfio_ccw_async.c
84
VFIO_REGION_INFO_FLAG_READ |
drivers/s390/cio/vfio_ccw_chp.c
148
VFIO_REGION_INFO_FLAG_READ,
drivers/s390/cio/vfio_ccw_chp.c
76
VFIO_REGION_INFO_FLAG_READ,
drivers/s390/cio/vfio_ccw_ops.c
327
info->flags = VFIO_REGION_INFO_FLAG_READ
drivers/vfio/cdx/main.c
263
if (!(vdev->regions[index].flags & VFIO_REGION_INFO_FLAG_READ) &&
drivers/vfio/cdx/main.c
38
vdev->regions[i].flags |= VFIO_REGION_INFO_FLAG_READ;
drivers/vfio/fsl-mc/vfio_fsl_mc.c
251
if (!(region->flags & VFIO_REGION_INFO_FLAG_READ))
drivers/vfio/fsl-mc/vfio_fsl_mc.c
402
if (!(vdev->regions[index].flags & VFIO_REGION_INFO_FLAG_READ)
drivers/vfio/fsl-mc/vfio_fsl_mc.c
50
vdev->regions[i].flags |= VFIO_REGION_INFO_FLAG_READ;
drivers/vfio/pci/hisilicon/hisi_acc_vfio_pci.c
1424
info->flags = VFIO_REGION_INFO_FLAG_READ | VFIO_REGION_INFO_FLAG_WRITE |
drivers/vfio/pci/nvgrace-gpu/main.c
463
info->flags = VFIO_REGION_INFO_FLAG_READ |
drivers/vfio/pci/vfio_pci_core.c
1049
info->flags = VFIO_REGION_INFO_FLAG_READ |
drivers/vfio/pci/vfio_pci_core.c
1060
info->flags = VFIO_REGION_INFO_FLAG_READ |
drivers/vfio/pci/vfio_pci_core.c
1089
info->flags = VFIO_REGION_INFO_FLAG_READ;
drivers/vfio/pci/vfio_pci_core.c
1097
info->flags = VFIO_REGION_INFO_FLAG_READ;
drivers/vfio/pci/vfio_pci_core.c
1110
info->flags = VFIO_REGION_INFO_FLAG_READ |
drivers/vfio/pci/vfio_pci_igd.c
263
size, VFIO_REGION_INFO_FLAG_READ, opregionvbt);
drivers/vfio/pci/vfio_pci_igd.c
409
VFIO_REGION_INFO_FLAG_READ, host_bridge);
drivers/vfio/pci/vfio_pci_igd.c
429
VFIO_REGION_INFO_FLAG_READ, lpc_bridge);
drivers/vfio/pci/virtio/legacy_io.c
295
info->flags = VFIO_REGION_INFO_FLAG_READ | VFIO_REGION_INFO_FLAG_WRITE;
drivers/vfio/platform/vfio_platform_common.c
160
vdev->regions[i].flags |= VFIO_REGION_INFO_FLAG_READ;
drivers/vfio/platform/vfio_platform_common.c
452
if (!(vdev->regions[index].flags & VFIO_REGION_INFO_FLAG_READ))
drivers/vfio/platform/vfio_platform_common.c
590
if (!(vdev->regions[index].flags & VFIO_REGION_INFO_FLAG_READ)
samples/vfio-mdev/mbochs.c
1045
region_info->flags = (VFIO_REGION_INFO_FLAG_READ |
samples/vfio-mdev/mbochs.c
1051
region_info->flags = (VFIO_REGION_INFO_FLAG_READ |
samples/vfio-mdev/mbochs.c
1058
region_info->flags = (VFIO_REGION_INFO_FLAG_READ |
samples/vfio-mdev/mbochs.c
1071
region_info->flags = (VFIO_REGION_INFO_FLAG_READ |
samples/vfio-mdev/mdpy.c
453
region_info->flags = (VFIO_REGION_INFO_FLAG_READ |
samples/vfio-mdev/mdpy.c
460
region_info->flags = (VFIO_REGION_INFO_FLAG_READ |
samples/vfio-mdev/mtty.c
1757
region_info->flags = VFIO_REGION_INFO_FLAG_READ |
tools/testing/selftests/vfio/lib/vfio_pci_device.c
139
if (bar->info.flags & VFIO_REGION_INFO_FLAG_READ)
tools/testing/selftests/vfio/vfio_dma_mapping_mmio_test.c
19
u32 flags = VFIO_REGION_INFO_FLAG_READ | VFIO_REGION_INFO_FLAG_WRITE;