Searched refs:VFIO_REGION_INFO_FLAG_MMAP (Results 1 – 4 of 4) sorted by relevance
276 #define VFIO_REGION_INFO_FLAG_MMAP (1 << 2) /* Region supports mmap */ macro
211 region->flags & VFIO_REGION_INFO_FLAG_MMAP) { in vfio_region_setup()
123 if (info->flags & VFIO_REGION_INFO_FLAG_MMAP) { in vfio_user_get_region_info()
762 | | | 2 | VFIO_REGION_INFO_FLAG_MMAP | |783 * ``VFIO_REGION_INFO_FLAG_MMAP`` specifies the client can mmap() the region.