MCPcopy 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_deviceMethod · 0.45
add_vfio_user_deviceMethod · 0.45
add_virtio_pci_deviceMethod · 0.45
eject_deviceMethod · 0.45
fill_saved_regionsMethod · 0.45
restore_by_uffdMethod · 0.45
memory_range_tableMethod · 0.45
sendMethod · 0.45
dirty_logMethod · 0.45
create_numa_nodesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected