From 061dfa4fdcfd190db8c41c7d54b40f20c05da115 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 16 Apr 2024 16:23:22 +0800 Subject: [PATCH] auto_update --- .../dma/iommu\346\265\201\347\250\213.md" | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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