Home
last modified time | relevance | path

Searched defs:VmMemoryClient (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/crosvm/vm_control/src/
H A Dapi.rs47 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 Dwindows.rs13 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 Dext2.rs47 vm_memory_client: VmMemoryClient, in launch()
102 mem_client: VmMemoryClient, in mkfs_callback()
H A Ddevice_helpers.rs1409 vm_memory_client: VmMemoryClient, in create_pmem_ext2_device()
/aosp_15_r20/external/crosvm/devices/src/virtio/
H A Dvirtio_pci_device.rs354 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 Dballoon.rs873 #[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 Dpci_hotplug.rs123 ioevent_vm_memory_client: VmMemoryClient, in new()
H A Dpci_device.rs377 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 Dcoiommu.rs1042 vm_memory_client: VmMemoryClient, in new()
H A Dvfio_pci.rs703 vm_memory_client: VmMemoryClient, in new()