diff --git "a/source/_posts/linux/\345\206\205\346\240\270-\351\251\261\345\212\250/dma/iommu\346\265\201\347\250\213.md" "b/source/_posts/linux/\345\206\205\346\240\270-\351\251\261\345\212\250/dma/iommu\346\265\201\347\250\213.md" index 024ed29..3ec445e 100644 --- "a/source/_posts/linux/\345\206\205\346\240\270-\351\251\261\345\212\250/dma/iommu\346\265\201\347\250\213.md" +++ "b/source/_posts/linux/\345\206\205\346\240\270-\351\251\261\345\212\250/dma/iommu\346\265\201\347\250\213.md" @@ -6,4 +6,5 @@ pci_map_single domain_pfn_mapping # 如何知道哪些设备的dma要走页表进行转换,哪些设备的dma不需要进行地址转换呢 -,contex_entry的format里面有一个标志位(TT)来表明这个设备的DMA是否是paasthroug \ No newline at end of file +,contex_entry的format里面有一个标志位(TT)来表明这个设备的DMA是否是paasthroug +![alt text](../../../../../../../medias/images_0/iommu流程_image.png) \ No newline at end of file