Searched defs:VmMemoryClient (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/crosvm/vm_control/src/ |
H A D | api.rs | 47 pub struct VmMemoryClient { struct 51 impl VmMemoryClient { argument 217 impl AsRawDescriptor for VmMemoryClient { implementation
|
/aosp_15_r20/external/crosvm/devices/src/virtio/balloon/sys/ |
H A D | windows.rs | 13 vm_memory_client: &VmMemoryClient, in free_memory() 26 vm_memory_client: &VmMemoryClient, in reclaim_memory() 38 vm_memory_client: &VmMemoryClient, in balloon_target_reached()
|
/aosp_15_r20/external/crosvm/src/crosvm/sys/linux/ |
H A D | ext2.rs | 47 vm_memory_client: VmMemoryClient, in launch() 102 mem_client: VmMemoryClient, in mkfs_callback()
|
H A D | device_helpers.rs | 1409 vm_memory_client: VmMemoryClient, in create_pmem_ext2_device()
|
/aosp_15_r20/external/crosvm/devices/src/virtio/ |
H A D | virtio_pci_device.rs | 354 shared_memory_vm_memory_client: Option<VmMemoryClient>, in new() 355 ioevent_vm_memory_client: VmMemoryClient, in new() 1461 vm_memory_client: VmMemoryClient, in new()
|
H A D | balloon.rs | 873 #[cfg(windows)] vm_memory_client: VmMemoryClient, in run_worker() 1156 #[cfg(windows)] vm_memory_client: &VmMemoryClient, in handle_target_reached() 1213 #[cfg(windows)] vm_memory_client: VmMemoryClient, in new()
|
/aosp_15_r20/external/crosvm/devices/src/pci/ |
H A D | pci_hotplug.rs | 123 ioevent_vm_memory_client: VmMemoryClient, in new()
|
H A D | pci_device.rs | 377 fn get_vm_memory_client(&self) -> Option<&VmMemoryClient> { in get_vm_memory_client() 775 fn get_vm_memory_client(&self) -> Option<&VmMemoryClient> { in get_vm_memory_client()
|
H A D | coiommu.rs | 1042 vm_memory_client: VmMemoryClient, in new()
|
H A D | vfio_pci.rs | 703 vm_memory_client: VmMemoryClient, in new()
|