summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib/X64/Thunk16.asm
Commit message (Expand)AuthorAgeFilesLines
* MdePkg: Remove X86 ASM and S filesLiming Gao2018-06-071-315/+0
* Use rsp instead of esp to save 64-bit stack pointer.Elvin Li2013-10-291-3/+3
* Current Thunk16.asm implementation clears reserved bits, which does not follo...li-elvin2013-01-071-2/+2
* Fix the issue to clear the high 16-bit of EAX before use it Thunk code.lgao42011-12-151-2/+3
* Fix the issue that the high 16-bit of EAX may contain invalid data, which cau...li-elvin2010-11-121-2/+2
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-251-1/+1
* Update the copyright notice formathhtian2010-04-231-2/+2
* Fix the bug in x64 thunk code that it cannot handle the case when GDT is load...qhuang82009-05-261-1/+18
* Save segment registers on stack in case the thunk code assembly calls CF9 sof...qhuang82009-04-171-10/+20
* Update copyright for files modified in this yearqhuang82008-12-291-1/+1
* Use #include "XXX.h" for module internal header files.qhuang82008-10-311-1/+1
* remove unnecessary comments introduced by tools from MdePkg. The regular expr...vanjeff2008-09-171-3/+1
* 1. Port X64, IPF and EBC arch for BaseLibvanjeff2007-07-021-0/+289
* Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch2007-06-011-284/+0
* 1. Added comments to ASM filesbxing2007-01-101-14/+20
* To Fix PVCS 429.yshang12006-11-231-2/+9
* Enabled 4G+ memory in thunk.bxing2006-11-151-16/+22
* Added an extra GDT entry to the GDT used by thunk code. SS register will alwa...bxing2006-09-141-24/+40
* 1. Updated function headers in all assembly files.bxing2006-07-211-5/+16
* Modified coding style, removed unnecessary comments and "offset" key words.bxing2006-07-171-30/+27
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@742 6f19...jwang362006-07-041-2/+2
* Roll back modification for autogen of assemble code, we do not support PCD au...klu22006-06-261-0/+3
* Thunk16.asm's can use constants defined in BaseLib.h now.bxing2006-06-151-4/+0
* 1. Updated CpuFlushTlb() according to IA-64 programmer's guidebxing2006-05-241-0/+7
* Updated BaseLib for THUNK functions and some CPU functionsbxing2006-05-151-126/+172
* Rename dirsbbahnsen2006-04-241-0/+189