audk/UefiCpuPkg/CpuDxe
rsun3 304a39b746 Fix a bug that the size of a gate descriptor in the IDT is 8 bytes. The size is 8 bytes in 32-bit mode, while it is 16 bytes in 64-bit mode. Replace the hard-coded size with a sizeof.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11177 6f19259b-4bc3-4df7-8a09-765794883524
2010-12-17 02:38:26 +00:00
..
Ia32 Skip restoration of DRx registers to support in-circuit emualators or debuggers set breakpoint in interrupt/exception context. 2010-06-11 03:22:15 +00:00
X64 Skip restoration of DRx registers to support in-circuit emualators or debuggers set breakpoint in interrupt/exception context. 2010-06-11 03:22:15 +00:00
CpuDxe.c Fix a bug that the size of a gate descriptor in the IDT is 8 bytes. The size is 8 bytes in 32-bit mode, while it is 16 bytes in 64-bit mode. Replace the hard-coded size with a sizeof. 2010-12-17 02:38:26 +00:00
CpuDxe.h Code refinement. 2010-07-13 03:08:54 +00:00
CpuDxe.inf Update the copyright notice format 2010-04-24 12:25:26 +00:00
CpuGdt.c Add explicit type cast to suppress possible warning of precession loss. 2010-08-10 06:57:32 +00:00