Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dvfio.h187 #define VFIO_REGION_INFO_FLAG_MMAP (1 << 2) /* Region supports mmap */ macro
/linux-4.1.27/drivers/vfio/platform/
Dvfio_platform_common.c66 VFIO_REGION_INFO_FLAG_MMAP; in vfio_platform_regions_init()
455 if (!(vdev->regions[index].flags & VFIO_REGION_INFO_FLAG_MMAP)) in vfio_platform_mmap()
/linux-4.1.27/drivers/vfio/pci/
Dvfio_pci.c484 info.flags |= VFIO_REGION_INFO_FLAG_MMAP; in vfio_pci_ioctl()