audk/MdePkg/Library/BaseLib
qhuang8 d2e6d78887 1. Add comments about reserve space on space according to x64 calling convention
2. Fix comments in SwitchStack as for the x64 calling convention.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5315 6f19259b-4bc3-4df7-8a09-765794883524
2008-05-30 02:03:15 +00:00
..
Ebc moved CpuSleep and CpuFlushTlb to the CpuLib to use PalCall in those functions, it is creating circular dependency if those functions are in BaseLib and the PalCallStatic is replaced with PalCall 2007-10-05 18:51:24 +00:00
Ia32 Fix typo in comment. 2008-04-22 05:16:14 +00:00
Ipf De-unicode in comment for all source files. 2008-05-27 03:24:01 +00:00
X64 1. Add comments about reserve space on space according to x64 calling convention 2008-05-30 02:03:15 +00:00
ARShiftU64.c Removed CommonHeader.h generated file from the MdePkg. 2007-06-29 23:22:13 +00:00
BaseLib.inf Remove the DivU64x64Remainder.c (embedded asm version)for IA32 architecture. It cannot handle the case when divisor is less than 4G. 2008-02-01 15:05:08 +00:00
BaseLib.msa Import some basic libraries instances for Mde Packages. 2007-06-22 03:21:45 +00:00
BaseLibInternals.h Removed CommonHeader.h generated file from the MdePkg. 2007-06-29 23:22:13 +00:00
BitField.c Removed MdePkg usage of ModuleName: in file headers 2007-07-12 22:59:43 +00:00
CheckSum.c Fix the issues about the loop count for checksum 16,32,64. The input parameters are the buffer size according to Mde Lib spec. 2008-02-01 14:53:33 +00:00
ChkStkGcc.c MdePkg/Library/BaseLib/ChkStkGcc.c: 2007-10-30 00:10:23 +00:00
Cpu.c Removed MdePkg usage of ModuleName: in file headers 2007-07-12 22:59:43 +00:00
CpuDeadLoop.c Use <> in #include statements instead of "" for include files from packages 2007-08-17 21:04:27 +00:00
DivS64x64Remainder.c Removed CommonHeader.h generated file from the MdePkg. 2007-06-29 23:22:13 +00:00
DivU64x32.c Removed CommonHeader.h generated file from the MdePkg. 2007-06-29 23:22:13 +00:00
DivU64x32Remainder.c Removed CommonHeader.h generated file from the MdePkg. 2007-06-29 23:22:13 +00:00
DivU64x64Remainder.c Removed CommonHeader.h generated file from the MdePkg. 2007-06-29 23:22:13 +00:00
GetPowerOfTwo32.c Removed CommonHeader.h generated file from the MdePkg. 2007-06-29 23:22:13 +00:00
GetPowerOfTwo64.c Removed CommonHeader.h generated file from the MdePkg. 2007-06-29 23:22:13 +00:00
HighBitSet32.c Removed CommonHeader.h generated file from the MdePkg. 2007-06-29 23:22:13 +00:00
HighBitSet64.c Removed CommonHeader.h generated file from the MdePkg. 2007-06-29 23:22:13 +00:00
LRotU32.c Removed CommonHeader.h generated file from the MdePkg. 2007-06-29 23:22:13 +00:00
LRotU64.c Removed CommonHeader.h generated file from the MdePkg. 2007-06-29 23:22:13 +00:00
LShiftU64.c Removed CommonHeader.h generated file from the MdePkg. 2007-06-29 23:22:13 +00:00
LinkedList.c Fix typo in comment. 2008-04-22 05:16:14 +00:00
LongJump.c Removed MdePkg usage of ModuleName: in file headers 2007-07-12 22:59:43 +00:00
LowBitSet32.c Removed CommonHeader.h generated file from the MdePkg. 2007-06-29 23:22:13 +00:00
LowBitSet64.c Removed CommonHeader.h generated file from the MdePkg. 2007-06-29 23:22:13 +00:00
Math64.c Removed MdePkg usage of ModuleName: in file headers 2007-07-12 22:59:43 +00:00
ModU64x32.c Removed CommonHeader.h generated file from the MdePkg. 2007-06-29 23:22:13 +00:00
MultS64x64.c Removed CommonHeader.h generated file from the MdePkg. 2007-06-29 23:22:13 +00:00
MultU64x32.c Removed CommonHeader.h generated file from the MdePkg. 2007-06-29 23:22:13 +00:00
MultU64x64.c Removed CommonHeader.h generated file from the MdePkg. 2007-06-29 23:22:13 +00:00
RRotU32.c Removed CommonHeader.h generated file from the MdePkg. 2007-06-29 23:22:13 +00:00
RRotU64.c Removed CommonHeader.h generated file from the MdePkg. 2007-06-29 23:22:13 +00:00
RShiftU64.c Removed CommonHeader.h generated file from the MdePkg. 2007-06-29 23:22:13 +00:00
SetJump.c Fix the asserting error for SetJump(). 2008-02-01 14:54:52 +00:00
String.c 1) Add BufToHexString, HexStringToBuf and IsHexDigit to BaseLib. 2008-05-23 05:25:44 +00:00
SwapBytes16.c Removed CommonHeader.h generated file from the MdePkg. 2007-06-29 23:22:13 +00:00
SwapBytes32.c Removed CommonHeader.h generated file from the MdePkg. 2007-06-29 23:22:13 +00:00
SwapBytes64.c Removed CommonHeader.h generated file from the MdePkg. 2007-06-29 23:22:13 +00:00
SwitchStack.c Removed MdePkg usage of ModuleName: in file headers 2007-07-12 22:59:43 +00:00
Synchronization.c Fix timeout logic in AcquireSpinLock(). It could fail if the end time computed was larger than the roll over value of the performance counter. The timeout logic now accumulates the total time elapsed to determine if the timeout has been exceeded. 2007-11-30 02:33:37 +00:00
SynchronizationGcc.c Fix timeout logic in AcquireSpinLock(). It could fail if the end time computed was larger than the roll over value of the performance counter. The timeout logic now accumulates the total time elapsed to determine if the timeout has been exceeded. 2007-11-30 02:33:37 +00:00
SynchronizationMsc.c Fix timeout logic in AcquireSpinLock(). It could fail if the end time computed was larger than the roll over value of the performance counter. The timeout logic now accumulates the total time elapsed to determine if the timeout has been exceeded. 2007-11-30 02:33:37 +00:00
Unaligned.c Removed MdePkg usage of ModuleName: in file headers 2007-07-12 22:59:43 +00:00
x86DisablePaging32.c Removed MdePkg usage of ModuleName: in file headers 2007-07-12 22:59:43 +00:00
x86DisablePaging64.c Removed MdePkg usage of ModuleName: in file headers 2007-07-12 22:59:43 +00:00
x86EnablePaging32.c Removed MdePkg usage of ModuleName: in file headers 2007-07-12 22:59:43 +00:00
x86EnablePaging64.c Removed MdePkg usage of ModuleName: in file headers 2007-07-12 22:59:43 +00:00
x86FxRestore.c Removed MdePkg usage of ModuleName: in file headers 2007-07-12 22:59:43 +00:00
x86FxSave.c Removed MdePkg usage of ModuleName: in file headers 2007-07-12 22:59:43 +00:00
x86GetInterruptState.c Removed MdePkg usage of ModuleName: in file headers 2007-07-12 22:59:43 +00:00
x86MemoryFence.c Removed MdePkg usage of ModuleName: in file headers 2007-07-12 22:59:43 +00:00
x86Msr.c Removed MdePkg usage of ModuleName: in file headers 2007-07-12 22:59:43 +00:00
x86ReadGdtr.c Removed MdePkg usage of ModuleName: in file headers 2007-07-12 22:59:43 +00:00
x86ReadIdtr.c Removed MdePkg usage of ModuleName: in file headers 2007-07-12 22:59:43 +00:00
x86Thunk.c Removed MdePkg usage of ModuleName: in file headers 2007-07-12 22:59:43 +00:00
x86WriteGdtr.c Removed MdePkg usage of ModuleName: in file headers 2007-07-12 22:59:43 +00:00
x86WriteIdtr.c Removed MdePkg usage of ModuleName: in file headers 2007-07-12 22:59:43 +00:00