Module ipc_memory_mapper

Source
Expand description

Provide utility to communicate with an iommu in another process

Structs§

CreateIpcMapperRet
ExportedRegion
A region exported from the virtio-iommu.
IpcMemoryMapper
Sends an addr translation request to another process using Tube, and gets the translated addr from another Tube

Functions§

create_ipc_mapper
Returns a new IpcMemoryMapper instance and a response_tx for the iommu to respond to TranslateRequests.