IOMMU(Input-output memory management unit)
输入输出管理单元(IOMMU)是一个内存管理单元(MMU),和MMU作用差不多,区别在于IOMMU管理的对象是设备,而MMU管理的对象是CPU
和直接物理寻址内存(DMA)相比,优势在于:
https://en.wikipedia.org/wiki/Input–output_memory_management_unit
https://blog.csdn.net/liyucheng987/article/details/109303949