Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/vfio/platform/
Dvfio_platform_common.c98 VFIO_REGION_INFO_FLAG_WRITE; in vfio_platform_regions_init()
465 if (!(vdev->regions[index].flags & VFIO_REGION_INFO_FLAG_WRITE)) in vfio_platform_write()
522 if (!(vdev->regions[index].flags & VFIO_REGION_INFO_FLAG_WRITE) in vfio_platform_mmap()
/linux-4.4.14/include/uapi/linux/
Dvfio.h188 #define VFIO_REGION_INFO_FLAG_WRITE (1 << 1) /* Region supports write */ macro
/linux-4.4.14/drivers/vfio/pci/
Dvfio_pci.c469 VFIO_REGION_INFO_FLAG_WRITE; in vfio_pci_ioctl()
480 VFIO_REGION_INFO_FLAG_WRITE; in vfio_pci_ioctl()
517 VFIO_REGION_INFO_FLAG_WRITE; in vfio_pci_ioctl()