MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / region

Method region

vmm/src/memory_manager.rs:149–151  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

147
148impl VirtioMemZone {
149 pub fn region(&self) -> &Arc<GuestRegionMmap> {
150 &self.region
151 }
152 pub fn set_virtio_device(&mut self, virtio_device: Arc<Mutex<virtio_devices::Mem>>) {
153 self.virtio_device = Some(virtio_device);
154 }

Callers 4

map_mmio_regionsMethod · 0.80
create_numa_nodesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected