IntelSiliconPkg/Vtd: Add missing dump in ExtContext.

Cc: Star Zeng <star.zeng@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
Jiewen Yao 2018-03-09 11:50:58 +08:00
parent 6cea3c1b51
commit 224f87932d
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ DumpDmarExtContextEntryTable (
if (ExtContextEntry[Index2].Bits.Present == 0) { if (ExtContextEntry[Index2].Bits.Present == 0) {
continue; continue;
} }
DumpSecondLevelPagingEntry ((VOID *)(UINTN)VTD_64BITS_ADDRESS(ExtContextEntry[Index2].Bits.SecondLevelPageTranslationPointerLo, ExtContextEntry[Index2].Bits.SecondLevelPageTranslationPointerHi));
} }
if (ExtRootEntry[Index].Bits.UpperPresent == 0) { if (ExtRootEntry[Index].Bits.UpperPresent == 0) {