Home
last modified time | relevance | path

Searched refs:VFIO_REGION_INFO_FLAG_READ (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/vfio/platform/
Dvfio_platform_common.c95 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()
/linux-4.4.14/drivers/vfio/pci/
Dvfio_pci.c468 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()
/linux-4.4.14/include/uapi/linux/
Dvfio.h187 #define VFIO_REGION_INFO_FLAG_READ (1 << 0) /* Region supports read */ macro