mirror of https://github.com/acidanthera/audk.git
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:
parent
6cea3c1b51
commit
224f87932d
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue