audk/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64
Liu, Zhiguang f1688ec9da UefiCpuPkg: Simplify the struct definition of CPU_EXCEPTION_INIT_DATA
CPU_EXCEPTION_INIT_DATA is now an internal implementation of
CpuExceptionHandlerLib. Union can be removed since Ia32 and X64 have the
same definition. Also, two fields (Revision and InitDefaultHandlers)are
useless, can be removed.

Cc: Eric Dong <eric.dong@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
Cc: Rahul Kumar <rahul1.kumar@intel.com>
Signed-off-by: Zhiguang Liu <zhiguang.liu@intel.com>
2022-08-09 04:12:28 +00:00
..
ArchExceptionHandler.c UefiCpuPkg: Simplify the struct definition of CPU_EXCEPTION_INIT_DATA 2022-08-09 04:12:28 +00:00
ArchInterruptDefs.h UefiCpuPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
ExceptionHandlerAsm.nasm CpuException: Avoid allocating code pages for DXE instance 2022-06-10 07:54:48 +00:00
Xcode5ExceptionHandlerAsm.nasm UefiCpuPkg: Fix nasm warning "signed byte value exceeds" 2022-07-25 02:18:26 +00:00