Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/base/src/sys/linux/
H A Dmmap.rs650 pub struct MemoryMappingArena { struct
660 unsafe impl Send for MemoryMappingArena {} argument
662 unsafe impl Sync for MemoryMappingArena {} implementation
664 impl MemoryMappingArena { impl
669 pub fn new(size: usize) -> Result<MemoryMappingArena> { in new()
799 unsafe impl MappedRegion for MemoryMappingArena { implementation
824 impl From<MemoryMapping> for MemoryMappingArena { implementation
836 impl From<CrateMemoryMapping> for MemoryMappingArena { implementation
842 impl Drop for MemoryMappingArena { implementation
/aosp_15_r20/external/crosvm/devices/src/virtio/video/
H A 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()
/aosp_15_r20/external/crosvm/ext2/src/
H A Dbuilder.rs123 pub fn do_mmap(self) -> Result<MemoryMappingArena> { in do_mmap()
/aosp_15_r20/external/crosvm/base/src/sys/windows/
H A Dmmap_platform.rs230 pub struct MemoryMappingArena(); struct
/aosp_15_r20/external/crosvm/base/src/sys/macos/
H A Dmod.rs105 pub struct MemoryMappingArena {} struct