summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib/X64
Commit message (Expand)AuthorAgeFilesLines
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-244-6/+6
* Fixed issue with InternalX86ReadIdtr referencing LDT read and not IDT read op...geekboy15a2010-06-011-1/+1
* Fix some typosqhuang82010-05-201-2/+2
* Update copyright formathhtian2010-05-181-3/+3
* 1. Restore the inline C implementation of GCC assembly files that was tempora...qhuang82010-05-1868-2379/+1806
* Update the copyright notice formathhtian2010-04-23162-324/+324
* Fixed GCC 4.4 build issue due to incorrect prefix. Now using ASM_PFX to corr...geekboy15a2010-04-161-1/+1
* Fixed GCC 4.4 build issue. Also fixed issue where upper 32-bits may be lost ...geekboy15a2010-04-162-3/+4
* Remove assumption that the transition code for transitioning from 64-bit to 3...mdkinney2010-03-012-15/+21
* Disable interrupt when changing IDTR register.klu22010-02-232-2/+8
* Temporarily remove the C implementation of some GCC assembly files in MdePkg....qhuang82010-02-231-1806/+0
* Clean up MdePkg source to correct some coding style issues, etc.qhuang82010-01-271-5/+5
* fix GCC build issue, mWait instruction need not the operands.eric_tian2009-12-071-1/+1
* Fixes for ARM build in the EdkCompatibilityPkg and a couple of Xcode fixes fo...AJFISH2009-12-062-30/+30
* Fix file headersmdkinney2009-08-241-1/+1
* Update to make end-of-line consistent for all source files in MdePkg. There a...qhuang82009-08-191-1806/+1806
* Add ARM supportmdkinney2009-08-181-0/+1806
* Minor update source to make end-of-line consistent. qhuang82009-08-111-14/+14
* Remove all unnecessary .align directives in MdePkgqhuang82009-08-1145-90/+45
* For X64 BASE_LIBRARY_JUMP_BUFFER is 64-bit aligned, not 128-bit aligned, repl...gikidy2009-06-102-20/+20
* Save/Restore xmm6-xmm15 in function setJump/longJump for GAS.gikidy2009-06-102-0/+24
* Save/Restore xmm6-xmm15 in function setJump/longJump.gikidy2009-06-102-1/+25
* Need use 32-bit register to hold 32-bit stack address.klu22009-06-051-3/+3
* 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 failedklu22009-06-051-3/+14
* Fix the bug that if code is run above 4G, AsmDisablePaging64 will be failure.klu22009-06-051-1/+15
* 1. Fix the bug that we should use rip relative addressing for x64 label to pr...qhuang82009-06-031-8/+8
* Save label "@F" to 64-bit register (r10) instead of 32-bit register (eax) in ...qhuang82009-06-031-5/+5
* Use rip relative addressing for x64 label for Thunk16.S to prevent GCC assemb...qhuang82009-06-021-1/+1
* Correct one minor instruction to clear the lower 4 bits of r11.qhuang82009-05-261-1/+1
* Fix the bug in x64 thunk code that it cannot handle the case when GDT is load...qhuang82009-05-262-3/+37
* Replace .globl with ASM_GLOBALxli242009-05-203-18/+18
* 1. Remove .extern from GCC assembly.xli242009-05-2076-77/+76
* Fix the bug that EnablePaging64() should assert() for x64 platform.qhuang82009-04-303-125/+44
* Save segment registers on stack in case the thunk code assembly calls CF9 sof...qhuang82009-04-172-22/+42
* Fix some build issues encountered with ELFGCC.jljusten2009-04-101-10/+10
* Split out Synchronization Library from Base Librarymdkinney2009-01-3012-507/+0
* Fix the bug that EntryPoint of DisablePaging64() is corrupted.xli242009-01-132-3/+7
* Update copyright for files modified in this yearqhuang82008-12-2973-73/+73
* Fix minor issues in GCC assembly. The operand is 64bit and "q" prefix should ...qhuang82008-11-252-8/+8
* Add EnableCache() and DisableCache() implementations for IA32 and X64 to the ...mdkinney2008-11-244-0/+164
* Detabqhuang82008-11-1922-23/+23
* Update to use DOS formatqhuang82008-11-0378-3189/+3189
* Use #include "XXX.h" for module internal header files.qhuang82008-10-311-1/+1
* Update to use DOS formatqhuang82008-10-312-126/+126
* Refine comments of X64 assembly files of MDE BaseLib.xli242008-10-2815-59/+50
* Refine code for ECC check.xli242008-10-247-0/+7
* ECC Cleanup.vanjeff2008-10-243-3/+3
* Update GCC assembly files for MdePkg/Library/BaseLib/X64xli242008-10-237-23/+22
* Update some comments.qwang122008-10-211-1/+0