IntelSiliconPkg/IntelVTdDxe: Update function comments
In commit4ad5f59715
, 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> (cherry picked from commitd654bf852f
)
This commit is contained in:
@@ -316,6 +316,7 @@ DumpSecondLevelPagingEntry (
|
|||||||
Set VTd attribute for a system memory.
|
Set VTd attribute for a system memory.
|
||||||
|
|
||||||
@param[in] VtdIndex The index used to identify a VTd engine.
|
@param[in] VtdIndex The index used to identify a VTd engine.
|
||||||
|
@param[in] DomainIdentifier The domain ID of the source.
|
||||||
@param[in] SecondLevelPagingEntry The second level paging entry in VTd table for the device.
|
@param[in] SecondLevelPagingEntry The second level paging entry in VTd table for the device.
|
||||||
@param[in] BaseAddress The base of device memory address to be used as the DMA memory.
|
@param[in] BaseAddress The base of device memory address to be used as the DMA memory.
|
||||||
@param[in] Length The length of device memory address to be used as the DMA memory.
|
@param[in] Length The length of device memory address to be used as the DMA memory.
|
||||||
|
@@ -734,6 +734,7 @@ SplitSecondLevelPage (
|
|||||||
Set VTd attribute for a system memory on second level page entry
|
Set VTd attribute for a system memory on second level page entry
|
||||||
|
|
||||||
@param[in] VtdIndex The index used to identify a VTd engine.
|
@param[in] VtdIndex The index used to identify a VTd engine.
|
||||||
|
@param[in] DomainIdentifier The domain ID of the source.
|
||||||
@param[in] SecondLevelPagingEntry The second level paging entry in VTd table for the device.
|
@param[in] SecondLevelPagingEntry The second level paging entry in VTd table for the device.
|
||||||
@param[in] BaseAddress The base of device memory address to be used as the DMA memory.
|
@param[in] BaseAddress The base of device memory address to be used as the DMA memory.
|
||||||
@param[in] Length The length of device memory address to be used as the DMA memory.
|
@param[in] Length The length of device memory address to be used as the DMA memory.
|
||||||
@@ -817,6 +818,7 @@ SetSecondLevelPagingAttribute (
|
|||||||
Set VTd attribute for a system memory.
|
Set VTd attribute for a system memory.
|
||||||
|
|
||||||
@param[in] VtdIndex The index used to identify a VTd engine.
|
@param[in] VtdIndex The index used to identify a VTd engine.
|
||||||
|
@param[in] DomainIdentifier The domain ID of the source.
|
||||||
@param[in] SecondLevelPagingEntry The second level paging entry in VTd table for the device.
|
@param[in] SecondLevelPagingEntry The second level paging entry in VTd table for the device.
|
||||||
@param[in] BaseAddress The base of device memory address to be used as the DMA memory.
|
@param[in] BaseAddress The base of device memory address to be used as the DMA memory.
|
||||||
@param[in] Length The length of device memory address to be used as the DMA memory.
|
@param[in] Length The length of device memory address to be used as the DMA memory.
|
||||||
|
Reference in New Issue
Block a user