Module devices::virtio::iommu::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
Enums§
Functions§
- Returns a new
IpcMemoryMapper
instance and a response_tx for the iommu to respond toTranslateRequest
s.