]> git.proxmox.com Git - mirror_edk2.git/commitdiff
IntelSiliconPkg/IntelVTdDxe: Update function comments
authorBi, Dandan <dandan.bi@intel.com>
Thu, 17 Aug 2017 01:07:44 +0000 (09:07 +0800)
committerJiewen Yao <jiewen.yao@intel.com>
Thu, 17 Aug 2017 03:47:01 +0000 (11:47 +0800)
In commit 4ad5f597153c7cb20a968236c2c7d6ff01994350, the parameters
of some functions have been updated, but miss to update the comments
accordingly. This patch is to update the function comments.

Cc: Jiewen Yao <jiewen.yao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
IntelSiliconPkg/IntelVTdDxe/DmaProtection.h
IntelSiliconPkg/IntelVTdDxe/TranslationTable.c

index c3b57a03bb424ebd41771584f0d6e260b5d4d84e..c311b298d1d1d81593a178d6cbcbc4548ca85f71 100644 (file)
@@ -316,6 +316,7 @@ DumpSecondLevelPagingEntry (
   Set VTd attribute for a system memory.\r
 \r
   @param[in]  VtdIndex                The index used to identify a VTd engine.\r
   Set VTd attribute for a system memory.\r
 \r
   @param[in]  VtdIndex                The index used to identify a VTd engine.\r
+  @param[in]  DomainIdentifier        The domain ID of the source.\r
   @param[in]  SecondLevelPagingEntry  The second level paging entry in VTd table for the device.\r
   @param[in]  BaseAddress             The base of device memory address to be used as the DMA memory.\r
   @param[in]  Length                  The length of device memory address to be used as the DMA memory.\r
   @param[in]  SecondLevelPagingEntry  The second level paging entry in VTd table for the device.\r
   @param[in]  BaseAddress             The base of device memory address to be used as the DMA memory.\r
   @param[in]  Length                  The length of device memory address to be used as the DMA memory.\r
index 80fc82347e20e375e94acb489caac51df0d4505b..bc0c24c02059e1ea4fc0f2f3c12a9ed45be1a122 100644 (file)
@@ -734,6 +734,7 @@ SplitSecondLevelPage (
   Set VTd attribute for a system memory on second level page entry\r
 \r
   @param[in]  VtdIndex                The index used to identify a VTd engine.\r
   Set VTd attribute for a system memory on second level page entry\r
 \r
   @param[in]  VtdIndex                The index used to identify a VTd engine.\r
+  @param[in]  DomainIdentifier        The domain ID of the source.\r
   @param[in]  SecondLevelPagingEntry  The second level paging entry in VTd table for the device.\r
   @param[in]  BaseAddress             The base of device memory address to be used as the DMA memory.\r
   @param[in]  Length                  The length of device memory address to be used as the DMA memory.\r
   @param[in]  SecondLevelPagingEntry  The second level paging entry in VTd table for the device.\r
   @param[in]  BaseAddress             The base of device memory address to be used as the DMA memory.\r
   @param[in]  Length                  The length of device memory address to be used as the DMA memory.\r
@@ -817,6 +818,7 @@ SetSecondLevelPagingAttribute (
   Set VTd attribute for a system memory.\r
 \r
   @param[in]  VtdIndex                The index used to identify a VTd engine.\r
   Set VTd attribute for a system memory.\r
 \r
   @param[in]  VtdIndex                The index used to identify a VTd engine.\r
+  @param[in]  DomainIdentifier        The domain ID of the source.\r
   @param[in]  SecondLevelPagingEntry  The second level paging entry in VTd table for the device.\r
   @param[in]  BaseAddress             The base of device memory address to be used as the DMA memory.\r
   @param[in]  Length                  The length of device memory address to be used as the DMA memory.\r
   @param[in]  SecondLevelPagingEntry  The second level paging entry in VTd table for the device.\r
   @param[in]  BaseAddress             The base of device memory address to be used as the DMA memory.\r
   @param[in]  Length                  The length of device memory address to be used as the DMA memory.\r