Home
last modified time | relevance | path

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

/external/crosvm/devices/src/platform/
Dvfio_platform.rs188 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()
/external/crosvm/vfio_sys/src/
Dlib.rs71 pub use crate::vfio::VFIO_REGION_INFO_FLAG_MMAP;
Dvfio.rs119 pub const VFIO_REGION_INFO_FLAG_MMAP: u32 = 4; constant
/external/kernel-headers/original/uapi/linux/
Dvfio.h276 #define VFIO_REGION_INFO_FLAG_MMAP (1 << 2) /* Region supports mmap */ macro
/external/crosvm/devices/src/
Dvfio.rs1642 } else if reg_info.flags & VFIO_REGION_INFO_FLAG_MMAP != 0 { in get_regions()
/external/crosvm/devices/src/pci/
Dvfio_pci.rs1155 if self.device.get_region_flags(index) & VFIO_REGION_INFO_FLAG_MMAP != 0 { in add_bar_mmap()