Home
last modified time | relevance | path

Searched defs:MemoryMappingArena (Results 1 – 4 of 4) sorted by relevance

/external/crosvm/base/src/sys/linux/
Dmmap.rs627 pub struct MemoryMappingArena { struct
637 unsafe impl Send for MemoryMappingArena {} implementation
639 unsafe impl Sync for MemoryMappingArena {} implementation
641 impl MemoryMappingArena { impl
646 pub fn new(size: usize) -> Result<MemoryMappingArena> { in new()
776 unsafe impl MappedRegion for MemoryMappingArena { implementation
801 impl From<MemoryMapping> for MemoryMappingArena { implementation
813 impl From<CrateMemoryMapping> for MemoryMappingArena { implementation
819 impl Drop for MemoryMappingArena { implementation
/external/crosvm/devices/src/virtio/video/
Dresource.rs77 fn get_mapping(&self, offset: usize, size: usize) -> Result<MemoryMappingArena, MmapError>; in get_mapping()
104 fn get_mapping(&self, offset: usize, size: usize) -> Result<MemoryMappingArena, MmapError> { in get_mapping()
148 fn get_mapping(&self, offset: usize, size: usize) -> Result<MemoryMappingArena, MmapError> { in get_mapping()
170 fn get_mapping(&self, offset: usize, size: usize) -> Result<MemoryMappingArena, MmapError> { in get_mapping()
/external/crosvm/base/src/sys/windows/
Dmmap_platform.rs231 pub struct MemoryMappingArena(); struct
/external/crosvm/base/src/sys/macos/
Dmod.rs103 pub struct MemoryMappingArena {} struct