Searched refs:VFIO_REGION_INFO_FLAG_MMAP (Results 1 – 4 of 4) sorted by relevance
256 #define VFIO_REGION_INFO_FLAG_MMAP (1 << 2) /* Region supports mmap */ macro
90 pub const VFIO_REGION_INFO_FLAG_MMAP: u32 = 4; constant
638 } else if reg_info.flags & VFIO_REGION_INFO_FLAG_MMAP != 0 { in get_regions()
673 if self.device.get_region_flags(index) & VFIO_REGION_INFO_FLAG_MMAP != 0 { in add_bar_mmap()