summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib/X64/DisablePaging64.asm
Commit message (Expand)AuthorAgeFilesLines
* Update the copyright notice formathhtian2010-04-231-2/+2
* Fixed GCC 4.4 build issue. Also fixed issue where upper 32-bits may be lost ...geekboy15a2010-04-161-1/+1
* Remove assumption that the transition code for transitioning from 64-bit to 3...mdkinney2010-03-011-9/+12
* Need use 32-bit register to hold 32-bit stack address.klu22009-06-051-3/+3
* Fix the bug that if code is run above 4G, AsmDisablePaging64 will be failure.klu22009-06-051-1/+15
* Save label "@F" to 64-bit register (r10) instead of 32-bit register (eax) in ...qhuang82009-06-031-5/+5
* Fix the bug that EntryPoint of DisablePaging64() is corrupted.xli242009-01-131-2/+4
* 1. Port X64, IPF and EBC arch for BaseLibvanjeff2007-07-021-0/+65
* Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch2007-06-011-65/+0
* 1. Added comments to ASM filesbxing2007-01-101-10/+9
* 1. Updated function headers in all assembly files.bxing2006-07-211-0/+11
* 1. Sync LinkedList.c with MWGvanjeff2006-07-061-1/+2
* Rename dirsbbahnsen2006-04-241-0/+54