Home
last modified time | relevance | path

Searched defs:vm_memory_client (Results 1 – 6 of 6) sorted by relevance

/external/crosvm/devices/src/platform/
Dvfio_platform.rs54 vm_memory_client: VmMemoryClient, field
/external/crosvm/devices/src/virtio/
Dballoon.rs888 vm_memory_client: VmMemoryClient, field
1171 vm_memory_client: Option<VmMemoryClient>, field
1339 let vm_memory_client = self.vm_memory_client.take().unwrap(); in start_worker() localVariable
Dvirtio_pci_device.rs1094 let vm_memory_client = virtio_pci_device in allocate_device_bars() localVariable
1449 vm_memory_client: VmMemoryClient, field
/external/crosvm/devices/src/pci/
Dcoiommu.rs1027 vm_memory_client: VmMemoryClient, field
Dvfio_pci.rs675 vm_memory_client: VmMemoryClient, field
/external/crosvm/src/crosvm/sys/
Dlinux.rs429 let vm_memory_client = VmMemoryClient::new(pmem_ext2_device_tube); in create_virtio_devices() localVariable