Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ regions
Method
regions
vmm/src/memory_manager.rs:193–195 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
191
}
192
193
pub fn regions(&self) -> &Vec<Arc<GuestRegionMmap>> {
194
&self.regions
195
}
196
pub fn virtio_mem_zone(&self) -> &Option<VirtioMemZone> {
197
&self.virtio_mem_zone
198
}
Callers
15
add_vfio_device
Method · 0.45
add_vfio_user_device
Method · 0.45
add_virtio_pci_device
Method · 0.45
eject_device
Method · 0.45
fill_saved_regions
Method · 0.45
restore_by_uffd
Method · 0.45
allocate_address_space
Method · 0.45
memory_range_table
Method · 0.45
coredump_iterate_save_mem
Method · 0.45
send
Method · 0.45
dirty_log
Method · 0.45
create_numa_nodes
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected