summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/X64/Thunk16.asm
AgeCommit message (Expand)Author
2016-12-26MdePkg: Move to new locationGuo Mang
2013-10-29Use rsp instead of esp to save 64-bit stack pointer.Elvin Li
2013-01-07Current Thunk16.asm implementation clears reserved bits, which does not follo...li-elvin
2011-12-15Fix the issue to clear the high 16-bit of EAX before use it Thunk code.lgao4
2010-11-12Fix the issue that the high 16-bit of EAX may contain invalid data, which cau...li-elvin
2010-06-25Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter
2010-04-23Update the copyright notice formathhtian
2009-05-26Fix the bug in x64 thunk code that it cannot handle the case when GDT is load...qhuang8
2009-04-17Save segment registers on stack in case the thunk code assembly calls CF9 sof...qhuang8
2008-12-29Update copyright for files modified in this yearqhuang8
2008-10-31Use #include "XXX.h" for module internal header files.qhuang8
2008-09-17remove unnecessary comments introduced by tools from MdePkg. The regular expr...vanjeff
2007-07-021. Port X64, IPF and EBC arch for BaseLibvanjeff
2007-06-01Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch
2007-01-101. Added comments to ASM filesbxing
2006-11-23To Fix PVCS 429.yshang1
2006-11-15Enabled 4G+ memory in thunk.bxing
2006-09-14Added an extra GDT entry to the GDT used by thunk code. SS register will alwa...bxing
2006-07-211. Updated function headers in all assembly files.bxing
2006-07-17Modified coding style, removed unnecessary comments and "offset" key words.bxing
2006-07-04git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@742 6f19...jwang36
2006-06-26Roll back modification for autogen of assemble code, we do not support PCD au...klu2
2006-06-15Thunk16.asm's can use constants defined in BaseLib.h now.bxing
2006-05-241. Updated CpuFlushTlb() according to IA-64 programmer's guidebxing
2006-05-15Updated BaseLib for THUNK functions and some CPU functionsbxing
2006-04-24Rename dirsbbahnsen