Searched refs:VFIO_REGION_INFO_FLAG_WRITE (Results 1 – 4 of 4) sorted by relevance
275 #define VFIO_REGION_INFO_FLAG_WRITE (1 << 1) /* Region supports write */ macro
252 prot |= region->flags & VFIO_REGION_INFO_FLAG_WRITE ? PROT_WRITE : 0; in vfio_region_mmap()
2853 !(reg_info->flags & VFIO_REGION_INFO_FLAG_WRITE) || in vfio_populate_vga()
760 | | | 1 | VFIO_REGION_INFO_FLAG_WRITE | |782 * ``VFIO_REGION_INFO_FLAG_WRITE`` allows client write access to the region.