Searched defs:MemoryRange (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Virtualization/libs/libvmbase/src/memory/ |
D | tracker.rs | 222 fn new(total: MemoryRange, mmio_range: MemoryRange) -> Self { in new() 270 fn alloc_range(&mut self, range: &MemoryRange) -> Result<MemoryRange> { in alloc_range() 288 range: &MemoryRange, in alloc_range_outside_main_memory() 289 ) -> Result<MemoryRange> { in alloc_range_outside_main_memory() 300 fn alloc_range_mut(&mut self, range: &MemoryRange) -> Result<MemoryRange> { in alloc_range_mut() 310 fn alloc_range_mut_noflush(&mut self, range: &MemoryRange) -> Result<MemoryRange> { in alloc_range_mut_noflush() 321 fn map_image_footer(&mut self) -> Result<MemoryRange> { in map_image_footer() 335 fn alloc(&mut self, base: usize, size: NonZeroUsize) -> Result<MemoryRange> { in alloc() 340 fn alloc_mut(&mut self, base: usize, size: NonZeroUsize) -> Result<MemoryRange> { in alloc_mut() 344 fn alloc_mut_noflush(&mut self, base: usize, size: NonZeroUsize) -> Result<MemoryRange> { in alloc_mut_noflush() [all …]
|
D | shared.rs | 41 pub type MemoryRange = Range<usize>; typedef
|