Home
last modified time | relevance | path

Searched defs:VmMemoryRegionId (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/virtio/iommu/sys/
H A Dlinux.rs74 region_id: VmMemoryRegionId, in handle_map_dmabuf()
107 region_id: VmMemoryRegionId, in handle_unmap_dmabuf()
/aosp_15_r20/external/crosvm/vm_control/src/
H A Dapi.rs83 ) -> Result<VmMemoryRegionId> { in register_memory()
H A Dlib.rs1058 pub struct VmMemoryRegionId(GuestAddress); struct
/aosp_15_r20/external/crosvm/devices/src/pci/
H A Dvfio_pci.rs1154 fn add_bar_mmap(&self, index: PciBarIndex, bar_addr: u64) -> Vec<VmMemoryRegionId> { in add_bar_mmap()
1202 fn remove_bar_mmap(&self, mmap_ids: &[VmMemoryRegionId]) { in remove_bar_mmap()