audk/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32
Jian J Wang 16b918bbaf UefiCpuPkg/CpuExceptionHandlerLib: Setup single step in #PF handler
Once the #PF handler has set the page to be 'present', there should
be a way to reset it to 'not-present'. 'TF' bit in EFLAGS can be used
for this purpose. 'TF' bit will be set in interrupted function context
so that it can be triggered once the cpu control returns back to the
instruction causing #PF and re-execute it.

This is an necessary step to implement non-stop mode for 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>
2018-08-30 07:22:29 +08:00
..
ArchExceptionHandler.c UefiCpuPkg CpuExceptionHandlerLib: Enhance DumpModuleImageInfo() 2018-01-02 09:35:48 +08:00
ArchInterruptDefs.h UefiCpuPkg CpuExceptionHandlerLib: use FixedPcdGetSize() as the macro value 2018-03-16 14:34:44 +08:00
ExceptionHandlerAsm.S UefiCpuPkg/CpuExceptionHandlerLib: Trim white space at end of line 2017-04-07 10:06:37 +08:00
ExceptionHandlerAsm.nasm UefiCpuPkg/CpuExceptionHandlerLib: Setup single step in #PF handler 2018-08-30 07:22:29 +08:00
ExceptionTssEntryAsm.nasm UefiCpuPkg/CpuExceptionHandlerLib: Setup single step in #PF handler 2018-08-30 07:22:29 +08:00