public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 1/1] IntelSiliconPkg/Vtd: Add missing dump in ExtContext.
@ 2018-03-09  4:23 Star Zeng
  0 siblings, 0 replies; only message in thread
From: Star Zeng @ 2018-03-09  4:23 UTC (permalink / raw)
  To: edk2-devel; +Cc: Jiewen Yao, Star Zeng

From: Jiewen Yao <jiewen.yao@intel.com>

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>
---
 IntelSiliconPkg/Feature/VTd/IntelVTdDxe/TranslationTableEx.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/IntelSiliconPkg/Feature/VTd/IntelVTdDxe/TranslationTableEx.c b/IntelSiliconPkg/Feature/VTd/IntelVTdDxe/TranslationTableEx.c
index 0b3006a3c5..4ac240c9bc 100644
--- a/IntelSiliconPkg/Feature/VTd/IntelVTdDxe/TranslationTableEx.c
+++ b/IntelSiliconPkg/Feature/VTd/IntelVTdDxe/TranslationTableEx.c
@@ -136,6 +136,7 @@ DumpDmarExtContextEntryTable (
       if (ExtContextEntry[Index2].Bits.Present == 0) {
         continue;
       }
+      DumpSecondLevelPagingEntry ((VOID *)(UINTN)VTD_64BITS_ADDRESS(ExtContextEntry[Index2].Bits.SecondLevelPageTranslationPointerLo, ExtContextEntry[Index2].Bits.SecondLevelPageTranslationPointerHi));
     }
 
     if (ExtRootEntry[Index].Bits.UpperPresent == 0) {
-- 
2.16.2.windows.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-03-09  4:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-09  4:23 [PATCH 1/1] IntelSiliconPkg/Vtd: Add missing dump in ExtContext Star Zeng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox