Module devices::virtio::ipc_memory_mapper  
source · Expand description
Provide utility to communicate with an iommu in another process
Structs§
- A region exported from the virtio-iommu.
 - Sends an addr translation request to another process using
Tube, and gets the translated addr from anotherTube 
Functions§
- Returns a new
IpcMemoryMapperinstance and a response_tx for the iommu to respond toTranslateRequests.