Searched refs:VFIO_REGION_INFO_FLAG_READ (Results 1 – 3 of 3) sorted by relevance
95 vdev->regions[i].flags |= VFIO_REGION_INFO_FLAG_READ; in vfio_platform_regions_init()389 if (!(vdev->regions[index].flags & VFIO_REGION_INFO_FLAG_READ)) in vfio_platform_read()518 if (!(vdev->regions[index].flags & VFIO_REGION_INFO_FLAG_READ) in vfio_platform_mmap()
468 info.flags = VFIO_REGION_INFO_FLAG_READ | in vfio_pci_ioctl()479 info.flags = VFIO_REGION_INFO_FLAG_READ | in vfio_pci_ioctl()507 info.flags = VFIO_REGION_INFO_FLAG_READ; in vfio_pci_ioctl()516 info.flags = VFIO_REGION_INFO_FLAG_READ | in vfio_pci_ioctl()
187 #define VFIO_REGION_INFO_FLAG_READ (1 << 0) /* Region supports read */ macro