Searched refs:VFIO_REGION_INFO_FLAG_MMAP (Results 1 – 6 of 6) sorted by relevance
188 if self.device.get_region_flags(index) & VFIO_REGION_INFO_FLAG_MMAP == 0 { in region_mmap_early()239 if self.device.get_region_flags(index) & VFIO_REGION_INFO_FLAG_MMAP != 0 { in region_mmap()
71 pub use crate::vfio::VFIO_REGION_INFO_FLAG_MMAP;
119 pub const VFIO_REGION_INFO_FLAG_MMAP: u32 = 4; constant
276 #define VFIO_REGION_INFO_FLAG_MMAP (1 << 2) /* Region supports mmap */ macro
1642 } else if reg_info.flags & VFIO_REGION_INFO_FLAG_MMAP != 0 { in get_regions()
1155 if self.device.get_region_flags(index) & VFIO_REGION_INFO_FLAG_MMAP != 0 { in add_bar_mmap()