UefiCpuPkg/PiSmmCpuDxeSmm: implement non-stop mode for SMM
Since SMM profile feature has already implemented non-stop mode if #PF occurred, this patch just makes use of the existing implementation to accommodate heap guard and NULL pointer detection feature. Cc: Eric Dong <eric.dong@intel.com> Cc: Laszlo Ersek <lersek@redhat.com> Cc: Ruiyu Ni <ruiyu.ni@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jian J Wang <jian.j.wang@intel.com> Reviewed-by: Eric Dong <eric.dong@intel.com> Acked-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
|
||||
extern ASM_PFX(FeaturePcdGet (PcdCpuSmmProfileEnable))
|
||||
extern ASM_PFX(SmiPFHandler)
|
||||
extern ASM_PFX(mSetupDebugTrap)
|
||||
|
||||
global ASM_PFX(gcSmiIdtr)
|
||||
global ASM_PFX(gcSmiGdtr)
|
||||
@@ -673,7 +674,7 @@ o16 mov [ecx + IA32_TSS._SS], ax
|
||||
mov esp, ebp
|
||||
|
||||
; Set single step DB# if SMM profile is enabled and page fault exception happens
|
||||
cmp byte [dword ASM_PFX(FeaturePcdGet (PcdCpuSmmProfileEnable))], 0
|
||||
cmp byte [dword ASM_PFX(mSetupDebugTrap)], 0
|
||||
jz @Done2
|
||||
|
||||
; Create return context for iretd in stub function
|
||||
|
Reference in New Issue
Block a user