summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib/X64
Commit message (Expand)AuthorAgeFilesLines
* MdePkg NASM Thunk16: Add missing ASM_PFX for InternalAsmThunk16Jordan Justen2014-09-041-2/+2
* MdePkg NASM Thunk16: Work around NASM 2.09.04 - 2.10rc1 bugJordan Justen2014-09-041-1/+5
* MdePkg BaseLib NASM Thunk16: Initialize _16GdtrBase to 0Jordan Justen2014-09-011-1/+1
* MdePkg BaseLib NASM Thunk16: Remove remaining 'DB' codeJordan Justen2014-09-011-25/+23
* MdePkg BaseLib NASM Thunk16: Use bits 16 for 16-bit codeJordan Justen2014-09-011-66/+55
* MdePkg BaseLib NASM Thunk16: Use NASM local labelsJordan Justen2014-09-011-38/+38
* MdePkg BaseLib Thunk16: Replace X64 GAS Thunk16 with NASM versionJordan Justen2014-09-011-0/+334
* Use rsp instead of esp to save 64-bit stack pointer.Elvin Li2013-10-292-6/+6
* Current Thunk16.asm implementation clears reserved bits, which does not follo...li-elvin2013-01-072-4/+4
* Fix the issue to clear the high 16-bit of EAX before use it Thunk code.lgao42011-12-152-4/+6
* Fix Xcode link failure. Relocations are not supported in .text sections.andrewfish2011-10-081-1/+1
* MdePkg: Fixed hang/reset in thunk code when building with GCC X64geekboy15a2011-08-021-6/+6
* MdePkg: Fix X64 clang compile issues.andrewfish2011-07-122-25/+37
* Fix the issue that the high 16-bit of EAX may contain invalid data, which cau...li-elvin2010-11-122-4/+4
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-2593-100/+100
* 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