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.
- ExportedRegionInner ๐
- Sends an addr translation request to another process using
Tube
, and gets the translated addr from anotherTube
Enumsยง
- IommuRequest ๐
- IommuResponse ๐
Functionsยง
- Returns a new
IpcMemoryMapper
instance and a response_tx for the iommu to respond toTranslateRequest
s. - map_bad_resp ๐