Home
last modified time | relevance | path

Searched refs:ExistingAllocation (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/vm_control/src/
Dlib.rs450 ExistingAllocation { allocation: Alloc, offset: u64 }, enumerator
459 VmMemoryDestination::ExistingAllocation { allocation, offset } => allocator in allocate()
/external/crosvm/devices/src/virtio/
Dvirtio_pci_device.rs994 dest: VmMemoryDestination::ExistingAllocation { in add_mapping()
/external/crosvm/devices/src/virtio/vhost/user/
Dproxy.rs831 let dest = VmMemoryDestination::ExistingAllocation { in create_sibling_guest_memory()