]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Update the text to use "x64" instead of "X64" in MdePkg.
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 5 Dec 2008 03:23:13 +0000 (03:23 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 5 Dec 2008 03:23:13 +0000 (03:23 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6854 6f19259b-4bc3-4df7-8a09-765794883524

87 files changed:
MdePkg/Include/Library/BaseLib.h
MdePkg/Include/Library/UefiRuntimeLib.h
MdePkg/Include/Protocol/DebugSupport.h
MdePkg/Include/X64/ProcessorBind.h
MdePkg/Library/BaseLib/BaseLibInternals.h
MdePkg/Library/BaseLib/Ia32/CpuId.c
MdePkg/Library/BaseLib/Ia32/FlushCacheLine.c
MdePkg/Library/BaseLib/Ia32/FxRestore.c
MdePkg/Library/BaseLib/Ia32/FxSave.c
MdePkg/Library/BaseLib/Ia32/Invd.c
MdePkg/Library/BaseLib/Ia32/Monitor.c
MdePkg/Library/BaseLib/Ia32/Mwait.c
MdePkg/Library/BaseLib/Ia32/Non-existing.c
MdePkg/Library/BaseLib/Ia32/ReadCr0.c
MdePkg/Library/BaseLib/Ia32/ReadCr2.c
MdePkg/Library/BaseLib/Ia32/ReadCr3.c
MdePkg/Library/BaseLib/Ia32/ReadCr4.c
MdePkg/Library/BaseLib/Ia32/ReadCs.c
MdePkg/Library/BaseLib/Ia32/ReadDr0.c
MdePkg/Library/BaseLib/Ia32/ReadDr1.c
MdePkg/Library/BaseLib/Ia32/ReadDr2.c
MdePkg/Library/BaseLib/Ia32/ReadDr3.c
MdePkg/Library/BaseLib/Ia32/ReadDr4.c
MdePkg/Library/BaseLib/Ia32/ReadDr5.c
MdePkg/Library/BaseLib/Ia32/ReadDr6.c
MdePkg/Library/BaseLib/Ia32/ReadDr7.c
MdePkg/Library/BaseLib/Ia32/ReadDs.c
MdePkg/Library/BaseLib/Ia32/ReadEflags.c
MdePkg/Library/BaseLib/Ia32/ReadEs.c
MdePkg/Library/BaseLib/Ia32/ReadFs.c
MdePkg/Library/BaseLib/Ia32/ReadGdtr.c
MdePkg/Library/BaseLib/Ia32/ReadGs.c
MdePkg/Library/BaseLib/Ia32/ReadIdtr.c
MdePkg/Library/BaseLib/Ia32/ReadLdtr.c
MdePkg/Library/BaseLib/Ia32/ReadMm0.c
MdePkg/Library/BaseLib/Ia32/ReadMm1.c
MdePkg/Library/BaseLib/Ia32/ReadMm2.c
MdePkg/Library/BaseLib/Ia32/ReadMm3.c
MdePkg/Library/BaseLib/Ia32/ReadMm4.c
MdePkg/Library/BaseLib/Ia32/ReadMm5.c
MdePkg/Library/BaseLib/Ia32/ReadMm6.c
MdePkg/Library/BaseLib/Ia32/ReadMm7.c
MdePkg/Library/BaseLib/Ia32/ReadMsr64.c
MdePkg/Library/BaseLib/Ia32/ReadPmc.c
MdePkg/Library/BaseLib/Ia32/ReadSs.c
MdePkg/Library/BaseLib/Ia32/ReadTr.c
MdePkg/Library/BaseLib/Ia32/ReadTsc.c
MdePkg/Library/BaseLib/Ia32/Wbinvd.c
MdePkg/Library/BaseLib/Ia32/WriteCr0.c
MdePkg/Library/BaseLib/Ia32/WriteCr2.c
MdePkg/Library/BaseLib/Ia32/WriteCr3.c
MdePkg/Library/BaseLib/Ia32/WriteCr4.c
MdePkg/Library/BaseLib/Ia32/WriteDr0.c
MdePkg/Library/BaseLib/Ia32/WriteDr1.c
MdePkg/Library/BaseLib/Ia32/WriteDr2.c
MdePkg/Library/BaseLib/Ia32/WriteDr3.c
MdePkg/Library/BaseLib/Ia32/WriteDr4.c
MdePkg/Library/BaseLib/Ia32/WriteDr5.c
MdePkg/Library/BaseLib/Ia32/WriteDr6.c
MdePkg/Library/BaseLib/Ia32/WriteDr7.c
MdePkg/Library/BaseLib/Ia32/WriteGdtr.c
MdePkg/Library/BaseLib/Ia32/WriteIdtr.c
MdePkg/Library/BaseLib/Ia32/WriteLdtr.c
MdePkg/Library/BaseLib/Ia32/WriteMm0.c
MdePkg/Library/BaseLib/Ia32/WriteMm1.c
MdePkg/Library/BaseLib/Ia32/WriteMm2.c
MdePkg/Library/BaseLib/Ia32/WriteMm3.c
MdePkg/Library/BaseLib/Ia32/WriteMm4.c
MdePkg/Library/BaseLib/Ia32/WriteMm5.c
MdePkg/Library/BaseLib/Ia32/WriteMm6.c
MdePkg/Library/BaseLib/Ia32/WriteMm7.c
MdePkg/Library/BaseLib/Ia32/WriteMsr64.c
MdePkg/Library/BaseLib/X86DisablePaging64.c
MdePkg/Library/BaseLib/X86FxRestore.c
MdePkg/Library/BaseLib/X86FxSave.c
MdePkg/Library/BaseLib/X86Msr.c
MdePkg/Library/BaseLib/X86ReadGdtr.c
MdePkg/Library/BaseLib/X86ReadIdtr.c
MdePkg/Library/BaseLib/X86Thunk.c
MdePkg/Library/BaseLib/X86WriteGdtr.c
MdePkg/Library/BaseLib/X86WriteIdtr.c
MdePkg/Library/BasePeCoffGetEntryPointLib/PeCoffGetEntryPoint.c
MdePkg/Library/BasePeCoffLib/BasePeCoff.c
MdePkg/Library/BasePeCoffLib/Ipf/PeCoffLoaderEx.c
MdePkg/Library/BasePeCoffLib/PeCoffLoaderEx.c
MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointer.c
MdePkg/Library/UefiRuntimeLib/RuntimeService.c

index 0dfdd7dc91747009d1b77fa3afca61f0f4fbb2bc..4af0330f1a7841c70a73e4bced0983f80ed87bdd 100644 (file)
@@ -93,7 +93,7 @@ typedef struct {
 \r
 #if defined (MDE_CPU_X64)\r
 ///\r
 \r
 #if defined (MDE_CPU_X64)\r
 ///\r
-/// X64 context buffer used by SetJump() and LongJump()\r
+/// x64 context buffer used by SetJump() and LongJump()\r
 ///\r
 typedef struct {\r
   UINT64                            Rbx;\r
 ///\r
 typedef struct {\r
   UINT64                            Rbx;\r
@@ -4879,7 +4879,7 @@ AsmPalCall (
 \r
 #elif defined (MDE_CPU_IA32) || defined (MDE_CPU_X64)\r
 ///\r
 \r
 #elif defined (MDE_CPU_IA32) || defined (MDE_CPU_X64)\r
 ///\r
-/// IA32 and X64 Specific Functions\r
+/// IA32 and x64 Specific Functions\r
 /// Byte packed structure for 16-bit Real Mode EFLAGS\r
 ///\r
 typedef union {\r
 /// Byte packed structure for 16-bit Real Mode EFLAGS\r
 ///\r
 typedef union {\r
@@ -4906,7 +4906,7 @@ typedef union {
 ///\r
 /// Byte packed structure for EFLAGS/RFLAGS\r
 /// 32-bits on IA-32\r
 ///\r
 /// Byte packed structure for EFLAGS/RFLAGS\r
 /// 32-bits on IA-32\r
-/// 64-bits on X64.  The upper 32-bits on X64 are reserved\r
+/// 64-bits on x64.  The upper 32-bits on x64 are reserved\r
 ///\r
 typedef union {\r
   struct {\r
 ///\r
 typedef union {\r
   struct {\r
@@ -4939,7 +4939,7 @@ typedef union {
 ///\r
 /// Byte packed structure for Control Register 0 (CR0)\r
 /// 32-bits on IA-32\r
 ///\r
 /// Byte packed structure for Control Register 0 (CR0)\r
 /// 32-bits on IA-32\r
-/// 64-bits on X64.  The upper 32-bits on X64 are reserved\r
+/// 64-bits on x64.  The upper 32-bits on x64 are reserved\r
 ///\r
 typedef union {\r
   struct {\r
 ///\r
 typedef union {\r
   struct {\r
@@ -4964,7 +4964,7 @@ typedef union {
 ///\r
 /// Byte packed structure for Control Register 4 (CR4)\r
 /// 32-bits on IA-32\r
 ///\r
 /// Byte packed structure for Control Register 4 (CR4)\r
 /// 32-bits on IA-32\r
-/// 64-bits on X64.  The upper 32-bits on X64 are reserved\r
+/// 64-bits on x64.  The upper 32-bits on x64 are reserved\r
 ///\r
 typedef union {\r
   struct {\r
 ///\r
 typedef union {\r
   struct {\r
@@ -5138,7 +5138,7 @@ typedef struct {
   If Ebx is not NULL, then the value of EBX after CPUID is returned in Ebx.\r
   If Ecx is not NULL, then the value of ECX after CPUID is returned in Ecx.\r
   If Edx is not NULL, then the value of EDX after CPUID is returned in Edx.\r
   If Ebx is not NULL, then the value of EBX after CPUID is returned in Ebx.\r
   If Ecx is not NULL, then the value of ECX after CPUID is returned in Ecx.\r
   If Edx is not NULL, then the value of EDX after CPUID is returned in Edx.\r
-  This function is only available on IA-32 and X64.\r
+  This function is only available on IA-32 and x64.\r
 \r
   @param  Index The 32-bit value to load into EAX prior to invoking the CPUID\r
                 instruction.\r
 \r
   @param  Index The 32-bit value to load into EAX prior to invoking the CPUID\r
                 instruction.\r
@@ -5244,7 +5244,7 @@ AsmEnableCache (
   No parameter checking is performed on Index, and some Index values may cause\r
   CPU exceptions. The caller must either guarantee that Index is valid, or the\r
   caller must set up exception handlers to catch the exceptions. This function\r
   No parameter checking is performed on Index, and some Index values may cause\r
   CPU exceptions. The caller must either guarantee that Index is valid, or the\r
   caller must set up exception handlers to catch the exceptions. This function\r
-  is only available on IA-32 and X64.\r
+  is only available on IA-32 and x64.\r
 \r
   @param  Index The 32-bit MSR index to read.\r
 \r
 \r
   @param  Index The 32-bit MSR index to read.\r
 \r
@@ -5267,7 +5267,7 @@ AsmReadMsr32 (
   the MSR is returned. No parameter checking is performed on Index or Value,\r
   and some of these may cause CPU exceptions. The caller must either guarantee\r
   that Index and Value are valid, or the caller must establish proper exception\r
   the MSR is returned. No parameter checking is performed on Index or Value,\r
   and some of these may cause CPU exceptions. The caller must either guarantee\r
   that Index and Value are valid, or the caller must establish proper exception\r
-  handlers. This function is only available on IA-32 and X64.\r
+  handlers. This function is only available on IA-32 and x64.\r
 \r
   @param  Index The 32-bit MSR index to write.\r
   @param  Value The 32-bit value to write to the MSR.\r
 \r
   @param  Index The 32-bit MSR index to write.\r
   @param  Value The 32-bit value to write to the MSR.\r
@@ -5294,7 +5294,7 @@ AsmWriteMsr32 (
   performed on Index or OrData, and some of these may cause CPU exceptions. The\r
   caller must either guarantee that Index and OrData are valid, or the caller\r
   must establish proper exception handlers. This function is only available on\r
   performed on Index or OrData, and some of these may cause CPU exceptions. The\r
   caller must either guarantee that Index and OrData are valid, or the caller\r
   must establish proper exception handlers. This function is only available on\r
-  IA-32 and X64.\r
+  IA-32 and x64.\r
 \r
   @param  Index   The 32-bit MSR index to write.\r
   @param  OrData  The value to OR with the read value from the MSR.\r
 \r
   @param  Index   The 32-bit MSR index to write.\r
   @param  OrData  The value to OR with the read value from the MSR.\r
@@ -5321,7 +5321,7 @@ AsmMsrOr32 (
   on Index or AndData, and some of these may cause CPU exceptions. The caller\r
   must either guarantee that Index and AndData are valid, or the caller must\r
   establish proper exception handlers. This function is only available on IA-32\r
   on Index or AndData, and some of these may cause CPU exceptions. The caller\r
   must either guarantee that Index and AndData are valid, or the caller must\r
   establish proper exception handlers. This function is only available on IA-32\r
-  and X64.\r
+  and x64.\r
 \r
   @param  Index   The 32-bit MSR index to write.\r
   @param  AndData The value to AND with the read value from the MSR.\r
 \r
   @param  Index   The 32-bit MSR index to write.\r
   @param  AndData The value to AND with the read value from the MSR.\r
@@ -5350,7 +5350,7 @@ AsmMsrAnd32 (
   AndData, or OrData, and some of these may cause CPU exceptions. The caller\r
   must either guarantee that Index, AndData, and OrData are valid, or the\r
   caller must establish proper exception handlers. This function is only\r
   AndData, or OrData, and some of these may cause CPU exceptions. The caller\r
   must either guarantee that Index, AndData, and OrData are valid, or the\r
   caller must establish proper exception handlers. This function is only\r
-  available on IA-32 and X64.\r
+  available on IA-32 and x64.\r
 \r
   @param  Index   The 32-bit MSR index to write.\r
   @param  AndData The value to AND with the read value from the MSR.\r
 \r
   @param  Index   The 32-bit MSR index to write.\r
   @param  AndData The value to AND with the read value from the MSR.\r
@@ -5375,7 +5375,7 @@ AsmMsrAndThenOr32 (
   specified by the StartBit and the EndBit. The value of the bit field is\r
   returned. The caller must either guarantee that Index is valid, or the caller\r
   must set up exception handlers to catch the exceptions. This function is only\r
   specified by the StartBit and the EndBit. The value of the bit field is\r
   returned. The caller must either guarantee that Index is valid, or the caller\r
   must set up exception handlers to catch the exceptions. This function is only\r
-  available on IA-32 and X64.\r
+  available on IA-32 and x64.\r
 \r
   If StartBit is greater than 31, then ASSERT().\r
   If EndBit is greater than 31, then ASSERT().\r
 \r
   If StartBit is greater than 31, then ASSERT().\r
   If EndBit is greater than 31, then ASSERT().\r
@@ -5408,7 +5408,7 @@ AsmMsrBitFieldRead32 (
   returned. Extra left bits in Value are stripped. The caller must either\r
   guarantee that Index and the data written is valid, or the caller must set up\r
   exception handlers to catch the exceptions. This function is only available\r
   returned. Extra left bits in Value are stripped. The caller must either\r
   guarantee that Index and the data written is valid, or the caller must set up\r
   exception handlers to catch the exceptions. This function is only available\r
-  on IA-32 and X64.\r
+  on IA-32 and x64.\r
 \r
   If StartBit is greater than 31, then ASSERT().\r
   If EndBit is greater than 31, then ASSERT().\r
 \r
   If StartBit is greater than 31, then ASSERT().\r
   If EndBit is greater than 31, then ASSERT().\r
@@ -5444,7 +5444,7 @@ AsmMsrBitFieldWrite32 (
   written to the MSR are returned. Extra left bits in OrData are stripped. The\r
   caller must either guarantee that Index and the data written is valid, or\r
   the caller must set up exception handlers to catch the exceptions. This\r
   written to the MSR are returned. Extra left bits in OrData are stripped. The\r
   caller must either guarantee that Index and the data written is valid, or\r
   the caller must set up exception handlers to catch the exceptions. This\r
-  function is only available on IA-32 and X64.\r
+  function is only available on IA-32 and x64.\r
 \r
   If StartBit is greater than 31, then ASSERT().\r
   If EndBit is greater than 31, then ASSERT().\r
 \r
   If StartBit is greater than 31, then ASSERT().\r
   If EndBit is greater than 31, then ASSERT().\r
@@ -5480,7 +5480,7 @@ AsmMsrBitFieldOr32 (
   MSR are returned. Extra left bits in AndData are stripped. The caller must\r
   either guarantee that Index and the data written is valid, or the caller must\r
   set up exception handlers to catch the exceptions. This function is only\r
   MSR are returned. Extra left bits in AndData are stripped. The caller must\r
   either guarantee that Index and the data written is valid, or the caller must\r
   set up exception handlers to catch the exceptions. This function is only\r
-  available on IA-32 and X64.\r
+  available on IA-32 and x64.\r
 \r
   If StartBit is greater than 31, then ASSERT().\r
   If EndBit is greater than 31, then ASSERT().\r
 \r
   If StartBit is greater than 31, then ASSERT().\r
   If EndBit is greater than 31, then ASSERT().\r
@@ -5518,7 +5518,7 @@ AsmMsrBitFieldAnd32 (
   in both AndData and OrData are stripped. The caller must either guarantee\r
   that Index and the data written is valid, or the caller must set up exception\r
   handlers to catch the exceptions. This function is only available on IA-32\r
   in both AndData and OrData are stripped. The caller must either guarantee\r
   that Index and the data written is valid, or the caller must set up exception\r
   handlers to catch the exceptions. This function is only available on IA-32\r
-  and X64.\r
+  and x64.\r
 \r
   If StartBit is greater than 31, then ASSERT().\r
   If EndBit is greater than 31, then ASSERT().\r
 \r
   If StartBit is greater than 31, then ASSERT().\r
   If EndBit is greater than 31, then ASSERT().\r
@@ -5553,7 +5553,7 @@ AsmMsrBitFieldAndThenOr32 (
   performed on Index, and some Index values may cause CPU exceptions. The\r
   caller must either guarantee that Index is valid, or the caller must set up\r
   exception handlers to catch the exceptions. This function is only available\r
   performed on Index, and some Index values may cause CPU exceptions. The\r
   caller must either guarantee that Index is valid, or the caller must set up\r
   exception handlers to catch the exceptions. This function is only available\r
-  on IA-32 and X64.\r
+  on IA-32 and x64.\r
 \r
   @param  Index The 32-bit MSR index to read.\r
 \r
 \r
   @param  Index The 32-bit MSR index to read.\r
 \r
@@ -5576,7 +5576,7 @@ AsmReadMsr64 (
   performed on Index or Value, and some of these may cause CPU exceptions. The\r
   caller must either guarantee that Index and Value are valid, or the caller\r
   must establish proper exception handlers. This function is only available on\r
   performed on Index or Value, and some of these may cause CPU exceptions. The\r
   caller must either guarantee that Index and Value are valid, or the caller\r
   must establish proper exception handlers. This function is only available on\r
-  IA-32 and X64.\r
+  IA-32 and x64.\r
 \r
   @param  Index The 32-bit MSR index to write.\r
   @param  Value The 64-bit value to write to the MSR.\r
 \r
   @param  Index The 32-bit MSR index to write.\r
   @param  Value The 64-bit value to write to the MSR.\r
@@ -5602,7 +5602,7 @@ AsmWriteMsr64 (
   returned. No parameter checking is performed on Index or OrData, and some of\r
   these may cause CPU exceptions. The caller must either guarantee that Index\r
   and OrData are valid, or the caller must establish proper exception handlers.\r
   returned. No parameter checking is performed on Index or OrData, and some of\r
   these may cause CPU exceptions. The caller must either guarantee that Index\r
   and OrData are valid, or the caller must establish proper exception handlers.\r
-  This function is only available on IA-32 and X64.\r
+  This function is only available on IA-32 and x64.\r
 \r
   @param  Index   The 32-bit MSR index to write.\r
   @param  OrData  The value to OR with the read value from the MSR.\r
 \r
   @param  Index   The 32-bit MSR index to write.\r
   @param  OrData  The value to OR with the read value from the MSR.\r
@@ -5628,7 +5628,7 @@ AsmMsrOr64 (
   parameter checking is performed on Index or OrData, and some of these may\r
   cause CPU exceptions. The caller must either guarantee that Index and OrData\r
   are valid, or the caller must establish proper exception handlers. This\r
   parameter checking is performed on Index or OrData, and some of these may\r
   cause CPU exceptions. The caller must either guarantee that Index and OrData\r
   are valid, or the caller must establish proper exception handlers. This\r
-  function is only available on IA-32 and X64.\r
+  function is only available on IA-32 and x64.\r
 \r
   @param  Index   The 32-bit MSR index to write.\r
   @param  AndData The value to AND with the read value from the MSR.\r
 \r
   @param  Index   The 32-bit MSR index to write.\r
   @param  AndData The value to AND with the read value from the MSR.\r
@@ -5656,7 +5656,7 @@ AsmMsrAnd64 (
   or OrData, and some of these may cause CPU exceptions. The caller must either\r
   guarantee that Index, AndData, and OrData are valid, or the caller must\r
   establish proper exception handlers. This function is only available on IA-32\r
   or OrData, and some of these may cause CPU exceptions. The caller must either\r
   guarantee that Index, AndData, and OrData are valid, or the caller must\r
   establish proper exception handlers. This function is only available on IA-32\r
-  and X64.\r
+  and x64.\r
 \r
   @param  Index   The 32-bit MSR index to write.\r
   @param  AndData The value to AND with the read value from the MSR.\r
 \r
   @param  Index   The 32-bit MSR index to write.\r
   @param  AndData The value to AND with the read value from the MSR.\r
@@ -5681,7 +5681,7 @@ AsmMsrAndThenOr64 (
   StartBit and the EndBit. The value of the bit field is returned. The caller\r
   must either guarantee that Index is valid, or the caller must set up\r
   exception handlers to catch the exceptions. This function is only available\r
   StartBit and the EndBit. The value of the bit field is returned. The caller\r
   must either guarantee that Index is valid, or the caller must set up\r
   exception handlers to catch the exceptions. This function is only available\r
-  on IA-32 and X64.\r
+  on IA-32 and x64.\r
 \r
   If StartBit is greater than 63, then ASSERT().\r
   If EndBit is greater than 63, then ASSERT().\r
 \r
   If StartBit is greater than 63, then ASSERT().\r
   If EndBit is greater than 63, then ASSERT().\r
@@ -5713,7 +5713,7 @@ AsmMsrBitFieldRead64 (
   preserved. The MSR written is returned. Extra left bits in Value are\r
   stripped. The caller must either guarantee that Index and the data written is\r
   valid, or the caller must set up exception handlers to catch the exceptions.\r
   preserved. The MSR written is returned. Extra left bits in Value are\r
   stripped. The caller must either guarantee that Index and the data written is\r
   valid, or the caller must set up exception handlers to catch the exceptions.\r
-  This function is only available on IA-32 and X64.\r
+  This function is only available on IA-32 and x64.\r
 \r
   If StartBit is greater than 63, then ASSERT().\r
   If EndBit is greater than 63, then ASSERT().\r
 \r
   If StartBit is greater than 63, then ASSERT().\r
   If EndBit is greater than 63, then ASSERT().\r
@@ -5749,7 +5749,7 @@ AsmMsrBitFieldWrite64 (
   returned. Extra left bits in OrData are stripped. The caller must either\r
   guarantee that Index and the data written is valid, or the caller must set up\r
   exception handlers to catch the exceptions. This function is only available\r
   returned. Extra left bits in OrData are stripped. The caller must either\r
   guarantee that Index and the data written is valid, or the caller must set up\r
   exception handlers to catch the exceptions. This function is only available\r
-  on IA-32 and X64.\r
+  on IA-32 and x64.\r
 \r
   If StartBit is greater than 63, then ASSERT().\r
   If EndBit is greater than 63, then ASSERT().\r
 \r
   If StartBit is greater than 63, then ASSERT().\r
   If EndBit is greater than 63, then ASSERT().\r
@@ -5785,7 +5785,7 @@ AsmMsrBitFieldOr64 (
   Extra left bits in AndData are stripped. The caller must either guarantee\r
   that Index and the data written is valid, or the caller must set up exception\r
   handlers to catch the exceptions. This function is only available on IA-32\r
   Extra left bits in AndData are stripped. The caller must either guarantee\r
   that Index and the data written is valid, or the caller must set up exception\r
   handlers to catch the exceptions. This function is only available on IA-32\r
-  and X64.\r
+  and x64.\r
 \r
   If StartBit is greater than 63, then ASSERT().\r
   If EndBit is greater than 63, then ASSERT().\r
 \r
   If StartBit is greater than 63, then ASSERT().\r
   If EndBit is greater than 63, then ASSERT().\r
@@ -5822,7 +5822,7 @@ AsmMsrBitFieldAnd64 (
   value written to the MSR is returned. Extra left bits in both AndData and\r
   OrData are stripped. The caller must either guarantee that Index and the data\r
   written is valid, or the caller must set up exception handlers to catch the\r
   value written to the MSR is returned. Extra left bits in both AndData and\r
   OrData are stripped. The caller must either guarantee that Index and the data\r
   written is valid, or the caller must set up exception handlers to catch the\r
-  exceptions. This function is only available on IA-32 and X64.\r
+  exceptions. This function is only available on IA-32 and x64.\r
 \r
   If StartBit is greater than 63, then ASSERT().\r
   If EndBit is greater than 63, then ASSERT().\r
 \r
   If StartBit is greater than 63, then ASSERT().\r
   If EndBit is greater than 63, then ASSERT().\r
@@ -5854,10 +5854,10 @@ AsmMsrBitFieldAndThenOr64 (
   Reads the current value of the EFLAGS register.\r
 \r
   Reads and returns the current value of the EFLAGS register. This function is\r
   Reads the current value of the EFLAGS register.\r
 \r
   Reads and returns the current value of the EFLAGS register. This function is\r
-  only available on IA-32 and X64. This returns a 32-bit value on IA-32 and a\r
-  64-bit value on X64.\r
+  only available on IA-32 and x64. This returns a 32-bit value on IA-32 and a\r
+  64-bit value on x64.\r
 \r
 \r
-  @return EFLAGS on IA-32 or RFLAGS on X64.\r
+  @return EFLAGS on IA-32 or RFLAGS on x64.\r
 \r
 **/\r
 UINTN\r
 \r
 **/\r
 UINTN\r
@@ -5871,8 +5871,8 @@ AsmReadEflags (
   Reads the current value of the Control Register 0 (CR0).\r
 \r
   Reads and returns the current value of CR0. This function is only available\r
   Reads the current value of the Control Register 0 (CR0).\r
 \r
   Reads and returns the current value of CR0. This function is only available\r
-  on IA-32 and X64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
-  X64.\r
+  on IA-32 and x64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
+  x64.\r
 \r
   @return The value of the Control Register 0 (CR0).\r
 \r
 \r
   @return The value of the Control Register 0 (CR0).\r
 \r
@@ -5888,8 +5888,8 @@ AsmReadCr0 (
   Reads the current value of the Control Register 2 (CR2).\r
 \r
   Reads and returns the current value of CR2. This function is only available\r
   Reads the current value of the Control Register 2 (CR2).\r
 \r
   Reads and returns the current value of CR2. This function is only available\r
-  on IA-32 and X64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
-  X64.\r
+  on IA-32 and x64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
+  x64.\r
 \r
   @return The value of the Control Register 2 (CR2).\r
 \r
 \r
   @return The value of the Control Register 2 (CR2).\r
 \r
@@ -5905,8 +5905,8 @@ AsmReadCr2 (
   Reads the current value of the Control Register 3 (CR3).\r
 \r
   Reads and returns the current value of CR3. This function is only available\r
   Reads the current value of the Control Register 3 (CR3).\r
 \r
   Reads and returns the current value of CR3. This function is only available\r
-  on IA-32 and X64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
-  X64.\r
+  on IA-32 and x64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
+  x64.\r
 \r
   @return The value of the Control Register 3 (CR3).\r
 \r
 \r
   @return The value of the Control Register 3 (CR3).\r
 \r
@@ -5922,8 +5922,8 @@ AsmReadCr3 (
   Reads the current value of the Control Register 4 (CR4).\r
 \r
   Reads and returns the current value of CR4. This function is only available\r
   Reads the current value of the Control Register 4 (CR4).\r
 \r
   Reads and returns the current value of CR4. This function is only available\r
-  on IA-32 and X64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
-  X64.\r
+  on IA-32 and x64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
+  x64.\r
 \r
   @return The value of the Control Register 4 (CR4).\r
 \r
 \r
   @return The value of the Control Register 4 (CR4).\r
 \r
@@ -5939,7 +5939,7 @@ AsmReadCr4 (
   Writes a value to Control Register 0 (CR0).\r
 \r
   Writes and returns a new value to CR0. This function is only available on\r
   Writes a value to Control Register 0 (CR0).\r
 \r
   Writes and returns a new value to CR0. This function is only available on\r
-  IA-32 and X64. This writes a 32-bit value on IA-32 and a 64-bit value on X64.\r
+  IA-32 and x64. This writes a 32-bit value on IA-32 and a 64-bit value on x64.\r
 \r
   @param  Cr0 The value to write to CR0.\r
 \r
 \r
   @param  Cr0 The value to write to CR0.\r
 \r
@@ -5957,7 +5957,7 @@ AsmWriteCr0 (
   Writes a value to Control Register 2 (CR2).\r
 \r
   Writes and returns a new value to CR2. This function is only available on\r
   Writes a value to Control Register 2 (CR2).\r
 \r
   Writes and returns a new value to CR2. This function is only available on\r
-  IA-32 and X64. This writes a 32-bit value on IA-32 and a 64-bit value on X64.\r
+  IA-32 and x64. This writes a 32-bit value on IA-32 and a 64-bit value on x64.\r
 \r
   @param  Cr2 The value to write to CR2.\r
 \r
 \r
   @param  Cr2 The value to write to CR2.\r
 \r
@@ -5975,7 +5975,7 @@ AsmWriteCr2 (
   Writes a value to Control Register 3 (CR3).\r
 \r
   Writes and returns a new value to CR3. This function is only available on\r
   Writes a value to Control Register 3 (CR3).\r
 \r
   Writes and returns a new value to CR3. This function is only available on\r
-  IA-32 and X64. This writes a 32-bit value on IA-32 and a 64-bit value on X64.\r
+  IA-32 and x64. This writes a 32-bit value on IA-32 and a 64-bit value on x64.\r
 \r
   @param  Cr3 The value to write to CR3.\r
 \r
 \r
   @param  Cr3 The value to write to CR3.\r
 \r
@@ -5993,7 +5993,7 @@ AsmWriteCr3 (
   Writes a value to Control Register 4 (CR4).\r
 \r
   Writes and returns a new value to CR4. This function is only available on\r
   Writes a value to Control Register 4 (CR4).\r
 \r
   Writes and returns a new value to CR4. This function is only available on\r
-  IA-32 and X64. This writes a 32-bit value on IA-32 and a 64-bit value on X64.\r
+  IA-32 and x64. This writes a 32-bit value on IA-32 and a 64-bit value on x64.\r
 \r
   @param  Cr4 The value to write to CR4.\r
 \r
 \r
   @param  Cr4 The value to write to CR4.\r
 \r
@@ -6011,8 +6011,8 @@ AsmWriteCr4 (
   Reads the current value of Debug Register 0 (DR0).\r
 \r
   Reads and returns the current value of DR0. This function is only available\r
   Reads the current value of Debug Register 0 (DR0).\r
 \r
   Reads and returns the current value of DR0. This function is only available\r
-  on IA-32 and X64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
-  X64.\r
+  on IA-32 and x64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
+  x64.\r
 \r
   @return The value of Debug Register 0 (DR0).\r
 \r
 \r
   @return The value of Debug Register 0 (DR0).\r
 \r
@@ -6028,8 +6028,8 @@ AsmReadDr0 (
   Reads the current value of Debug Register 1 (DR1).\r
 \r
   Reads and returns the current value of DR1. This function is only available\r
   Reads the current value of Debug Register 1 (DR1).\r
 \r
   Reads and returns the current value of DR1. This function is only available\r
-  on IA-32 and X64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
-  X64.\r
+  on IA-32 and x64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
+  x64.\r
 \r
   @return The value of Debug Register 1 (DR1).\r
 \r
 \r
   @return The value of Debug Register 1 (DR1).\r
 \r
@@ -6045,8 +6045,8 @@ AsmReadDr1 (
   Reads the current value of Debug Register 2 (DR2).\r
 \r
   Reads and returns the current value of DR2. This function is only available\r
   Reads the current value of Debug Register 2 (DR2).\r
 \r
   Reads and returns the current value of DR2. This function is only available\r
-  on IA-32 and X64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
-  X64.\r
+  on IA-32 and x64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
+  x64.\r
 \r
   @return The value of Debug Register 2 (DR2).\r
 \r
 \r
   @return The value of Debug Register 2 (DR2).\r
 \r
@@ -6062,8 +6062,8 @@ AsmReadDr2 (
   Reads the current value of Debug Register 3 (DR3).\r
 \r
   Reads and returns the current value of DR3. This function is only available\r
   Reads the current value of Debug Register 3 (DR3).\r
 \r
   Reads and returns the current value of DR3. This function is only available\r
-  on IA-32 and X64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
-  X64.\r
+  on IA-32 and x64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
+  x64.\r
 \r
   @return The value of Debug Register 3 (DR3).\r
 \r
 \r
   @return The value of Debug Register 3 (DR3).\r
 \r
@@ -6079,8 +6079,8 @@ AsmReadDr3 (
   Reads the current value of Debug Register 4 (DR4).\r
 \r
   Reads and returns the current value of DR4. This function is only available\r
   Reads the current value of Debug Register 4 (DR4).\r
 \r
   Reads and returns the current value of DR4. This function is only available\r
-  on IA-32 and X64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
-  X64.\r
+  on IA-32 and x64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
+  x64.\r
 \r
   @return The value of Debug Register 4 (DR4).\r
 \r
 \r
   @return The value of Debug Register 4 (DR4).\r
 \r
@@ -6096,8 +6096,8 @@ AsmReadDr4 (
   Reads the current value of Debug Register 5 (DR5).\r
 \r
   Reads and returns the current value of DR5. This function is only available\r
   Reads the current value of Debug Register 5 (DR5).\r
 \r
   Reads and returns the current value of DR5. This function is only available\r
-  on IA-32 and X64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
-  X64.\r
+  on IA-32 and x64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
+  x64.\r
 \r
   @return The value of Debug Register 5 (DR5).\r
 \r
 \r
   @return The value of Debug Register 5 (DR5).\r
 \r
@@ -6113,8 +6113,8 @@ AsmReadDr5 (
   Reads the current value of Debug Register 6 (DR6).\r
 \r
   Reads and returns the current value of DR6. This function is only available\r
   Reads the current value of Debug Register 6 (DR6).\r
 \r
   Reads and returns the current value of DR6. This function is only available\r
-  on IA-32 and X64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
-  X64.\r
+  on IA-32 and x64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
+  x64.\r
 \r
   @return The value of Debug Register 6 (DR6).\r
 \r
 \r
   @return The value of Debug Register 6 (DR6).\r
 \r
@@ -6130,8 +6130,8 @@ AsmReadDr6 (
   Reads the current value of Debug Register 7 (DR7).\r
 \r
   Reads and returns the current value of DR7. This function is only available\r
   Reads the current value of Debug Register 7 (DR7).\r
 \r
   Reads and returns the current value of DR7. This function is only available\r
-  on IA-32 and X64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
-  X64.\r
+  on IA-32 and x64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
+  x64.\r
 \r
   @return The value of Debug Register 7 (DR7).\r
 \r
 \r
   @return The value of Debug Register 7 (DR7).\r
 \r
@@ -6147,7 +6147,7 @@ AsmReadDr7 (
   Writes a value to Debug Register 0 (DR0).\r
 \r
   Writes and returns a new value to DR0. This function is only available on\r
   Writes a value to Debug Register 0 (DR0).\r
 \r
   Writes and returns a new value to DR0. This function is only available on\r
-  IA-32 and X64. This writes a 32-bit value on IA-32 and a 64-bit value on X64.\r
+  IA-32 and x64. This writes a 32-bit value on IA-32 and a 64-bit value on x64.\r
 \r
   @param  Dr0 The value to write to Dr0.\r
 \r
 \r
   @param  Dr0 The value to write to Dr0.\r
 \r
@@ -6165,7 +6165,7 @@ AsmWriteDr0 (
   Writes a value to Debug Register 1 (DR1).\r
 \r
   Writes and returns a new value to DR1. This function is only available on\r
   Writes a value to Debug Register 1 (DR1).\r
 \r
   Writes and returns a new value to DR1. This function is only available on\r
-  IA-32 and X64. This writes a 32-bit value on IA-32 and a 64-bit value on X64.\r
+  IA-32 and x64. This writes a 32-bit value on IA-32 and a 64-bit value on x64.\r
 \r
   @param  Dr1 The value to write to Dr1.\r
 \r
 \r
   @param  Dr1 The value to write to Dr1.\r
 \r
@@ -6183,7 +6183,7 @@ AsmWriteDr1 (
   Writes a value to Debug Register 2 (DR2).\r
 \r
   Writes and returns a new value to DR2. This function is only available on\r
   Writes a value to Debug Register 2 (DR2).\r
 \r
   Writes and returns a new value to DR2. This function is only available on\r
-  IA-32 and X64. This writes a 32-bit value on IA-32 and a 64-bit value on X64.\r
+  IA-32 and x64. This writes a 32-bit value on IA-32 and a 64-bit value on x64.\r
 \r
   @param  Dr2 The value to write to Dr2.\r
 \r
 \r
   @param  Dr2 The value to write to Dr2.\r
 \r
@@ -6201,7 +6201,7 @@ AsmWriteDr2 (
   Writes a value to Debug Register 3 (DR3).\r
 \r
   Writes and returns a new value to DR3. This function is only available on\r
   Writes a value to Debug Register 3 (DR3).\r
 \r
   Writes and returns a new value to DR3. This function is only available on\r
-  IA-32 and X64. This writes a 32-bit value on IA-32 and a 64-bit value on X64.\r
+  IA-32 and x64. This writes a 32-bit value on IA-32 and a 64-bit value on x64.\r
 \r
   @param  Dr3 The value to write to Dr3.\r
 \r
 \r
   @param  Dr3 The value to write to Dr3.\r
 \r
@@ -6219,7 +6219,7 @@ AsmWriteDr3 (
   Writes a value to Debug Register 4 (DR4).\r
 \r
   Writes and returns a new value to DR4. This function is only available on\r
   Writes a value to Debug Register 4 (DR4).\r
 \r
   Writes and returns a new value to DR4. This function is only available on\r
-  IA-32 and X64. This writes a 32-bit value on IA-32 and a 64-bit value on X64.\r
+  IA-32 and x64. This writes a 32-bit value on IA-32 and a 64-bit value on x64.\r
 \r
   @param  Dr4 The value to write to Dr4.\r
 \r
 \r
   @param  Dr4 The value to write to Dr4.\r
 \r
@@ -6237,7 +6237,7 @@ AsmWriteDr4 (
   Writes a value to Debug Register 5 (DR5).\r
 \r
   Writes and returns a new value to DR5. This function is only available on\r
   Writes a value to Debug Register 5 (DR5).\r
 \r
   Writes and returns a new value to DR5. This function is only available on\r
-  IA-32 and X64. This writes a 32-bit value on IA-32 and a 64-bit value on X64.\r
+  IA-32 and x64. This writes a 32-bit value on IA-32 and a 64-bit value on x64.\r
 \r
   @param  Dr5 The value to write to Dr5.\r
 \r
 \r
   @param  Dr5 The value to write to Dr5.\r
 \r
@@ -6255,7 +6255,7 @@ AsmWriteDr5 (
   Writes a value to Debug Register 6 (DR6).\r
 \r
   Writes and returns a new value to DR6. This function is only available on\r
   Writes a value to Debug Register 6 (DR6).\r
 \r
   Writes and returns a new value to DR6. This function is only available on\r
-  IA-32 and X64. This writes a 32-bit value on IA-32 and a 64-bit value on X64.\r
+  IA-32 and x64. This writes a 32-bit value on IA-32 and a 64-bit value on x64.\r
 \r
   @param  Dr6 The value to write to Dr6.\r
 \r
 \r
   @param  Dr6 The value to write to Dr6.\r
 \r
@@ -6273,7 +6273,7 @@ AsmWriteDr6 (
   Writes a value to Debug Register 7 (DR7).\r
 \r
   Writes and returns a new value to DR7. This function is only available on\r
   Writes a value to Debug Register 7 (DR7).\r
 \r
   Writes and returns a new value to DR7. This function is only available on\r
-  IA-32 and X64. This writes a 32-bit value on IA-32 and a 64-bit value on X64.\r
+  IA-32 and x64. This writes a 32-bit value on IA-32 and a 64-bit value on x64.\r
 \r
   @param  Dr7 The value to write to Dr7.\r
 \r
 \r
   @param  Dr7 The value to write to Dr7.\r
 \r
@@ -6291,7 +6291,7 @@ AsmWriteDr7 (
   Reads the current value of Code Segment Register (CS).\r
 \r
   Reads and returns the current value of CS. This function is only available on\r
   Reads the current value of Code Segment Register (CS).\r
 \r
   Reads and returns the current value of CS. This function is only available on\r
-  IA-32 and X64.\r
+  IA-32 and x64.\r
 \r
   @return The current value of CS.\r
 \r
 \r
   @return The current value of CS.\r
 \r
@@ -6307,7 +6307,7 @@ AsmReadCs (
   Reads the current value of Data Segment Register (DS).\r
 \r
   Reads and returns the current value of DS. This function is only available on\r
   Reads the current value of Data Segment Register (DS).\r
 \r
   Reads and returns the current value of DS. This function is only available on\r
-  IA-32 and X64.\r
+  IA-32 and x64.\r
 \r
   @return The current value of DS.\r
 \r
 \r
   @return The current value of DS.\r
 \r
@@ -6323,7 +6323,7 @@ AsmReadDs (
   Reads the current value of Extra Segment Register (ES).\r
 \r
   Reads and returns the current value of ES. This function is only available on\r
   Reads the current value of Extra Segment Register (ES).\r
 \r
   Reads and returns the current value of ES. This function is only available on\r
-  IA-32 and X64.\r
+  IA-32 and x64.\r
 \r
   @return The current value of ES.\r
 \r
 \r
   @return The current value of ES.\r
 \r
@@ -6339,7 +6339,7 @@ AsmReadEs (
   Reads the current value of FS Data Segment Register (FS).\r
 \r
   Reads and returns the current value of FS. This function is only available on\r
   Reads the current value of FS Data Segment Register (FS).\r
 \r
   Reads and returns the current value of FS. This function is only available on\r
-  IA-32 and X64.\r
+  IA-32 and x64.\r
 \r
   @return The current value of FS.\r
 \r
 \r
   @return The current value of FS.\r
 \r
@@ -6355,7 +6355,7 @@ AsmReadFs (
   Reads the current value of GS Data Segment Register (GS).\r
 \r
   Reads and returns the current value of GS. This function is only available on\r
   Reads the current value of GS Data Segment Register (GS).\r
 \r
   Reads and returns the current value of GS. This function is only available on\r
-  IA-32 and X64.\r
+  IA-32 and x64.\r
 \r
   @return The current value of GS.\r
 \r
 \r
   @return The current value of GS.\r
 \r
@@ -6371,7 +6371,7 @@ AsmReadGs (
   Reads the current value of Stack Segment Register (SS).\r
 \r
   Reads and returns the current value of SS. This function is only available on\r
   Reads the current value of Stack Segment Register (SS).\r
 \r
   Reads and returns the current value of SS. This function is only available on\r
-  IA-32 and X64.\r
+  IA-32 and x64.\r
 \r
   @return The current value of SS.\r
 \r
 \r
   @return The current value of SS.\r
 \r
@@ -6387,7 +6387,7 @@ AsmReadSs (
   Reads the current value of Task Register (TR).\r
 \r
   Reads and returns the current value of TR. This function is only available on\r
   Reads the current value of Task Register (TR).\r
 \r
   Reads and returns the current value of TR. This function is only available on\r
-  IA-32 and X64.\r
+  IA-32 and x64.\r
 \r
   @return The current value of TR.\r
 \r
 \r
   @return The current value of TR.\r
 \r
@@ -6403,7 +6403,7 @@ AsmReadTr (
   Reads the current Global Descriptor Table Register(GDTR) descriptor.\r
 \r
   Reads and returns the current GDTR descriptor and returns it in Gdtr. This\r
   Reads the current Global Descriptor Table Register(GDTR) descriptor.\r
 \r
   Reads and returns the current GDTR descriptor and returns it in Gdtr. This\r
-  function is only available on IA-32 and X64.\r
+  function is only available on IA-32 and x64.\r
 \r
   If Gdtr is NULL, then ASSERT().\r
 \r
 \r
   If Gdtr is NULL, then ASSERT().\r
 \r
@@ -6421,7 +6421,7 @@ AsmReadGdtr (
   Writes the current Global Descriptor Table Register (GDTR) descriptor.\r
 \r
   Writes and the current GDTR descriptor specified by Gdtr. This function is\r
   Writes the current Global Descriptor Table Register (GDTR) descriptor.\r
 \r
   Writes and the current GDTR descriptor specified by Gdtr. This function is\r
-  only available on IA-32 and X64.\r
+  only available on IA-32 and x64.\r
 \r
   If Gdtr is NULL, then ASSERT().\r
 \r
 \r
   If Gdtr is NULL, then ASSERT().\r
 \r
@@ -6439,7 +6439,7 @@ AsmWriteGdtr (
   Reads the current Interrupt Descriptor Table Register(IDTR) descriptor.\r
 \r
   Reads and returns the current IDTR descriptor and returns it in Idtr. This\r
   Reads the current Interrupt Descriptor Table Register(IDTR) descriptor.\r
 \r
   Reads and returns the current IDTR descriptor and returns it in Idtr. This\r
-  function is only available on IA-32 and X64.\r
+  function is only available on IA-32 and x64.\r
 \r
   If Idtr is NULL, then ASSERT().\r
 \r
 \r
   If Idtr is NULL, then ASSERT().\r
 \r
@@ -6457,7 +6457,7 @@ AsmReadIdtr (
   Writes the current Interrupt Descriptor Table Register(IDTR) descriptor.\r
 \r
   Writes the current IDTR descriptor and returns it in Idtr. This function is\r
   Writes the current Interrupt Descriptor Table Register(IDTR) descriptor.\r
 \r
   Writes the current IDTR descriptor and returns it in Idtr. This function is\r
-  only available on IA-32 and X64.\r
+  only available on IA-32 and x64.\r
 \r
   If Idtr is NULL, then ASSERT().\r
 \r
 \r
   If Idtr is NULL, then ASSERT().\r
 \r
@@ -6475,7 +6475,7 @@ AsmWriteIdtr (
   Reads the current Local Descriptor Table Register(LDTR) selector.\r
 \r
   Reads and returns the current 16-bit LDTR descriptor value. This function is\r
   Reads the current Local Descriptor Table Register(LDTR) selector.\r
 \r
   Reads and returns the current 16-bit LDTR descriptor value. This function is\r
-  only available on IA-32 and X64.\r
+  only available on IA-32 and x64.\r
 \r
   @return The current selector of LDT.\r
 \r
 \r
   @return The current selector of LDT.\r
 \r
@@ -6491,7 +6491,7 @@ AsmReadLdtr (
   Writes the current Local Descriptor Table Register (LDTR) selector.\r
 \r
   Writes and the current LDTR descriptor specified by Ldtr. This function is\r
   Writes the current Local Descriptor Table Register (LDTR) selector.\r
 \r
   Writes and the current LDTR descriptor specified by Ldtr. This function is\r
-  only available on IA-32 and X64.\r
+  only available on IA-32 and x64.\r
 \r
   @param  Ldtr  16-bit LDTR selector value.\r
 \r
 \r
   @param  Ldtr  16-bit LDTR selector value.\r
 \r
@@ -6508,7 +6508,7 @@ AsmWriteLdtr (
 \r
   Saves the current floating point/SSE/SSE2 state to the buffer specified by\r
   Buffer. Buffer must be aligned on a 16-byte boundary. This function is only\r
 \r
   Saves the current floating point/SSE/SSE2 state to the buffer specified by\r
   Buffer. Buffer must be aligned on a 16-byte boundary. This function is only\r
-  available on IA-32 and X64.\r
+  available on IA-32 and x64.\r
 \r
   If Buffer is NULL, then ASSERT().\r
   If Buffer is not aligned on a 16-byte boundary, then ASSERT().\r
 \r
   If Buffer is NULL, then ASSERT().\r
   If Buffer is not aligned on a 16-byte boundary, then ASSERT().\r
@@ -6528,7 +6528,7 @@ AsmFxSave (
 \r
   Restores the current floating point/SSE/SSE2 state from the buffer specified\r
   by Buffer. Buffer must be aligned on a 16-byte boundary. This function is\r
 \r
   Restores the current floating point/SSE/SSE2 state from the buffer specified\r
   by Buffer. Buffer must be aligned on a 16-byte boundary. This function is\r
-  only available on IA-32 and X64.\r
+  only available on IA-32 and x64.\r
 \r
   If Buffer is NULL, then ASSERT().\r
   If Buffer is not aligned on a 16-byte boundary, then ASSERT().\r
 \r
   If Buffer is NULL, then ASSERT().\r
   If Buffer is not aligned on a 16-byte boundary, then ASSERT().\r
@@ -6548,7 +6548,7 @@ AsmFxRestore (
   Reads the current value of 64-bit MMX Register #0 (MM0).\r
 \r
   Reads and returns the current value of MM0. This function is only available\r
   Reads the current value of 64-bit MMX Register #0 (MM0).\r
 \r
   Reads and returns the current value of MM0. This function is only available\r
-  on IA-32 and X64.\r
+  on IA-32 and x64.\r
 \r
   @return The current value of MM0.\r
 \r
 \r
   @return The current value of MM0.\r
 \r
@@ -6564,7 +6564,7 @@ AsmReadMm0 (
   Reads the current value of 64-bit MMX Register #1 (MM1).\r
 \r
   Reads and returns the current value of MM1. This function is only available\r
   Reads the current value of 64-bit MMX Register #1 (MM1).\r
 \r
   Reads and returns the current value of MM1. This function is only available\r
-  on IA-32 and X64.\r
+  on IA-32 and x64.\r
 \r
   @return The current value of MM1.\r
 \r
 \r
   @return The current value of MM1.\r
 \r
@@ -6580,7 +6580,7 @@ AsmReadMm1 (
   Reads the current value of 64-bit MMX Register #2 (MM2).\r
 \r
   Reads and returns the current value of MM2. This function is only available\r
   Reads the current value of 64-bit MMX Register #2 (MM2).\r
 \r
   Reads and returns the current value of MM2. This function is only available\r
-  on IA-32 and X64.\r
+  on IA-32 and x64.\r
 \r
   @return The current value of MM2.\r
 \r
 \r
   @return The current value of MM2.\r
 \r
@@ -6596,7 +6596,7 @@ AsmReadMm2 (
   Reads the current value of 64-bit MMX Register #3 (MM3).\r
 \r
   Reads and returns the current value of MM3. This function is only available\r
   Reads the current value of 64-bit MMX Register #3 (MM3).\r
 \r
   Reads and returns the current value of MM3. This function is only available\r
-  on IA-32 and X64.\r
+  on IA-32 and x64.\r
 \r
   @return The current value of MM3.\r
 \r
 \r
   @return The current value of MM3.\r
 \r
@@ -6612,7 +6612,7 @@ AsmReadMm3 (
   Reads the current value of 64-bit MMX Register #4 (MM4).\r
 \r
   Reads and returns the current value of MM4. This function is only available\r
   Reads the current value of 64-bit MMX Register #4 (MM4).\r
 \r
   Reads and returns the current value of MM4. This function is only available\r
-  on IA-32 and X64.\r
+  on IA-32 and x64.\r
 \r
   @return The current value of MM4.\r
 \r
 \r
   @return The current value of MM4.\r
 \r
@@ -6628,7 +6628,7 @@ AsmReadMm4 (
   Reads the current value of 64-bit MMX Register #5 (MM5).\r
 \r
   Reads and returns the current value of MM5. This function is only available\r
   Reads the current value of 64-bit MMX Register #5 (MM5).\r
 \r
   Reads and returns the current value of MM5. This function is only available\r
-  on IA-32 and X64.\r
+  on IA-32 and x64.\r
 \r
   @return The current value of MM5.\r
 \r
 \r
   @return The current value of MM5.\r
 \r
@@ -6644,7 +6644,7 @@ AsmReadMm5 (
   Reads the current value of 64-bit MMX Register #6 (MM6).\r
 \r
   Reads and returns the current value of MM6. This function is only available\r
   Reads the current value of 64-bit MMX Register #6 (MM6).\r
 \r
   Reads and returns the current value of MM6. This function is only available\r
-  on IA-32 and X64.\r
+  on IA-32 and x64.\r
 \r
   @return The current value of MM6.\r
 \r
 \r
   @return The current value of MM6.\r
 \r
@@ -6660,7 +6660,7 @@ AsmReadMm6 (
   Reads the current value of 64-bit MMX Register #7 (MM7).\r
 \r
   Reads and returns the current value of MM7. This function is only available\r
   Reads the current value of 64-bit MMX Register #7 (MM7).\r
 \r
   Reads and returns the current value of MM7. This function is only available\r
-  on IA-32 and X64.\r
+  on IA-32 and x64.\r
 \r
   @return The current value of MM7.\r
 \r
 \r
   @return The current value of MM7.\r
 \r
@@ -6676,7 +6676,7 @@ AsmReadMm7 (
   Writes the current value of 64-bit MMX Register #0 (MM0).\r
 \r
   Writes the current value of MM0. This function is only available on IA32 and\r
   Writes the current value of 64-bit MMX Register #0 (MM0).\r
 \r
   Writes the current value of MM0. This function is only available on IA32 and\r
-  X64.\r
+  x64.\r
 \r
   @param  Value The 64-bit value to write to MM0.\r
 \r
 \r
   @param  Value The 64-bit value to write to MM0.\r
 \r
@@ -6692,7 +6692,7 @@ AsmWriteMm0 (
   Writes the current value of 64-bit MMX Register #1 (MM1).\r
 \r
   Writes the current value of MM1. This function is only available on IA32 and\r
   Writes the current value of 64-bit MMX Register #1 (MM1).\r
 \r
   Writes the current value of MM1. This function is only available on IA32 and\r
-  X64.\r
+  x64.\r
 \r
   @param  Value The 64-bit value to write to MM1.\r
 \r
 \r
   @param  Value The 64-bit value to write to MM1.\r
 \r
@@ -6708,7 +6708,7 @@ AsmWriteMm1 (
   Writes the current value of 64-bit MMX Register #2 (MM2).\r
 \r
   Writes the current value of MM2. This function is only available on IA32 and\r
   Writes the current value of 64-bit MMX Register #2 (MM2).\r
 \r
   Writes the current value of MM2. This function is only available on IA32 and\r
-  X64.\r
+  x64.\r
 \r
   @param  Value The 64-bit value to write to MM2.\r
 \r
 \r
   @param  Value The 64-bit value to write to MM2.\r
 \r
@@ -6724,7 +6724,7 @@ AsmWriteMm2 (
   Writes the current value of 64-bit MMX Register #3 (MM3).\r
 \r
   Writes the current value of MM3. This function is only available on IA32 and\r
   Writes the current value of 64-bit MMX Register #3 (MM3).\r
 \r
   Writes the current value of MM3. This function is only available on IA32 and\r
-  X64.\r
+  x64.\r
 \r
   @param  Value The 64-bit value to write to MM3.\r
 \r
 \r
   @param  Value The 64-bit value to write to MM3.\r
 \r
@@ -6740,7 +6740,7 @@ AsmWriteMm3 (
   Writes the current value of 64-bit MMX Register #4 (MM4).\r
 \r
   Writes the current value of MM4. This function is only available on IA32 and\r
   Writes the current value of 64-bit MMX Register #4 (MM4).\r
 \r
   Writes the current value of MM4. This function is only available on IA32 and\r
-  X64.\r
+  x64.\r
 \r
   @param  Value The 64-bit value to write to MM4.\r
 \r
 \r
   @param  Value The 64-bit value to write to MM4.\r
 \r
@@ -6756,7 +6756,7 @@ AsmWriteMm4 (
   Writes the current value of 64-bit MMX Register #5 (MM5).\r
 \r
   Writes the current value of MM5. This function is only available on IA32 and\r
   Writes the current value of 64-bit MMX Register #5 (MM5).\r
 \r
   Writes the current value of MM5. This function is only available on IA32 and\r
-  X64.\r
+  x64.\r
 \r
   @param  Value The 64-bit value to write to MM5.\r
 \r
 \r
   @param  Value The 64-bit value to write to MM5.\r
 \r
@@ -6772,7 +6772,7 @@ AsmWriteMm5 (
   Writes the current value of 64-bit MMX Register #6 (MM6).\r
 \r
   Writes the current value of MM6. This function is only available on IA32 and\r
   Writes the current value of 64-bit MMX Register #6 (MM6).\r
 \r
   Writes the current value of MM6. This function is only available on IA32 and\r
-  X64.\r
+  x64.\r
 \r
   @param  Value The 64-bit value to write to MM6.\r
 \r
 \r
   @param  Value The 64-bit value to write to MM6.\r
 \r
@@ -6788,7 +6788,7 @@ AsmWriteMm6 (
   Writes the current value of 64-bit MMX Register #7 (MM7).\r
 \r
   Writes the current value of MM7. This function is only available on IA32 and\r
   Writes the current value of 64-bit MMX Register #7 (MM7).\r
 \r
   Writes the current value of MM7. This function is only available on IA32 and\r
-  X64.\r
+  x64.\r
 \r
   @param  Value The 64-bit value to write to MM7.\r
 \r
 \r
   @param  Value The 64-bit value to write to MM7.\r
 \r
@@ -6804,7 +6804,7 @@ AsmWriteMm7 (
   Reads the current value of Time Stamp Counter (TSC).\r
 \r
   Reads and returns the current value of TSC. This function is only available\r
   Reads the current value of Time Stamp Counter (TSC).\r
 \r
   Reads and returns the current value of TSC. This function is only available\r
-  on IA-32 and X64.\r
+  on IA-32 and x64.\r
 \r
   @return The current value of TSC\r
 \r
 \r
   @return The current value of TSC\r
 \r
@@ -6820,7 +6820,7 @@ AsmReadTsc (
   Reads the current value of a Performance Counter (PMC).\r
 \r
   Reads and returns the current value of performance counter specified by\r
   Reads the current value of a Performance Counter (PMC).\r
 \r
   Reads and returns the current value of performance counter specified by\r
-  Index. This function is only available on IA-32 and X64.\r
+  Index. This function is only available on IA-32 and x64.\r
 \r
   @param  Index The 32-bit Performance Counter index to read.\r
 \r
 \r
   @param  Index The 32-bit Performance Counter index to read.\r
 \r
@@ -6838,7 +6838,7 @@ AsmReadPmc (
   Sets up a monitor buffer that is used by AsmMwait().\r
 \r
   Executes a MONITOR instruction with the register state specified by Eax, Ecx\r
   Sets up a monitor buffer that is used by AsmMwait().\r
 \r
   Executes a MONITOR instruction with the register state specified by Eax, Ecx\r
-  and Edx. Returns Eax. This function is only available on IA-32 and X64.\r
+  and Edx. Returns Eax. This function is only available on IA-32 and x64.\r
 \r
   @param  Eax The value to load into EAX or RAX before executing the MONITOR\r
               instruction.\r
 \r
   @param  Eax The value to load into EAX or RAX before executing the MONITOR\r
               instruction.\r
@@ -6863,7 +6863,7 @@ AsmMonitor (
   Executes an MWAIT instruction.\r
 \r
   Executes an MWAIT instruction with the register state specified by Eax and\r
   Executes an MWAIT instruction.\r
 \r
   Executes an MWAIT instruction with the register state specified by Eax and\r
-  Ecx. Returns Eax. This function is only available on IA-32 and X64.\r
+  Ecx. Returns Eax. This function is only available on IA-32 and x64.\r
 \r
   @param  Eax The value to load into EAX or RAX before executing the MONITOR\r
               instruction.\r
 \r
   @param  Eax The value to load into EAX or RAX before executing the MONITOR\r
               instruction.\r
@@ -6885,7 +6885,7 @@ AsmMwait (
   Executes a WBINVD instruction.\r
 \r
   Executes a WBINVD instruction. This function is only available on IA-32 and\r
   Executes a WBINVD instruction.\r
 \r
   Executes a WBINVD instruction. This function is only available on IA-32 and\r
-  X64.\r
+  x64.\r
 \r
 **/\r
 VOID\r
 \r
 **/\r
 VOID\r
@@ -6899,7 +6899,7 @@ AsmWbinvd (
   Executes a INVD instruction.\r
 \r
   Executes a INVD instruction. This function is only available on IA-32 and\r
   Executes a INVD instruction.\r
 \r
   Executes a INVD instruction. This function is only available on IA-32 and\r
-  X64.\r
+  x64.\r
 \r
 **/\r
 VOID\r
 \r
 **/\r
 VOID\r
@@ -6914,7 +6914,7 @@ AsmInvd (
   coherency domain of the CPU.\r
 \r
   Flushed the cache line specified by LinearAddress, and returns LinearAddress.\r
   coherency domain of the CPU.\r
 \r
   Flushed the cache line specified by LinearAddress, and returns LinearAddress.\r
-  This function is only available on IA-32 and X64.\r
+  This function is only available on IA-32 and x64.\r
 \r
   @param  LinearAddress The address of the cache line to flush. If the CPU is\r
                         in a physical addressing mode, then LinearAddress is a\r
 \r
   @param  LinearAddress The address of the cache line to flush. If the CPU is\r
                         in a physical addressing mode, then LinearAddress is a\r
@@ -7070,7 +7070,7 @@ AsmEnablePaging64 (
 \r
   Disables the 64-bit paging mode on the CPU and returns to 32-bit protected\r
   mode. This function assumes the current execution mode is 64-paging mode.\r
 \r
   Disables the 64-bit paging mode on the CPU and returns to 32-bit protected\r
   mode. This function assumes the current execution mode is 64-paging mode.\r
-  This function is only available on X64. After the 64-bit paging mode is\r
+  This function is only available on x64. After the 64-bit paging mode is\r
   disabled, control is transferred to the function specified by EntryPoint\r
   using the new stack specified by NewStack and passing in the parameters\r
   specified by Context1 and Context2. Context1 and Context2 are optional and\r
   disabled, control is transferred to the function specified by EntryPoint\r
   using the new stack specified by NewStack and passing in the parameters\r
   specified by Context1 and Context2. Context1 and Context2 are optional and\r
index 73b39062ac0bdc357bead324e98c56be6e6bd95f..3b490e23cf6e9ad038f2f40522b65eff41efa6bf 100644 (file)
@@ -375,7 +375,7 @@ EfiConvertPointer (
 /**\r
   Determines the new virtual address that is to be used on subsequent memory accesses.\r
 \r
 /**\r
   Determines the new virtual address that is to be used on subsequent memory accesses.\r
 \r
-  For IA32, X64, and EBC, this service is a wrapper for the UEFI Runtime Service\r
+  For IA32, x64, and EBC, this service is a wrapper for the UEFI Runtime Service\r
   ConvertPointer().  See the UEFI Specification for details. \r
   For IPF, this function interprets Address as a pointer to an EFI_PLABEL structure\r
   and both the EntryPoint and GP fields of an EFI_PLABEL are converted from physical\r
   ConvertPointer().  See the UEFI Specification for details. \r
   For IPF, this function interprets Address as a pointer to an EFI_PLABEL structure\r
   and both the EntryPoint and GP fields of an EFI_PLABEL are converted from physical\r
index b6a551addd1433277c800ff6fe125c04d51fd54f..f29f2a674788d7c5d5f9a95ffb70287afa1a304f 100644 (file)
@@ -132,7 +132,7 @@ typedef struct {
 } EFI_SYSTEM_CONTEXT_IA32;\r
 \r
 //\r
 } EFI_SYSTEM_CONTEXT_IA32;\r
 \r
 //\r
-//  X64 processor exception types\r
+//  x64 processor exception types\r
 //\r
 #define EXCEPT_X64_DIVIDE_ERROR    0\r
 #define EXCEPT_X64_DEBUG           1\r
 //\r
 #define EXCEPT_X64_DIVIDE_ERROR    0\r
 #define EXCEPT_X64_DEBUG           1\r
@@ -153,7 +153,7 @@ typedef struct {
 #define EXCEPT_X64_SIMD            19\r
 \r
 ///\r
 #define EXCEPT_X64_SIMD            19\r
 \r
 ///\r
-///  X64 processor context definition\r
+///  x64 processor context definition\r
 ///\r
 /// FXSAVE_STATE\r
 /// FP / MMX / XMM registers (see fxrstor instruction definition)\r
 ///\r
 /// FXSAVE_STATE\r
 /// FP / MMX / XMM registers (see fxrstor instruction definition)\r
@@ -487,7 +487,7 @@ typedef union {
 /**                                                                 \r
   Registers and enables an exception callback function for the specified exception.\r
     \r
 /**                                                                 \r
   Registers and enables an exception callback function for the specified exception.\r
     \r
-  @param  ExceptionType         Exception types in EBC, IA-32, X64, or IPF\r
+  @param  ExceptionType         Exception types in EBC, IA-32, x64, or IPF\r
   @param  SystemContext         Exception content.\r
                                    \r
 **/\r
   @param  SystemContext         Exception content.\r
                                    \r
 **/\r
index e4db64d39b98fa04fda82aeb37168ec7ec5ce4b1..91b0306dcbcb4da4856a47be20e4c9d557700ff2 100644 (file)
@@ -178,12 +178,12 @@ typedef INT64   INTN;
 #define MAX_2_BITS  0xC000000000000000ULL\r
 \r
 //\r
 #define MAX_2_BITS  0xC000000000000000ULL\r
 \r
 //\r
-// Maximum legal X64 address\r
+// Maximum legal x64 address\r
 //\r
 #define MAX_ADDRESS   0xFFFFFFFFFFFFFFFFULL\r
 \r
 //\r
 //\r
 #define MAX_ADDRESS   0xFFFFFFFFFFFFFFFFULL\r
 \r
 //\r
-// The stack alignment required for X64\r
+// The stack alignment required for x64\r
 //\r
 #define CPU_STACK_ALIGNMENT   16\r
 \r
 //\r
 #define CPU_STACK_ALIGNMENT   16\r
 \r
index 431c1e3533c09a7143e1dd1d34b9ad7193645dd6..3223de55ac3fb02e23a7c2c5eb660eed6c2870e8 100644 (file)
@@ -579,7 +579,7 @@ InternalLongJump (
   Reads the current Global Descriptor Table Register(GDTR) descriptor.\r
 \r
   Reads and returns the current GDTR descriptor and returns it in Gdtr. This\r
   Reads the current Global Descriptor Table Register(GDTR) descriptor.\r
 \r
   Reads and returns the current GDTR descriptor and returns it in Gdtr. This\r
-  function is only available on IA-32 and X64.\r
+  function is only available on IA-32 and x64.\r
 \r
   @param  Gdtr  Pointer to a GDTR descriptor.\r
 \r
 \r
   @param  Gdtr  Pointer to a GDTR descriptor.\r
 \r
@@ -594,7 +594,7 @@ InternalX86ReadGdtr (
   Writes the current Global Descriptor Table Register (GDTR) descriptor.\r
 \r
   Writes and the current GDTR descriptor specified by Gdtr. This function is\r
   Writes the current Global Descriptor Table Register (GDTR) descriptor.\r
 \r
   Writes and the current GDTR descriptor specified by Gdtr. This function is\r
-  only available on IA-32 and X64.\r
+  only available on IA-32 and x64.\r
 \r
   @param  Gdtr  Pointer to a GDTR descriptor.\r
 \r
 \r
   @param  Gdtr  Pointer to a GDTR descriptor.\r
 \r
@@ -609,7 +609,7 @@ InternalX86WriteGdtr (
   Reads the current Interrupt Descriptor Table Register(GDTR) descriptor.\r
 \r
   Reads and returns the current IDTR descriptor and returns it in Idtr. This\r
   Reads the current Interrupt Descriptor Table Register(GDTR) descriptor.\r
 \r
   Reads and returns the current IDTR descriptor and returns it in Idtr. This\r
-  function is only available on IA-32 and X64.\r
+  function is only available on IA-32 and x64.\r
 \r
   @param  Idtr  Pointer to a IDTR descriptor.\r
 \r
 \r
   @param  Idtr  Pointer to a IDTR descriptor.\r
 \r
@@ -624,7 +624,7 @@ InternalX86ReadIdtr (
   Writes the current Interrupt Descriptor Table Register(GDTR) descriptor.\r
 \r
   Writes the current IDTR descriptor and returns it in Idtr. This function is\r
   Writes the current Interrupt Descriptor Table Register(GDTR) descriptor.\r
 \r
   Writes the current IDTR descriptor and returns it in Idtr. This function is\r
-  only available on IA-32 and X64.\r
+  only available on IA-32 and x64.\r
 \r
   @param  Idtr  Pointer to a IDTR descriptor.\r
 \r
 \r
   @param  Idtr  Pointer to a IDTR descriptor.\r
 \r
@@ -640,7 +640,7 @@ InternalX86WriteIdtr (
 \r
   Saves the current floating point/SSE/SSE2 state to the buffer specified by\r
   Buffer. Buffer must be aligned on a 16-byte boundary. This function is only\r
 \r
   Saves the current floating point/SSE/SSE2 state to the buffer specified by\r
   Buffer. Buffer must be aligned on a 16-byte boundary. This function is only\r
-  available on IA-32 and X64.\r
+  available on IA-32 and x64.\r
 \r
   @param  Buffer  Pointer to a buffer to save the floating point/SSE/SSE2 context.\r
 \r
 \r
   @param  Buffer  Pointer to a buffer to save the floating point/SSE/SSE2 context.\r
 \r
@@ -656,7 +656,7 @@ InternalX86FxSave (
 \r
   Restores the current floating point/SSE/SSE2 state from the buffer specified\r
   by Buffer. Buffer must be aligned on a 16-byte boundary. This function is\r
 \r
   Restores the current floating point/SSE/SSE2 state from the buffer specified\r
   by Buffer. Buffer must be aligned on a 16-byte boundary. This function is\r
-  only available on IA-32 and X64.\r
+  only available on IA-32 and x64.\r
 \r
   @param  Buffer  Pointer to a buffer to save the floating point/SSE/SSE2 context.\r
 \r
 \r
   @param  Buffer  Pointer to a buffer to save the floating point/SSE/SSE2 context.\r
 \r
@@ -790,7 +790,7 @@ InternalX86EnablePaging64 (
 \r
   Disables the 64-bit paging mode on the CPU and returns to 32-bit protected\r
   mode. This function assumes the current execution mode is 64-paging mode.\r
 \r
   Disables the 64-bit paging mode on the CPU and returns to 32-bit protected\r
   mode. This function assumes the current execution mode is 64-paging mode.\r
-  This function is only available on X64. After the 64-bit paging mode is\r
+  This function is only available on x64. After the 64-bit paging mode is\r
   disabled, control is transferred to the function specified by EntryPoint\r
   using the new stack specified by NewStack and passing in the parameters\r
   specified by Context1 and Context2. Context1 and Context2 are optional and\r
   disabled, control is transferred to the function specified by EntryPoint\r
   using the new stack specified by NewStack and passing in the parameters\r
   specified by Context1 and Context2. Context1 and Context2 are optional and\r
index 9745ae21d4846519d0da577dc8826f3dac78d629..2473797bbe08266a7f435431227f522751b7f55a 100644 (file)
@@ -21,7 +21,7 @@
   If Ebx is not NULL, then the value of EBX after CPUID is returned in Ebx.\r
   If Ecx is not NULL, then the value of ECX after CPUID is returned in Ecx.\r
   If Edx is not NULL, then the value of EDX after CPUID is returned in Edx.\r
   If Ebx is not NULL, then the value of EBX after CPUID is returned in Ebx.\r
   If Ecx is not NULL, then the value of ECX after CPUID is returned in Ecx.\r
   If Edx is not NULL, then the value of EDX after CPUID is returned in Edx.\r
-  This function is only available on IA-32 and X64.\r
+  This function is only available on IA-32 and x64.\r
 \r
   @param  Index         The 32-bit value to load into EAX prior to invoking the CPUID\r
                         instruction.\r
 \r
   @param  Index         The 32-bit value to load into EAX prior to invoking the CPUID\r
                         instruction.\r
index f4caabedd43fbb7f0e7764538ad20b3401c2c88e..d157fbfb67f53222b17857ad54a24975dadf4801 100644 (file)
@@ -20,7 +20,7 @@
   coherency domain of the CPU.\r
 \r
   Flushed the cache line specified by LinearAddress, and returns LinearAddress.\r
   coherency domain of the CPU.\r
 \r
   Flushed the cache line specified by LinearAddress, and returns LinearAddress.\r
-  This function is only available on IA-32 and X64.\r
+  This function is only available on IA-32 and x64.\r
 \r
   @param  LinearAddress The address of the cache line to flush. If the CPU is\r
                         in a physical addressing mode, then LinearAddress is a\r
 \r
   @param  LinearAddress The address of the cache line to flush. If the CPU is\r
                         in a physical addressing mode, then LinearAddress is a\r
index 655db517d10749e934e9b1cf93075884baba5060..2f7b11da14b95fd86a7919da6634de26a2424603 100644 (file)
@@ -21,7 +21,7 @@
 \r
   Restores the current floating point/SSE/SSE2 state from the buffer specified\r
   by Buffer. Buffer must be aligned on a 16-byte boundary. This function is\r
 \r
   Restores the current floating point/SSE/SSE2 state from the buffer specified\r
   by Buffer. Buffer must be aligned on a 16-byte boundary. This function is\r
-  only available on IA-32 and X64.\r
+  only available on IA-32 and x64.\r
 \r
   @param  Buffer  Pointer to a buffer to save the floating point/SSE/SSE2 context.\r
 \r
 \r
   @param  Buffer  Pointer to a buffer to save the floating point/SSE/SSE2 context.\r
 \r
index a59d2a56f5b66f1675ddd04582ffdcd87e6f0612..70183b790b78e7aae56f85d21cdeb76dd9e5ee8e 100644 (file)
@@ -21,7 +21,7 @@
 \r
   Saves the current floating point/SSE/SSE2 state to the buffer specified by\r
   Buffer. Buffer must be aligned on a 16-byte boundary. This function is only\r
 \r
   Saves the current floating point/SSE/SSE2 state to the buffer specified by\r
   Buffer. Buffer must be aligned on a 16-byte boundary. This function is only\r
-  available on IA-32 and X64.\r
+  available on IA-32 and x64.\r
 \r
   @param  Buffer  Pointer to a buffer to save the floating point/SSE/SSE2 context.\r
 \r
 \r
   @param  Buffer  Pointer to a buffer to save the floating point/SSE/SSE2 context.\r
 \r
index b1db5a2959ad2cf7ee56364b07a975b5891257a1..0e3749b80756271ada93d59d8c46a17b95aed78a 100644 (file)
@@ -19,7 +19,7 @@
   Executes a INVD instruction.\r
 \r
   Executes a INVD instruction. This function is only available on IA-32 and\r
   Executes a INVD instruction.\r
 \r
   Executes a INVD instruction. This function is only available on IA-32 and\r
-  X64.\r
+  x64.\r
 \r
 **/\r
 VOID\r
 \r
 **/\r
 VOID\r
index 8e2bb29fa5d31ab1a0e7e9186515109b5cb779c5..ef5a7929b2ab84e313535330b35ef4b83c3ead06 100644 (file)
@@ -16,7 +16,7 @@
   Sets up a monitor buffer that is used by AsmMwait().\r
 \r
   Executes a MONITOR instruction with the register state specified by Eax, Ecx\r
   Sets up a monitor buffer that is used by AsmMwait().\r
 \r
   Executes a MONITOR instruction with the register state specified by Eax, Ecx\r
-  and Edx. Returns Eax. This function is only available on IA-32 and X64.\r
+  and Edx. Returns Eax. This function is only available on IA-32 and x64.\r
 \r
   @param  RegisterEax The value to load into EAX or RAX before executing the MONITOR\r
                       instruction.\r
 \r
   @param  RegisterEax The value to load into EAX or RAX before executing the MONITOR\r
                       instruction.\r
index 1a28d2eca7e543c6af390f01d1c25aa176fb54ac..8e6993725efdc74856cf92f23ad685a2225a01f4 100644 (file)
@@ -16,7 +16,7 @@
   Executes an MWAIT instruction.\r
 \r
   Executes an MWAIT instruction with the register state specified by Eax and\r
   Executes an MWAIT instruction.\r
 \r
   Executes an MWAIT instruction with the register state specified by Eax and\r
-  Ecx. Returns Eax. This function is only available on IA-32 and X64.\r
+  Ecx. Returns Eax. This function is only available on IA-32 and x64.\r
 \r
   @param  RegisterEax The value to load into EAX or RAX before executing the MONITOR\r
                       instruction.\r
 \r
   @param  RegisterEax The value to load into EAX or RAX before executing the MONITOR\r
                       instruction.\r
index a83a1689b3733edffc8e695b97066f530a39b357..4d94e15421e06b63e4a75d365475213090208847 100644 (file)
@@ -19,7 +19,7 @@
 \r
   Disables the 64-bit paging mode on the CPU and returns to 32-bit protected\r
   mode. This function assumes the current execution mode is 64-paging mode.\r
 \r
   Disables the 64-bit paging mode on the CPU and returns to 32-bit protected\r
   mode. This function assumes the current execution mode is 64-paging mode.\r
-  This function is only available on X64. After the 64-bit paging mode is\r
+  This function is only available on x64. After the 64-bit paging mode is\r
   disabled, control is transferred to the function specified by EntryPoint\r
   using the new stack specified by NewStack and passing in the parameters\r
   specified by Context1 and Context2. Context1 and Context2 are optional and\r
   disabled, control is transferred to the function specified by EntryPoint\r
   using the new stack specified by NewStack and passing in the parameters\r
   specified by Context1 and Context2. Context1 and Context2 are optional and\r
index 3f95c50bf8ad2a9b3d706a0fa77a81412a4bcaca..e5d34934b61948c3fea6a5f3e34c59212c40bab7 100644 (file)
@@ -19,8 +19,8 @@
   Reads the current value of the Control Register 0 (CR0).\r
 \r
   Reads and returns the current value of CR4. This function is only available\r
   Reads the current value of the Control Register 0 (CR0).\r
 \r
   Reads and returns the current value of CR4. This function is only available\r
-  on IA-32 and X64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
-  X64.\r
+  on IA-32 and x64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
+  x64.\r
 \r
   @return The value of the Control Register 0 (CR0).\r
 \r
 \r
   @return The value of the Control Register 0 (CR0).\r
 \r
index 4acf74c5ad9566414157996a4e608bb437c2c982..61e7fb3b4335ca6ae664dacdfadb4b5476afc932 100644 (file)
@@ -19,8 +19,8 @@
   Reads the current value of the Control Register 2 (CR2).\r
 \r
   Reads and returns the current value of CR2. This function is only available\r
   Reads the current value of the Control Register 2 (CR2).\r
 \r
   Reads and returns the current value of CR2. This function is only available\r
-  on IA-32 and X64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
-  X64.\r
+  on IA-32 and x64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
+  x64.\r
 \r
   @return The value of the Control Register 2 (CR2).\r
 \r
 \r
   @return The value of the Control Register 2 (CR2).\r
 \r
index 8d99f34bb7e3d8fd11cdabfc59e6a9b7dd96430a..eb16d48dfd3731ed9490dba82007b7ccefc01aeb 100644 (file)
@@ -19,8 +19,8 @@
   Reads the current value of the Control Register 3 (CR3).\r
 \r
   Reads and returns the current value of CR3. This function is only available\r
   Reads the current value of the Control Register 3 (CR3).\r
 \r
   Reads and returns the current value of CR3. This function is only available\r
-  on IA-32 and X64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
-  X64.\r
+  on IA-32 and x64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
+  x64.\r
 \r
   @return The value of the Control Register 3 (CR3).\r
 \r
 \r
   @return The value of the Control Register 3 (CR3).\r
 \r
index ec001d14fa57496ea38a0a1de32668a03ab7e92b..2fe77d37193703f9b0fc61a2be3f14e9789c7f88 100644 (file)
@@ -19,8 +19,8 @@
   Reads the current value of the Control Register 4 (CR4).\r
 \r
   Reads and returns the current value of CR4. This function is only available\r
   Reads the current value of the Control Register 4 (CR4).\r
 \r
   Reads and returns the current value of CR4. This function is only available\r
-  on IA-32 and X64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
-  X64.\r
+  on IA-32 and x64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
+  x64.\r
 \r
   @return The value of the Control Register 4 (CR4).\r
 \r
 \r
   @return The value of the Control Register 4 (CR4).\r
 \r
index c2e8b8d061036012057d193dbdf564a10a55b1f1..4ff0bc06a287f8e25a376a800a1d244453529850 100644 (file)
@@ -19,7 +19,7 @@
   Reads the current value of Code Segment Register (CS).\r
 \r
   Reads and returns the current value of CS. This function is only available on\r
   Reads the current value of Code Segment Register (CS).\r
 \r
   Reads and returns the current value of CS. This function is only available on\r
-  IA-32 and X64.\r
+  IA-32 and x64.\r
 \r
   @return The current value of CS.\r
 \r
 \r
   @return The current value of CS.\r
 \r
index 70c1e70e31bc3e4b4a331ab415c3012b308401f4..fdd840f8cbe98a54d47e2b99b856eb8f3e32afc5 100644 (file)
@@ -19,8 +19,8 @@
   Reads the current value of Debug Register 0 (DR0).\r
 \r
   Reads and returns the current value of DR0. This function is only available\r
   Reads the current value of Debug Register 0 (DR0).\r
 \r
   Reads and returns the current value of DR0. This function is only available\r
-  on IA-32 and X64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
-  X64.\r
+  on IA-32 and x64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
+  x64.\r
 \r
   @return The value of Debug Register 0 (DR0).\r
 \r
 \r
   @return The value of Debug Register 0 (DR0).\r
 \r
index 109da75b7fff1b8a9e4d7fa1fd403ef2e3ccbc29..33ff3df35f2aed292f4e0a3f0cfbc46cd071b0c4 100644 (file)
@@ -19,8 +19,8 @@
   Reads the current value of Debug Register 1 (DR1).\r
 \r
   Reads and returns the current value of DR1. This function is only available\r
   Reads the current value of Debug Register 1 (DR1).\r
 \r
   Reads and returns the current value of DR1. This function is only available\r
-  on IA-32 and X64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
-  X64.\r
+  on IA-32 and x64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
+  x64.\r
 \r
   @return The value of Debug Register 1 (DR1).\r
 \r
 \r
   @return The value of Debug Register 1 (DR1).\r
 \r
index 1b1d6845cbf9abc7d5a36cb249a57cfd1901339c..326f82a89792279aaf44b202e5345f0964fdf697 100644 (file)
@@ -19,8 +19,8 @@
   Reads the current value of Debug Register 2 (DR2).\r
 \r
   Reads and returns the current value of DR2. This function is only available\r
   Reads the current value of Debug Register 2 (DR2).\r
 \r
   Reads and returns the current value of DR2. This function is only available\r
-  on IA-32 and X64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
-  X64.\r
+  on IA-32 and x64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
+  x64.\r
 \r
   @return The value of Debug Register 2 (DR2).\r
 \r
 \r
   @return The value of Debug Register 2 (DR2).\r
 \r
index 47341fea7e431780e94e03c945bf1375e0fb682c..c38994a23dfc2685926db2d086eb761810f24a7d 100644 (file)
@@ -19,8 +19,8 @@
   Reads the current value of Debug Register 3 (DR3).\r
 \r
   Reads and returns the current value of DR3. This function is only available\r
   Reads the current value of Debug Register 3 (DR3).\r
 \r
   Reads and returns the current value of DR3. This function is only available\r
-  on IA-32 and X64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
-  X64.\r
+  on IA-32 and x64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
+  x64.\r
 \r
   @return The value of Debug Register 3 (DR3).\r
 \r
 \r
   @return The value of Debug Register 3 (DR3).\r
 \r
index a5cc8a19d5d3f4cb24c2eb86016e51ee6c1aa814..810b0ebf5c79b49533032640a58171078999c67b 100644 (file)
@@ -19,8 +19,8 @@
   Reads the current value of Debug Register 4 (DR4).\r
 \r
   Reads and returns the current value of DR4. This function is only available\r
   Reads the current value of Debug Register 4 (DR4).\r
 \r
   Reads and returns the current value of DR4. This function is only available\r
-  on IA-32 and X64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
-  X64.\r
+  on IA-32 and x64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
+  x64.\r
 \r
   @return The value of Debug Register 4 (DR4).\r
 \r
 \r
   @return The value of Debug Register 4 (DR4).\r
 \r
index 24b5b88f1800cbaf411fd349c637d1ee090915c4..10e7a6aae6c532aca39513e4c90573f20016ab70 100644 (file)
@@ -19,8 +19,8 @@
   Reads the current value of Debug Register 5 (DR5).\r
 \r
   Reads and returns the current value of DR5. This function is only available\r
   Reads the current value of Debug Register 5 (DR5).\r
 \r
   Reads and returns the current value of DR5. This function is only available\r
-  on IA-32 and X64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
-  X64.\r
+  on IA-32 and x64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
+  x64.\r
 \r
   @return The value of Debug Register 5 (DR5).\r
 \r
 \r
   @return The value of Debug Register 5 (DR5).\r
 \r
index 676186e25ddafd2f9e74835ee141c5dad7608418..8480441268babcef0a02b557a8ba113c8929e7f0 100644 (file)
@@ -19,8 +19,8 @@
   Reads the current value of Debug Register 6 (DR6).\r
 \r
   Reads and returns the current value of DR6. This function is only available\r
   Reads the current value of Debug Register 6 (DR6).\r
 \r
   Reads and returns the current value of DR6. This function is only available\r
-  on IA-32 and X64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
-  X64.\r
+  on IA-32 and x64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
+  x64.\r
 \r
   @return The value of Debug Register 6 (DR6).\r
 \r
 \r
   @return The value of Debug Register 6 (DR6).\r
 \r
index aad514a4805410c3a94571b45cfb70c9a08f28a7..3d9a8f19c38657ae8484912d011d8a52171473c5 100644 (file)
@@ -19,8 +19,8 @@
   Reads the current value of Debug Register 7 (DR7).\r
 \r
   Reads and returns the current value of DR7. This function is only available\r
   Reads the current value of Debug Register 7 (DR7).\r
 \r
   Reads and returns the current value of DR7. This function is only available\r
-  on IA-32 and X64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
-  X64.\r
+  on IA-32 and x64. This returns a 32-bit value on IA-32 and a 64-bit value on\r
+  x64.\r
 \r
   @return The value of Debug Register 7 (DR7).\r
 \r
 \r
   @return The value of Debug Register 7 (DR7).\r
 \r
index 0215e35e362e625937b138737cb89ca2bcad1394..3177cd57543d763e2391a4e4e28f924a7047b03f 100644 (file)
@@ -19,7 +19,7 @@
   Reads the current value of Data Segment Register (DS).\r
 \r
   Reads and returns the current value of DS. This function is only available on\r
   Reads the current value of Data Segment Register (DS).\r
 \r
   Reads and returns the current value of DS. This function is only available on\r
-  IA-32 and X64.\r
+  IA-32 and x64.\r
 \r
   @return The current value of DS.\r
 \r
 \r
   @return The current value of DS.\r
 \r
index 0773fb27e459142e84d606b1ebfbd36a7a909f01..8342c0382bf713c0f34443b4430e75ae5ef88968 100644 (file)
   Reads the current value of the EFLAGS register.\r
 \r
   Reads and returns the current value of the EFLAGS register. This function is\r
   Reads the current value of the EFLAGS register.\r
 \r
   Reads and returns the current value of the EFLAGS register. This function is\r
-  only available on IA-32 and X64. This returns a 32-bit value on IA-32 and a\r
-  64-bit value on X64.\r
+  only available on IA-32 and x64. This returns a 32-bit value on IA-32 and a\r
+  64-bit value on x64.\r
 \r
 \r
-  @return EFLAGS on IA-32 or RFLAGS on X64.\r
+  @return EFLAGS on IA-32 or RFLAGS on x64.\r
 \r
 **/\r
 UINTN\r
 \r
 **/\r
 UINTN\r
index 3c5c981ed7ca407ed955032ba9b0e9b54170d3bd..3704125ea35517ec6b2c0784484f45e6d91d9ae5 100644 (file)
@@ -19,7 +19,7 @@
   Reads the current value of ES Data Segment Register (ES).\r
 \r
   Reads and returns the current value of ES. This function is only available on\r
   Reads the current value of ES Data Segment Register (ES).\r
 \r
   Reads and returns the current value of ES. This function is only available on\r
-  IA-32 and X64.\r
+  IA-32 and x64.\r
 \r
   @return The current value of ES.\r
 \r
 \r
   @return The current value of ES.\r
 \r
index 2f64955fe9f55638aac3d7b5a4c8a090b5c3d309..de551e43483630ff19dca0ba021da0bfce89b03a 100644 (file)
@@ -19,7 +19,7 @@
   Reads the current value of FS Data Segment Register (FS).\r
 \r
   Reads and returns the current value of FS. This function is only available on\r
   Reads the current value of FS Data Segment Register (FS).\r
 \r
   Reads and returns the current value of FS. This function is only available on\r
-  IA-32 and X64.\r
+  IA-32 and x64.\r
 \r
   @return The current value of FS.\r
 \r
 \r
   @return The current value of FS.\r
 \r
index 9429eb6cdadb584c2bdbcc2a86cb3aa32fe0aa54..4979174c828ef11e862c9255057a021d6df8dc68 100644 (file)
@@ -20,7 +20,7 @@
   Reads the current Global Descriptor Table Register(GDTR) descriptor.\r
 \r
   Reads and returns the current GDTR descriptor and returns it in Gdtr. This\r
   Reads the current Global Descriptor Table Register(GDTR) descriptor.\r
 \r
   Reads and returns the current GDTR descriptor and returns it in Gdtr. This\r
-  function is only available on IA-32 and X64.\r
+  function is only available on IA-32 and x64.\r
 \r
   @param  Gdtr  Pointer to a GDTR descriptor.\r
 \r
 \r
   @param  Gdtr  Pointer to a GDTR descriptor.\r
 \r
index c71d238b2db3ca68602860470bebc4c9af6f213e..947cf4e8759f948e8980dde6c889d5c62cb395c9 100644 (file)
@@ -19,7 +19,7 @@
   Reads the current value of GS Data Segment Register (GS).\r
 \r
   Reads and returns the current value of GS. This function is only available on\r
   Reads the current value of GS Data Segment Register (GS).\r
 \r
   Reads and returns the current value of GS. This function is only available on\r
-  IA-32 and X64.\r
+  IA-32 and x64.\r
 \r
   @return The current value of GS.\r
 \r
 \r
   @return The current value of GS.\r
 \r
index 0825c47b2496094998ae77b4385fd87b871ed0ca..9c32d05ee25c5af89605aa6784fc8592011edf24 100644 (file)
@@ -20,7 +20,7 @@
   Reads the current Interrupt Descriptor Table Register(GDTR) descriptor.\r
 \r
   Reads and returns the current IDTR descriptor and returns it in Idtr. This\r
   Reads the current Interrupt Descriptor Table Register(GDTR) descriptor.\r
 \r
   Reads and returns the current IDTR descriptor and returns it in Idtr. This\r
-  function is only available on IA-32 and X64.\r
+  function is only available on IA-32 and x64.\r
 \r
   @param  Idtr  Pointer to a IDTR descriptor.\r
 \r
 \r
   @param  Idtr  Pointer to a IDTR descriptor.\r
 \r
index 8b9277d7549e747334e4816732f793161da26bc7..a2ddeff225835b420b0816f934c041614f7430aa 100644 (file)
@@ -19,7 +19,7 @@
   Reads the current Local Descriptor Table Register(LDTR) selector.\r
 \r
   Reads and returns the current 16-bit LDTR descriptor value. This function is\r
   Reads the current Local Descriptor Table Register(LDTR) selector.\r
 \r
   Reads and returns the current 16-bit LDTR descriptor value. This function is\r
-  only available on IA-32 and X64.\r
+  only available on IA-32 and x64.\r
 \r
   @return The current selector of LDT.\r
 \r
 \r
   @return The current selector of LDT.\r
 \r
index 83a06b720e9bfce78f9e6fe7a481a407adaa1a72..0f2de145ab196129453c7ed7eb001ed09fd08de5 100644 (file)
@@ -19,7 +19,7 @@
   Reads the current value of 64-bit MMX Register #0 (MM0).\r
 \r
   Reads and returns the current value of MM0. This function is only available\r
   Reads the current value of 64-bit MMX Register #0 (MM0).\r
 \r
   Reads and returns the current value of MM0. This function is only available\r
-  on IA-32 and X64.\r
+  on IA-32 and x64.\r
 \r
   @return The current value of MM0.\r
 \r
 \r
   @return The current value of MM0.\r
 \r
index 38c9a6d276c37dd534a1ba94e483250718180cdf..65cb677fcdedf413aa212785af72a9164861b1d4 100644 (file)
@@ -19,7 +19,7 @@
   Reads the current value of 64-bit MMX Register #1 (MM1).\r
 \r
   Reads and returns the current value of MM1. This function is only available\r
   Reads the current value of 64-bit MMX Register #1 (MM1).\r
 \r
   Reads and returns the current value of MM1. This function is only available\r
-  on IA-32 and X64.\r
+  on IA-32 and x64.\r
 \r
   @return The current value of MM1.\r
 \r
 \r
   @return The current value of MM1.\r
 \r
index baa9fde12672f9dc2af7e813a1b202937e6a76e6..6b7060b9a235677d3a39cddd3b643fb2b0e1efe4 100644 (file)
@@ -19,7 +19,7 @@
   Reads the current value of 64-bit MMX Register #2 (MM2).\r
 \r
   Reads and returns the current value of MM2. This function is only available\r
   Reads the current value of 64-bit MMX Register #2 (MM2).\r
 \r
   Reads and returns the current value of MM2. This function is only available\r
-  on IA-32 and X64.\r
+  on IA-32 and x64.\r
 \r
   @return The current value of MM2.\r
 \r
 \r
   @return The current value of MM2.\r
 \r
index d77f5107b084fc3b54c5cc52a5d3e4c20d6f0e3e..fdd64fdd81cb0a5d3627698259d08a722873e884 100644 (file)
@@ -19,7 +19,7 @@
   Reads the current value of 64-bit MMX Register #3 (MM3).\r
 \r
   Reads and returns the current value of MM3. This function is only available\r
   Reads the current value of 64-bit MMX Register #3 (MM3).\r
 \r
   Reads and returns the current value of MM3. This function is only available\r
-  on IA-32 and X64.\r
+  on IA-32 and x64.\r
 \r
   @return The current value of MM3.\r
 \r
 \r
   @return The current value of MM3.\r
 \r
index d52bcb872c0769ce422002c0af8bac3a8e2b2545..5d2ab0d71d1243bfa0d3c75fea8af169cedd451f 100644 (file)
@@ -19,7 +19,7 @@
   Reads the current value of 64-bit MMX Register #4 (MM4).\r
 \r
   Reads and returns the current value of MM4. This function is only available\r
   Reads the current value of 64-bit MMX Register #4 (MM4).\r
 \r
   Reads and returns the current value of MM4. This function is only available\r
-  on IA-32 and X64.\r
+  on IA-32 and x64.\r
 \r
   @return The current value of MM4.\r
 \r
 \r
   @return The current value of MM4.\r
 \r
index 242691e7a55e82a9a82f8637ae9175e2115c6dac..e5728008ca6637857dbdb18681c4eb3ebccd77f6 100644 (file)
@@ -19,7 +19,7 @@
   Reads the current value of 64-bit MMX Register #5 (MM5).\r
 \r
   Reads and returns the current value of MM5. This function is only available\r
   Reads the current value of 64-bit MMX Register #5 (MM5).\r
 \r
   Reads and returns the current value of MM5. This function is only available\r
-  on IA-32 and X64.\r
+  on IA-32 and x64.\r
 \r
   @return The current value of MM5.\r
 \r
 \r
   @return The current value of MM5.\r
 \r
index a2b6c990b0e841dbe0f83b51f12e28e84b94249a..7647e7990b57d330b812eb231102032d5b451751 100644 (file)
@@ -19,7 +19,7 @@
   Reads the current value of 64-bit MMX Register #6 (MM6).\r
 \r
   Reads and returns the current value of MM6. This function is only available\r
   Reads the current value of 64-bit MMX Register #6 (MM6).\r
 \r
   Reads and returns the current value of MM6. This function is only available\r
-  on IA-32 and X64.\r
+  on IA-32 and x64.\r
 \r
   @return The current value of MM6.\r
 \r
 \r
   @return The current value of MM6.\r
 \r
index dd065a5eb58193d5b6de50682c46ac846838b6ff..6d5dab8d740f114fc80f41be2fb298ca9de9cc9c 100644 (file)
@@ -19,7 +19,7 @@
   Reads the current value of 64-bit MMX Register #7 (MM7).\r
 \r
   Reads and returns the current value of MM7. This function is only available\r
   Reads the current value of 64-bit MMX Register #7 (MM7).\r
 \r
   Reads and returns the current value of MM7. This function is only available\r
-  on IA-32 and X64.\r
+  on IA-32 and x64.\r
 \r
   @return The current value of MM7.\r
 \r
 \r
   @return The current value of MM7.\r
 \r
index 222c46e642f85526135972837456feb122d15b16..7d7de3ab5ed02de7c7de9a4669ac3bd14b36adc0 100644 (file)
@@ -22,7 +22,7 @@
   performed on Index, and some Index values may cause CPU exceptions. The\r
   caller must either guarantee that Index is valid, or the caller must set up\r
   exception handlers to catch the exceptions. This function is only available\r
   performed on Index, and some Index values may cause CPU exceptions. The\r
   caller must either guarantee that Index is valid, or the caller must set up\r
   exception handlers to catch the exceptions. This function is only available\r
-  on IA-32 and X64.\r
+  on IA-32 and x64.\r
 \r
   @param  Index The 32-bit MSR index to read.\r
 \r
 \r
   @param  Index The 32-bit MSR index to read.\r
 \r
index e37425ada495795dc7008090ac94b6b41fc7f80c..b6e0fe64983194ed18d2c90bfa72958d5eae52ee 100644 (file)
@@ -16,7 +16,7 @@
   Reads the current value of a Performance Counter (PMC).\r
 \r
   Reads and returns the current value of performance counter specified by\r
   Reads the current value of a Performance Counter (PMC).\r
 \r
   Reads and returns the current value of performance counter specified by\r
-  Index. This function is only available on IA-32 and X64.\r
+  Index. This function is only available on IA-32 and x64.\r
 \r
   @param  Index The 32-bit Performance Counter index to read.\r
 \r
 \r
   @param  Index The 32-bit Performance Counter index to read.\r
 \r
index 2625332bddb16daf428d591b31a46f0bfe28d0ec..469393bb38271b22c0c03bbfb4ae5aaf2ad541a7 100644 (file)
@@ -19,7 +19,7 @@
   Reads the current value of Stack Segment Register (SS).\r
 \r
   Reads and returns the current value of SS. This function is only available on\r
   Reads the current value of Stack Segment Register (SS).\r
 \r
   Reads and returns the current value of SS. This function is only available on\r
-  IA-32 and X64.\r
+  IA-32 and x64.\r
 \r
   @return The current value of SS.\r
 \r
 \r
   @return The current value of SS.\r
 \r
index b306139c9dfa3489fd3efd8065f5cefeeb228a0c..2cd78508f9b26300a17c5d172949e562e5e550a4 100644 (file)
@@ -19,7 +19,7 @@
   Reads the current value of Task Register (TR).\r
 \r
   Reads and returns the current value of TR. This function is only available on\r
   Reads the current value of Task Register (TR).\r
 \r
   Reads and returns the current value of TR. This function is only available on\r
-  IA-32 and X64.\r
+  IA-32 and x64.\r
 \r
   @return The current value of TR.\r
 \r
 \r
   @return The current value of TR.\r
 \r
index 71e5d4e952ce80b411fb56aa121ee1d646b35956..4ffc0f2001364482f744e4a2f680e2b326ef2824 100644 (file)
@@ -19,7 +19,7 @@
   Reads the current value of Time Stamp Counter (TSC).\r
 \r
   Reads and returns the current value of TSC. This function is only available\r
   Reads the current value of Time Stamp Counter (TSC).\r
 \r
   Reads and returns the current value of TSC. This function is only available\r
-  on IA-32 and X64.\r
+  on IA-32 and x64.\r
 \r
   @return The current value of TSC\r
 \r
 \r
   @return The current value of TSC\r
 \r
index d2cb54cdb03900c5f9ba9b24b7fe831396dc0b8a..11b213248d46f7b9dfc65816e209ee358590cb48 100644 (file)
@@ -19,7 +19,7 @@
   Executes a WBINVD instruction.\r
 \r
   Executes a WBINVD instruction. This function is only available on IA-32 and\r
   Executes a WBINVD instruction.\r
 \r
   Executes a WBINVD instruction. This function is only available on IA-32 and\r
-  X64.\r
+  x64.\r
 \r
 **/\r
 VOID\r
 \r
 **/\r
 VOID\r
index 733bb4eae5c7f2c3d4afd822a0a8e2b7ea192b62..776a44db5eb2b94812dbd5e2b03c10617f4733b8 100644 (file)
@@ -16,7 +16,7 @@
   Writes a value to Control Register 0 (CR0).\r
 \r
   Writes and returns a new value to CR0. This function is only available on\r
   Writes a value to Control Register 0 (CR0).\r
 \r
   Writes and returns a new value to CR0. This function is only available on\r
-  IA-32 and X64. This writes a 32-bit value on IA-32 and a 64-bit value on X64.\r
+  IA-32 and x64. This writes a 32-bit value on IA-32 and a 64-bit value on x64.\r
 \r
   @param  Value The value to write to CR0.\r
 \r
 \r
   @param  Value The value to write to CR0.\r
 \r
index 436a00a8b90d4e9120e3908f662d08e3c0d6bbd7..67f45649f56b450adeb7719f8e0d045bbf79dcb7 100644 (file)
@@ -16,7 +16,7 @@
   Writes a value to Control Register 2 (CR2).\r
 \r
   Writes and returns a new value to CR2. This function is only available on\r
   Writes a value to Control Register 2 (CR2).\r
 \r
   Writes and returns a new value to CR2. This function is only available on\r
-  IA-32 and X64. This writes a 32-bit value on IA-32 and a 64-bit value on X64.\r
+  IA-32 and x64. This writes a 32-bit value on IA-32 and a 64-bit value on x64.\r
 \r
   @param  Value The value to write to CR2.\r
 \r
 \r
   @param  Value The value to write to CR2.\r
 \r
index eff61f8436e4aa2b8dfb3637ad2167b0fa1f38af..d1a4e6b61515e0bc1cddd00e013b03aab888e320 100644 (file)
@@ -16,7 +16,7 @@
   Writes a value to Control Register 3 (CR3).\r
 \r
   Writes and returns a new value to CR3. This function is only available on\r
   Writes a value to Control Register 3 (CR3).\r
 \r
   Writes and returns a new value to CR3. This function is only available on\r
-  IA-32 and X64. This writes a 32-bit value on IA-32 and a 64-bit value on X64.\r
+  IA-32 and x64. This writes a 32-bit value on IA-32 and a 64-bit value on x64.\r
 \r
   @param  Value The value to write to CR3.\r
 \r
 \r
   @param  Value The value to write to CR3.\r
 \r
index e118d824a5b17d819e9d72b6ee9bbdf09754b7b3..85212dd627f7a2ec6e4daf934da4000977df7982 100644 (file)
@@ -16,7 +16,7 @@
   Writes a value to Control Register 4 (CR4).\r
 \r
   Writes and returns a new value to CR4. This function is only available on\r
   Writes a value to Control Register 4 (CR4).\r
 \r
   Writes and returns a new value to CR4. This function is only available on\r
-  IA-32 and X64. This writes a 32-bit value on IA-32 and a 64-bit value on X64.\r
+  IA-32 and x64. This writes a 32-bit value on IA-32 and a 64-bit value on x64.\r
 \r
   @param  Value The value to write to CR4.\r
 \r
 \r
   @param  Value The value to write to CR4.\r
 \r
index 93704b97dda2b2a5c9456a992aa5a8dd955e6e56..11700afa4a3a4a7c8c7abaf6341c6655adeddc27 100644 (file)
@@ -16,7 +16,7 @@
   Writes a value to Debug Register 0 (DR0).\r
 \r
   Writes and returns a new value to DR0. This function is only available on\r
   Writes a value to Debug Register 0 (DR0).\r
 \r
   Writes and returns a new value to DR0. This function is only available on\r
-  IA-32 and X64. This writes a 32-bit value on IA-32 and a 64-bit value on X64.\r
+  IA-32 and x64. This writes a 32-bit value on IA-32 and a 64-bit value on x64.\r
 \r
   @param  Value The value to write to Dr0.\r
 \r
 \r
   @param  Value The value to write to Dr0.\r
 \r
index 762a7c3a4660c6fbbb92a78c8244730dac45b96d..779222d189335eb0b89f3d943962ad3b246d62c3 100644 (file)
@@ -16,7 +16,7 @@
   Writes a value to Debug Register 1 (DR1).\r
 \r
   Writes and returns a new value to DR1. This function is only available on\r
   Writes a value to Debug Register 1 (DR1).\r
 \r
   Writes and returns a new value to DR1. This function is only available on\r
-  IA-32 and X64. This writes a 32-bit value on IA-32 and a 64-bit value on X64.\r
+  IA-32 and x64. This writes a 32-bit value on IA-32 and a 64-bit value on x64.\r
 \r
   @param  Value The value to write to Dr1.\r
 \r
 \r
   @param  Value The value to write to Dr1.\r
 \r
index c98bea53c820b17a0e24adc53a55ee5949df27b3..d8a5a5be5eeea6e9277308275e429aa07fc8c84b 100644 (file)
@@ -16,7 +16,7 @@
   Writes a value to Debug Register 2 (DR2).\r
 \r
   Writes and returns a new value to DR2. This function is only available on\r
   Writes a value to Debug Register 2 (DR2).\r
 \r
   Writes and returns a new value to DR2. This function is only available on\r
-  IA-32 and X64. This writes a 32-bit value on IA-32 and a 64-bit value on X64.\r
+  IA-32 and x64. This writes a 32-bit value on IA-32 and a 64-bit value on x64.\r
 \r
   @param  Value The value to write to Dr2.\r
 \r
 \r
   @param  Value The value to write to Dr2.\r
 \r
index 4b1c04c8d195b82cee0e5777c2f30c60a7b377b7..55635865a759c7b23899936d9265989e33c47e62 100644 (file)
@@ -16,7 +16,7 @@
   Writes a value to Debug Register 3 (DR3).\r
 \r
   Writes and returns a new value to DR3. This function is only available on\r
   Writes a value to Debug Register 3 (DR3).\r
 \r
   Writes and returns a new value to DR3. This function is only available on\r
-  IA-32 and X64. This writes a 32-bit value on IA-32 and a 64-bit value on X64.\r
+  IA-32 and x64. This writes a 32-bit value on IA-32 and a 64-bit value on x64.\r
 \r
   @param  Value The value to write to Dr3.\r
 \r
 \r
   @param  Value The value to write to Dr3.\r
 \r
index 0712d150187e129a5d3ec669d299fda83d4186f1..e66cd6cb48d6436d67e455c8ce5f4de35bbfc8ba 100644 (file)
@@ -16,7 +16,7 @@
   Writes a value to Debug Register 4 (DR4).\r
 \r
   Writes and returns a new value to DR4. This function is only available on\r
   Writes a value to Debug Register 4 (DR4).\r
 \r
   Writes and returns a new value to DR4. This function is only available on\r
-  IA-32 and X64. This writes a 32-bit value on IA-32 and a 64-bit value on X64.\r
+  IA-32 and x64. This writes a 32-bit value on IA-32 and a 64-bit value on x64.\r
 \r
   @param  Value The value to write to Dr4.\r
 \r
 \r
   @param  Value The value to write to Dr4.\r
 \r
index 5b8dcae3f0eaedd21acf593622870a1282626c1f..ee7b55c05782c2f10dc709506dd74db3441728d6 100644 (file)
@@ -16,7 +16,7 @@
   Writes a value to Debug Register 5 (DR5).\r
 \r
   Writes and returns a new value to DR5. This function is only available on\r
   Writes a value to Debug Register 5 (DR5).\r
 \r
   Writes and returns a new value to DR5. This function is only available on\r
-  IA-32 and X64. This writes a 32-bit value on IA-32 and a 64-bit value on X64.\r
+  IA-32 and x64. This writes a 32-bit value on IA-32 and a 64-bit value on x64.\r
 \r
   @param  Value The value to write to Dr5.\r
 \r
 \r
   @param  Value The value to write to Dr5.\r
 \r
index 57697a1742c4a7ded73951fd82c7d5342624b5b0..9da9ba8904136271c065ed91f9ba6b9093554982 100644 (file)
@@ -16,7 +16,7 @@
   Writes a value to Debug Register 6 (DR6).\r
 \r
   Writes and returns a new value to DR6. This function is only available on\r
   Writes a value to Debug Register 6 (DR6).\r
 \r
   Writes and returns a new value to DR6. This function is only available on\r
-  IA-32 and X64. This writes a 32-bit value on IA-32 and a 64-bit value on X64.\r
+  IA-32 and x64. This writes a 32-bit value on IA-32 and a 64-bit value on x64.\r
 \r
   @param  Value The value to write to Dr6.\r
 \r
 \r
   @param  Value The value to write to Dr6.\r
 \r
index 2f9f88d69e5759c014ac3eaada76e2db72169a63..3dec535d9893af81b3c07be56613c313be5e3d09 100644 (file)
@@ -16,7 +16,7 @@
   Writes a value to Debug Register 7 (DR7).\r
 \r
   Writes and returns a new value to DR7. This function is only available on\r
   Writes a value to Debug Register 7 (DR7).\r
 \r
   Writes and returns a new value to DR7. This function is only available on\r
-  IA-32 and X64. This writes a 32-bit value on IA-32 and a 64-bit value on X64.\r
+  IA-32 and x64. This writes a 32-bit value on IA-32 and a 64-bit value on x64.\r
 \r
   @param  Value The value to write to Dr7.\r
 \r
 \r
   @param  Value The value to write to Dr7.\r
 \r
index a7013531c7a74525e7bbdc3fb0d2a30b1ec563fc..544ceb6b1ad9cff169de23fafaf751a2dd1b9f5e 100644 (file)
@@ -20,7 +20,7 @@
   Writes the current Global Descriptor Table Register (GDTR) descriptor.\r
 \r
   Writes and the current GDTR descriptor specified by Gdtr. This function is\r
   Writes the current Global Descriptor Table Register (GDTR) descriptor.\r
 \r
   Writes and the current GDTR descriptor specified by Gdtr. This function is\r
-  only available on IA-32 and X64.\r
+  only available on IA-32 and x64.\r
 \r
   @param  Gdtr  Pointer to a GDTR descriptor.\r
 \r
 \r
   @param  Gdtr  Pointer to a GDTR descriptor.\r
 \r
index daea4f9728e32d2b2cf1796647cbdea512c4ee4b..de24ab3d8c1580ce71a01af2eee5d29020a3be8a 100644 (file)
@@ -19,7 +19,7 @@
   Writes the current Interrupt Descriptor Table Register(GDTR) descriptor.\r
 \r
   Writes the current IDTR descriptor and returns it in Idtr. This function is\r
   Writes the current Interrupt Descriptor Table Register(GDTR) descriptor.\r
 \r
   Writes the current IDTR descriptor and returns it in Idtr. This function is\r
-  only available on IA-32 and X64.\r
+  only available on IA-32 and x64.\r
 \r
   @param  Idtr  Pointer to a IDTR descriptor.\r
 \r
 \r
   @param  Idtr  Pointer to a IDTR descriptor.\r
 \r
index 65eec0d4e2b55625190d92967bb595ff040adf4a..fa48208b99a928093d8ee6e972ad5994a4e309a8 100644 (file)
@@ -19,7 +19,7 @@
   Writes the current Local Descriptor Table Register (GDTR) selector.\r
 \r
   Writes and the current LDTR descriptor specified by Ldtr. This function is\r
   Writes the current Local Descriptor Table Register (GDTR) selector.\r
 \r
   Writes and the current LDTR descriptor specified by Ldtr. This function is\r
-  only available on IA-32 and X64.\r
+  only available on IA-32 and x64.\r
 \r
   @param  Ldtr  16-bit LDTR selector value.\r
 \r
 \r
   @param  Ldtr  16-bit LDTR selector value.\r
 \r
index f65291e020658ffc183b197f0c078d641f95121f..55aa43abd0e10a908c774827434381844ea8626d 100644 (file)
@@ -19,7 +19,7 @@
   Writes the current value of 64-bit MMX Register #0 (MM0).\r
 \r
   Writes the current value of MM0. This function is only available on IA32 and\r
   Writes the current value of 64-bit MMX Register #0 (MM0).\r
 \r
   Writes the current value of MM0. This function is only available on IA32 and\r
-  X64.\r
+  x64.\r
 \r
   @param  Value The 64-bit value to write to MM0.\r
 \r
 \r
   @param  Value The 64-bit value to write to MM0.\r
 \r
index 999094acd093b080c8dd3a494aeaa8b7e3d7f2e0..a4bc96d6ecea0de8a9ad8946b4e73f85b2005bce 100644 (file)
@@ -19,7 +19,7 @@
   Writes the current value of 64-bit MMX Register #1 (MM1).\r
 \r
   Writes the current value of MM1. This function is only available on IA32 and\r
   Writes the current value of 64-bit MMX Register #1 (MM1).\r
 \r
   Writes the current value of MM1. This function is only available on IA32 and\r
-  X64.\r
+  x64.\r
 \r
   @param  Value The 64-bit value to write to MM1.\r
 \r
 \r
   @param  Value The 64-bit value to write to MM1.\r
 \r
index 0df50214dda770962362740a90d99829936c1515..c6a09a14f3ad6eb6aec39335c4521f347ecb5ebc 100644 (file)
@@ -19,7 +19,7 @@
   Writes the current value of 64-bit MMX Register #2 (MM2).\r
 \r
   Writes the current value of MM2. This function is only available on IA32 and\r
   Writes the current value of 64-bit MMX Register #2 (MM2).\r
 \r
   Writes the current value of MM2. This function is only available on IA32 and\r
-  X64.\r
+  x64.\r
 \r
   @param  Value The 64-bit value to write to MM2.\r
 \r
 \r
   @param  Value The 64-bit value to write to MM2.\r
 \r
index 78f7f611a67300dea12fc4358658d84319b09134..692d2a84ae7ec1321c422d70bf48093aa2ad0b2e 100644 (file)
@@ -19,7 +19,7 @@
   Writes the current value of 64-bit MMX Register #3 (MM3).\r
 \r
   Writes the current value of MM3. This function is only available on IA32 and\r
   Writes the current value of 64-bit MMX Register #3 (MM3).\r
 \r
   Writes the current value of MM3. This function is only available on IA32 and\r
-  X64.\r
+  x64.\r
 \r
   @param  Value The 64-bit value to write to MM3.\r
 \r
 \r
   @param  Value The 64-bit value to write to MM3.\r
 \r
index 109bd403fdd307b26a128cf82320d84d763f5312..e66347e932ced6b9f260e1474c14a1aef6685324 100644 (file)
@@ -19,7 +19,7 @@
   Writes the current value of 64-bit MMX Register #4 (MM4).\r
 \r
   Writes the current value of MM4. This function is only available on IA32 and\r
   Writes the current value of 64-bit MMX Register #4 (MM4).\r
 \r
   Writes the current value of MM4. This function is only available on IA32 and\r
-  X64.\r
+  x64.\r
 \r
   @param  Value The 64-bit value to write to MM4.\r
 \r
 \r
   @param  Value The 64-bit value to write to MM4.\r
 \r
index 0fb8770fd85ffa849eac7f53c685d67543c7558d..8085bf3bdd8386b08e8dd06a3cf0b759f28bfcc1 100644 (file)
@@ -19,7 +19,7 @@
   Writes the current value of 64-bit MMX Register #5 (MM5).\r
 \r
   Writes the current value of MM5. This function is only available on IA32 and\r
   Writes the current value of 64-bit MMX Register #5 (MM5).\r
 \r
   Writes the current value of MM5. This function is only available on IA32 and\r
-  X64.\r
+  x64.\r
 \r
   @param  Value The 64-bit value to write to MM5.\r
 \r
 \r
   @param  Value The 64-bit value to write to MM5.\r
 \r
index e79bddb56f8ea9eb174ae65c9734af25efa1d4fc..5fd464fe559b8aa0b9dbe938e1b30fb15b70c580 100644 (file)
@@ -19,7 +19,7 @@
   Writes the current value of 64-bit MMX Register #6 (MM6).\r
 \r
   Writes the current value of MM6. This function is only available on IA32 and\r
   Writes the current value of 64-bit MMX Register #6 (MM6).\r
 \r
   Writes the current value of MM6. This function is only available on IA32 and\r
-  X64.\r
+  x64.\r
 \r
   @param  Value The 64-bit value to write to MM6.\r
 \r
 \r
   @param  Value The 64-bit value to write to MM6.\r
 \r
index cce4662e12a002db6ad40601db1d1337ae00cd03..c82ba20b6f8b777d2aaf7408bcdaa35674004766 100644 (file)
@@ -19,7 +19,7 @@
   Writes the current value of 64-bit MMX Register #7 (MM7).\r
 \r
   Writes the current value of MM7. This function is only available on IA32 and\r
   Writes the current value of 64-bit MMX Register #7 (MM7).\r
 \r
   Writes the current value of MM7. This function is only available on IA32 and\r
-  X64.\r
+  x64.\r
 \r
   @param  Value The 64-bit value to write to MM7.\r
 \r
 \r
   @param  Value The 64-bit value to write to MM7.\r
 \r
index 5937ac80442795e7d29ed3c03eed55333417d015..f59570fd7efaf0bf47895f1e92dfa46e63d30631 100644 (file)
@@ -24,7 +24,7 @@
   performed on Index or Value, and some of these may cause CPU exceptions. The\r
   caller must either guarantee that Index and Value are valid, or the caller\r
   must establish proper exception handlers. This function is only available on\r
   performed on Index or Value, and some of these may cause CPU exceptions. The\r
   caller must either guarantee that Index and Value are valid, or the caller\r
   must establish proper exception handlers. This function is only available on\r
-  IA-32 and X64.\r
+  IA-32 and x64.\r
 \r
   @param  Index The 32-bit MSR index to write.\r
   @param  Value The 64-bit value to write to the MSR.\r
 \r
   @param  Index The 32-bit MSR index to write.\r
   @param  Value The 64-bit value to write to the MSR.\r
index c67e535da712c6d3d5676d14e7a0f80863e9b840..6b890be2cc14e75895fd8243a607c15cc5d82433 100644 (file)
@@ -22,7 +22,7 @@
 \r
   Disables the 64-bit paging mode on the CPU and returns to 32-bit protected\r
   mode. This function assumes the current execution mode is 64-paging mode.\r
 \r
   Disables the 64-bit paging mode on the CPU and returns to 32-bit protected\r
   mode. This function assumes the current execution mode is 64-paging mode.\r
-  This function is only available on X64. After the 64-bit paging mode is\r
+  This function is only available on x64. After the 64-bit paging mode is\r
   disabled, control is transferred to the function specified by EntryPoint\r
   using the new stack specified by NewStack and passing in the parameters\r
   specified by Context1 and Context2. Context1 and Context2 are optional and\r
   disabled, control is transferred to the function specified by EntryPoint\r
   using the new stack specified by NewStack and passing in the parameters\r
   specified by Context1 and Context2. Context1 and Context2 are optional and\r
index ac6f4729838104d5336e1381b85702d35a8dff67..a484b878366788fa3f9a7f25a2bb03781963f2fc 100644 (file)
@@ -22,7 +22,7 @@
 \r
   Restores the current floating point/SSE/SSE2 state from the buffer specified\r
   by Buffer. Buffer must be aligned on a 16-byte boundary. This function is\r
 \r
   Restores the current floating point/SSE/SSE2 state from the buffer specified\r
   by Buffer. Buffer must be aligned on a 16-byte boundary. This function is\r
-  only available on IA-32 and X64.\r
+  only available on IA-32 and x64.\r
 \r
   If Buffer is NULL, then ASSERT().\r
   If Buffer is not aligned on a 16-byte boundary, then ASSERT().\r
 \r
   If Buffer is NULL, then ASSERT().\r
   If Buffer is not aligned on a 16-byte boundary, then ASSERT().\r
index f6efa92c7eafd91599fa3699ef05d6a0809c828d..8774a8c1c0ee2502f6e1580854c768ba4617786a 100644 (file)
@@ -22,7 +22,7 @@
 \r
   Saves the current floating point/SSE/SSE2 state to the buffer specified by\r
   Buffer. Buffer must be aligned on a 16-byte boundary. This function is only\r
 \r
   Saves the current floating point/SSE/SSE2 state to the buffer specified by\r
   Buffer. Buffer must be aligned on a 16-byte boundary. This function is only\r
-  available on IA-32 and X64.\r
+  available on IA-32 and x64.\r
 \r
   If Buffer is NULL, then ASSERT().\r
   If Buffer is not aligned on a 16-byte boundary, then ASSERT().\r
 \r
   If Buffer is NULL, then ASSERT().\r
   If Buffer is not aligned on a 16-byte boundary, then ASSERT().\r
index 13ad455255a6af3362d193d48a6234960b5fc03e..13065dd4672d69bef51a86ca4f6a033ce244d76f 100644 (file)
@@ -23,7 +23,7 @@
   No parameter checking is performed on Index, and some Index values may cause\r
   CPU exceptions. The caller must either guarantee that Index is valid, or the\r
   caller must set up exception handlers to catch the exceptions. This function\r
   No parameter checking is performed on Index, and some Index values may cause\r
   CPU exceptions. The caller must either guarantee that Index is valid, or the\r
   caller must set up exception handlers to catch the exceptions. This function\r
-  is only available on IA-32 and X64.\r
+  is only available on IA-32 and x64.\r
 \r
   @param  Index The 32-bit MSR index to read.\r
 \r
 \r
   @param  Index The 32-bit MSR index to read.\r
 \r
@@ -47,7 +47,7 @@ AsmReadMsr32 (
   the MSR is returned. No parameter checking is performed on Index or Value,\r
   and some of these may cause CPU exceptions. The caller must either guarantee\r
   that Index and Value are valid, or the caller must establish proper exception\r
   the MSR is returned. No parameter checking is performed on Index or Value,\r
   and some of these may cause CPU exceptions. The caller must either guarantee\r
   that Index and Value are valid, or the caller must establish proper exception\r
-  handlers. This function is only available on IA-32 and X64.\r
+  handlers. This function is only available on IA-32 and x64.\r
 \r
   @param  Index The 32-bit MSR index to write.\r
   @param  Value The 32-bit value to write to the MSR.\r
 \r
   @param  Index The 32-bit MSR index to write.\r
   @param  Value The 32-bit value to write to the MSR.\r
@@ -76,7 +76,7 @@ AsmWriteMsr32 (
   performed on Index or OrData, and some of these may cause CPU exceptions. The\r
   caller must either guarantee that Index and OrData are valid, or the caller\r
   must establish proper exception handlers. This function is only available on\r
   performed on Index or OrData, and some of these may cause CPU exceptions. The\r
   caller must either guarantee that Index and OrData are valid, or the caller\r
   must establish proper exception handlers. This function is only available on\r
-  IA-32 and X64.\r
+  IA-32 and x64.\r
 \r
   @param  Index   The 32-bit MSR index to write.\r
   @param  OrData  The value to OR with the read value from the MSR.\r
 \r
   @param  Index   The 32-bit MSR index to write.\r
   @param  OrData  The value to OR with the read value from the MSR.\r
@@ -105,7 +105,7 @@ AsmMsrOr32 (
   on Index or AndData, and some of these may cause CPU exceptions. The caller\r
   must either guarantee that Index and AndData are valid, or the caller must\r
   establish proper exception handlers. This function is only available on IA-32\r
   on Index or AndData, and some of these may cause CPU exceptions. The caller\r
   must either guarantee that Index and AndData are valid, or the caller must\r
   establish proper exception handlers. This function is only available on IA-32\r
-  and X64.\r
+  and x64.\r
 \r
   @param  Index   The 32-bit MSR index to write.\r
   @param  AndData The value to AND with the read value from the MSR.\r
 \r
   @param  Index   The 32-bit MSR index to write.\r
   @param  AndData The value to AND with the read value from the MSR.\r
@@ -136,7 +136,7 @@ AsmMsrAnd32 (
   AndData, or OrData, and some of these may cause CPU exceptions. The caller\r
   must either guarantee that Index, AndData, and OrData are valid, or the\r
   caller must establish proper exception handlers. This function is only\r
   AndData, or OrData, and some of these may cause CPU exceptions. The caller\r
   must either guarantee that Index, AndData, and OrData are valid, or the\r
   caller must establish proper exception handlers. This function is only\r
-  available on IA-32 and X64.\r
+  available on IA-32 and x64.\r
 \r
   @param  Index   The 32-bit MSR index to write.\r
   @param  AndData The value to AND with the read value from the MSR.\r
 \r
   @param  Index   The 32-bit MSR index to write.\r
   @param  AndData The value to AND with the read value from the MSR.\r
@@ -163,7 +163,7 @@ AsmMsrAndThenOr32 (
   specified by the StartBit and the EndBit. The value of the bit field is\r
   returned. The caller must either guarantee that Index is valid, or the caller\r
   must set up exception handlers to catch the exceptions. This function is only\r
   specified by the StartBit and the EndBit. The value of the bit field is\r
   returned. The caller must either guarantee that Index is valid, or the caller\r
   must set up exception handlers to catch the exceptions. This function is only\r
-  available on IA-32 and X64.\r
+  available on IA-32 and x64.\r
 \r
   If StartBit is greater than 31, then ASSERT().\r
   If EndBit is greater than 31, then ASSERT().\r
 \r
   If StartBit is greater than 31, then ASSERT().\r
   If EndBit is greater than 31, then ASSERT().\r
@@ -198,7 +198,7 @@ AsmMsrBitFieldRead32 (
   returned. Extra left bits in Value are stripped. The caller must either\r
   guarantee that Index and the data written is valid, or the caller must set up\r
   exception handlers to catch the exceptions. This function is only available\r
   returned. Extra left bits in Value are stripped. The caller must either\r
   guarantee that Index and the data written is valid, or the caller must set up\r
   exception handlers to catch the exceptions. This function is only available\r
-  on IA-32 and X64.\r
+  on IA-32 and x64.\r
 \r
   If StartBit is greater than 31, then ASSERT().\r
   If EndBit is greater than 31, then ASSERT().\r
 \r
   If StartBit is greater than 31, then ASSERT().\r
   If EndBit is greater than 31, then ASSERT().\r
@@ -238,7 +238,7 @@ AsmMsrBitFieldWrite32 (
   written to the MSR are returned. Extra left bits in OrData are stripped. The\r
   caller must either guarantee that Index and the data written is valid, or\r
   the caller must set up exception handlers to catch the exceptions. This\r
   written to the MSR are returned. Extra left bits in OrData are stripped. The\r
   caller must either guarantee that Index and the data written is valid, or\r
   the caller must set up exception handlers to catch the exceptions. This\r
-  function is only available on IA-32 and X64.\r
+  function is only available on IA-32 and x64.\r
 \r
   If StartBit is greater than 31, then ASSERT().\r
   If EndBit is greater than 31, then ASSERT().\r
 \r
   If StartBit is greater than 31, then ASSERT().\r
   If EndBit is greater than 31, then ASSERT().\r
@@ -278,7 +278,7 @@ AsmMsrBitFieldOr32 (
   MSR are returned. Extra left bits in AndData are stripped. The caller must\r
   either guarantee that Index and the data written is valid, or the caller must\r
   set up exception handlers to catch the exceptions. This function is only\r
   MSR are returned. Extra left bits in AndData are stripped. The caller must\r
   either guarantee that Index and the data written is valid, or the caller must\r
   set up exception handlers to catch the exceptions. This function is only\r
-  available on IA-32 and X64.\r
+  available on IA-32 and x64.\r
 \r
   If StartBit is greater than 31, then ASSERT().\r
   If EndBit is greater than 31, then ASSERT().\r
 \r
   If StartBit is greater than 31, then ASSERT().\r
   If EndBit is greater than 31, then ASSERT().\r
@@ -320,7 +320,7 @@ AsmMsrBitFieldAnd32 (
   in both AndData and OrData are stripped. The caller must either guarantee\r
   that Index and the data written is valid, or the caller must set up exception\r
   handlers to catch the exceptions. This function is only available on IA-32\r
   in both AndData and OrData are stripped. The caller must either guarantee\r
   that Index and the data written is valid, or the caller must set up exception\r
   handlers to catch the exceptions. This function is only available on IA-32\r
-  and X64.\r
+  and x64.\r
 \r
   If StartBit is greater than 31, then ASSERT().\r
   If EndBit is greater than 31, then ASSERT().\r
 \r
   If StartBit is greater than 31, then ASSERT().\r
   If EndBit is greater than 31, then ASSERT().\r
@@ -368,7 +368,7 @@ AsmMsrBitFieldAndThenOr32 (
   returned. No parameter checking is performed on Index or OrData, and some of\r
   these may cause CPU exceptions. The caller must either guarantee that Index\r
   and OrData are valid, or the caller must establish proper exception handlers.\r
   returned. No parameter checking is performed on Index or OrData, and some of\r
   these may cause CPU exceptions. The caller must either guarantee that Index\r
   and OrData are valid, or the caller must establish proper exception handlers.\r
-  This function is only available on IA-32 and X64.\r
+  This function is only available on IA-32 and x64.\r
 \r
   @param  Index   The 32-bit MSR index to write.\r
   @param  OrData  The value to OR with the read value from the MSR.\r
 \r
   @param  Index   The 32-bit MSR index to write.\r
   @param  OrData  The value to OR with the read value from the MSR.\r
@@ -396,7 +396,7 @@ AsmMsrOr64 (
   parameter checking is performed on Index or OrData, and some of these may\r
   cause CPU exceptions. The caller must either guarantee that Index and OrData\r
   are valid, or the caller must establish proper exception handlers. This\r
   parameter checking is performed on Index or OrData, and some of these may\r
   cause CPU exceptions. The caller must either guarantee that Index and OrData\r
   are valid, or the caller must establish proper exception handlers. This\r
-  function is only available on IA-32 and X64.\r
+  function is only available on IA-32 and x64.\r
 \r
   @param  Index   The 32-bit MSR index to write.\r
   @param  AndData The value to AND with the read value from the MSR.\r
 \r
   @param  Index   The 32-bit MSR index to write.\r
   @param  AndData The value to AND with the read value from the MSR.\r
@@ -426,7 +426,7 @@ AsmMsrAnd64 (
   or OrData, and some of these may cause CPU exceptions. The caller must either\r
   guarantee that Index, AndData, and OrData are valid, or the caller must\r
   establish proper exception handlers. This function is only available on IA-32\r
   or OrData, and some of these may cause CPU exceptions. The caller must either\r
   guarantee that Index, AndData, and OrData are valid, or the caller must\r
   establish proper exception handlers. This function is only available on IA-32\r
-  and X64.\r
+  and x64.\r
 \r
   @param  Index   The 32-bit MSR index to write.\r
   @param  AndData The value to AND with the read value from the MSR.\r
 \r
   @param  Index   The 32-bit MSR index to write.\r
   @param  AndData The value to AND with the read value from the MSR.\r
@@ -453,7 +453,7 @@ AsmMsrAndThenOr64 (
   StartBit and the EndBit. The value of the bit field is returned. The caller\r
   must either guarantee that Index is valid, or the caller must set up\r
   exception handlers to catch the exceptions. This function is only available\r
   StartBit and the EndBit. The value of the bit field is returned. The caller\r
   must either guarantee that Index is valid, or the caller must set up\r
   exception handlers to catch the exceptions. This function is only available\r
-  on IA-32 and X64.\r
+  on IA-32 and x64.\r
 \r
   If StartBit is greater than 63, then ASSERT().\r
   If EndBit is greater than 63, then ASSERT().\r
 \r
   If StartBit is greater than 63, then ASSERT().\r
   If EndBit is greater than 63, then ASSERT().\r
@@ -487,7 +487,7 @@ AsmMsrBitFieldRead64 (
   preserved. The MSR written is returned. Extra left bits in Value are\r
   stripped. The caller must either guarantee that Index and the data written is\r
   valid, or the caller must set up exception handlers to catch the exceptions.\r
   preserved. The MSR written is returned. Extra left bits in Value are\r
   stripped. The caller must either guarantee that Index and the data written is\r
   valid, or the caller must set up exception handlers to catch the exceptions.\r
-  This function is only available on IA-32 and X64.\r
+  This function is only available on IA-32 and x64.\r
 \r
   If StartBit is greater than 63, then ASSERT().\r
   If EndBit is greater than 63, then ASSERT().\r
 \r
   If StartBit is greater than 63, then ASSERT().\r
   If EndBit is greater than 63, then ASSERT().\r
@@ -528,7 +528,7 @@ AsmMsrBitFieldWrite64 (
   returned. Extra left bits in OrData are stripped. The caller must either\r
   guarantee that Index and the data written is valid, or the caller must set up\r
   exception handlers to catch the exceptions. This function is only available\r
   returned. Extra left bits in OrData are stripped. The caller must either\r
   guarantee that Index and the data written is valid, or the caller must set up\r
   exception handlers to catch the exceptions. This function is only available\r
-  on IA-32 and X64.\r
+  on IA-32 and x64.\r
 \r
   If StartBit is greater than 63, then ASSERT().\r
   If EndBit is greater than 63, then ASSERT().\r
 \r
   If StartBit is greater than 63, then ASSERT().\r
   If EndBit is greater than 63, then ASSERT().\r
@@ -569,7 +569,7 @@ AsmMsrBitFieldOr64 (
   Extra left bits in AndData are stripped. The caller must either guarantee\r
   that Index and the data written is valid, or the caller must set up exception\r
   handlers to catch the exceptions. This function is only available on IA-32\r
   Extra left bits in AndData are stripped. The caller must either guarantee\r
   that Index and the data written is valid, or the caller must set up exception\r
   handlers to catch the exceptions. This function is only available on IA-32\r
-  and X64.\r
+  and x64.\r
 \r
   If StartBit is greater than 63, then ASSERT().\r
   If EndBit is greater than 63, then ASSERT().\r
 \r
   If StartBit is greater than 63, then ASSERT().\r
   If EndBit is greater than 63, then ASSERT().\r
@@ -611,7 +611,7 @@ AsmMsrBitFieldAnd64 (
   value written to the MSR is returned. Extra left bits in both AndData and\r
   OrData are stripped. The caller must either guarantee that Index and the data\r
   written is valid, or the caller must set up exception handlers to catch the\r
   value written to the MSR is returned. Extra left bits in both AndData and\r
   OrData are stripped. The caller must either guarantee that Index and the data\r
   written is valid, or the caller must set up exception handlers to catch the\r
-  exceptions. This function is only available on IA-32 and X64.\r
+  exceptions. This function is only available on IA-32 and x64.\r
 \r
   If StartBit is greater than 63, then ASSERT().\r
   If EndBit is greater than 63, then ASSERT().\r
 \r
   If StartBit is greater than 63, then ASSERT().\r
   If EndBit is greater than 63, then ASSERT().\r
index 80d35863cf84ab92a3518d84ec5027b0bf37debf..dc2532d6887608a7286484610dc430bb5df79aa6 100644 (file)
@@ -21,7 +21,7 @@
   Reads the current Global Descriptor Table Register(GDTR) descriptor.\r
 \r
   Reads and returns the current GDTR descriptor and returns it in Gdtr. This\r
   Reads the current Global Descriptor Table Register(GDTR) descriptor.\r
 \r
   Reads and returns the current GDTR descriptor and returns it in Gdtr. This\r
-  function is only available on IA-32 and X64.\r
+  function is only available on IA-32 and x64.\r
 \r
   If Gdtr is NULL, then ASSERT().\r
 \r
 \r
   If Gdtr is NULL, then ASSERT().\r
 \r
index dc6cfa5c444a865e0f027b7657dc7086c9745729..94b2b10a208f5774618226557d07dd8d73926d9e 100644 (file)
@@ -21,7 +21,7 @@
   Reads the current Interrupt Descriptor Table Register(GDTR) descriptor.\r
 \r
   Reads and returns the current IDTR descriptor and returns it in Idtr. This\r
   Reads the current Interrupt Descriptor Table Register(GDTR) descriptor.\r
 \r
   Reads and returns the current IDTR descriptor and returns it in Idtr. This\r
-  function is only available on IA-32 and X64.\r
+  function is only available on IA-32 and x64.\r
 \r
   If Idtr is NULL, then ASSERT().\r
 \r
 \r
   If Idtr is NULL, then ASSERT().\r
 \r
index ff9f2c5f88a08932822a5c971bba71860c32caae..7bcde8389d1a553cf796acad3b774bcc5aaba39a 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
 /** @file\r
-  Real Mode Thunk Functions for IA32 and X64.\r
+  Real Mode Thunk Functions for IA32 and x64.\r
 \r
   Copyright (c) 2006, Intel Corporation<BR>\r
   All rights reserved. This program and the accompanying materials\r
 \r
   Copyright (c) 2006, Intel Corporation<BR>\r
   All rights reserved. This program and the accompanying materials\r
index d513ec19e5ee6c3ecec0aa6c679e2642a4e4f097..7eb55167cf4577568b99d4afab546f550c70663b 100644 (file)
@@ -21,7 +21,7 @@
   Writes the current Global Descriptor Table Register (GDTR) descriptor.\r
 \r
   Writes and the current GDTR descriptor specified by Gdtr. This function is\r
   Writes the current Global Descriptor Table Register (GDTR) descriptor.\r
 \r
   Writes and the current GDTR descriptor specified by Gdtr. This function is\r
-  only available on IA-32 and X64.\r
+  only available on IA-32 and x64.\r
 \r
   If Gdtr is NULL, then ASSERT().\r
 \r
 \r
   If Gdtr is NULL, then ASSERT().\r
 \r
index a25c9885a96ac211b07e1bedaea6c85b4ddee626..a2c5b545b945df0b9d5328f9876a9b0085c22704 100644 (file)
@@ -21,7 +21,7 @@
   Writes the current Interrupt Descriptor Table Register(GDTR) descriptor.\r
 \r
   Writes the current IDTR descriptor and returns it in Idtr. This function is\r
   Writes the current Interrupt Descriptor Table Register(GDTR) descriptor.\r
 \r
   Writes the current IDTR descriptor and returns it in Idtr. This function is\r
-  only available on IA-32 and X64.\r
+  only available on IA-32 and x64.\r
 \r
   If Idtr is NULL, then ASSERT().\r
 \r
 \r
   If Idtr is NULL, then ASSERT().\r
 \r
index ed1982944c317fb43c658cb5eac21e322a013023..99873004aaf78717965744b72c363ee13776b768 100644 (file)
@@ -204,7 +204,7 @@ PeCoffLoaderGetPdbPointer (
     case EFI_IMAGE_MACHINE_X64:\r
     case EFI_IMAGE_MACHINE_IPF:\r
       //\r
     case EFI_IMAGE_MACHINE_X64:\r
     case EFI_IMAGE_MACHINE_IPF:\r
       //\r
-      // Assume PE32+ image with X64 or IPF Machine field\r
+      // Assume PE32+ image with x64 or IPF Machine field\r
       //\r
       Magic = EFI_IMAGE_NT_OPTIONAL_HDR64_MAGIC;\r
       break;\r
       //\r
       Magic = EFI_IMAGE_NT_OPTIONAL_HDR64_MAGIC;\r
       break;\r
index bb24d437fd0e96786f52a172a887d5d9dc9f8a6a..181c87847a1f74f99e67ef1e9fefde1dc3858043 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
   Base PE/COFF loader supports loading any PE32/PE32+ or TE image, but\r
 /** @file\r
   Base PE/COFF loader supports loading any PE32/PE32+ or TE image, but\r
-  only supports relocating IA32, X64, IPF, and EBC images.\r
+  only supports relocating IA32, x64, IPF, and EBC images.\r
 \r
   Copyright (c) 2006 - 2008, Intel Corporation\r
   All rights reserved. This program and the accompanying materials\r
 \r
   Copyright (c) 2006 - 2008, Intel Corporation\r
   All rights reserved. This program and the accompanying materials\r
index 9d86e58e3a7dbf60d9184d3cef3f71aadaa39e07..b1bfcf52065ae0addeb2b9a9d96014e58987af2c 100644 (file)
@@ -221,7 +221,7 @@ PeCoffLoaderRelocateImageEx (
   the entry point.\r
 \r
   This function implies the basic PE/COFF loader/relocator supports IA32, EBC,\r
   the entry point.\r
 \r
   This function implies the basic PE/COFF loader/relocator supports IA32, EBC,\r
-  & X64 images. Calling the entry point in a correct mannor is up to the\r
+  & x64 images. Calling the entry point in a correct mannor is up to the\r
   consumer of this library. This version also supports the special relocations\r
   for Itanium.\r
 \r
   consumer of this library. This version also supports the special relocations\r
   for Itanium.\r
 \r
index 987937b23fed8fbdf5f28eb0fd11d345886fc3ac..4014c16baba005ac443c9ebff0d25be9cd8b4c6d 100644 (file)
@@ -44,7 +44,7 @@ PeCoffLoaderRelocateImageEx (
   the entry point. \r
 \r
   This function implies the basic PE/COFF loader/relocator supports IA32, EBC,\r
   the entry point. \r
 \r
   This function implies the basic PE/COFF loader/relocator supports IA32, EBC,\r
-  & X64 images. Calling the entry point in a correct mannor is up to the \r
+  & x64 images. Calling the entry point in a correct mannor is up to the \r
   consumer of this library.\r
 \r
   @param  Machine   Machine type from the PE Header.\r
   consumer of this library.\r
 \r
   @param  Machine   Machine type from the PE Header.\r
index 11af09a040797d3bcf18bc5ca06b5cbc34e932c7..599e8f25aaf30cbad39b2972fb2c894056d6815c 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
 /** @file\r
-  PEI Services Table Pointer Library for IA-32 and X64.\r
+  PEI Services Table Pointer Library for IA-32 and x64.\r
 \r
   According to PI specification, the peiservice pointer is stored prior at IDT\r
   table in IA32 and x64 architecture.\r
 \r
   According to PI specification, the peiservice pointer is stored prior at IDT\r
   table in IA32 and x64 architecture.\r
index bdd2367479a473eb4a36876e7504aa28731751da..982e20c7986042b8d414c422ec62fbe2040e8700 100644 (file)
@@ -380,7 +380,7 @@ EfiConvertPointer (
 /**\r
   Determines the new virtual address that is to be used on subsequent memory accesses.\r
 \r
 /**\r
   Determines the new virtual address that is to be used on subsequent memory accesses.\r
 \r
-  For IA32, X64, and EBC, this service is a wrapper for the UEFI Runtime Service\r
+  For IA32, x64, and EBC, this service is a wrapper for the UEFI Runtime Service\r
   ConvertPointer().  See the UEFI Specification for details. \r
   For IPF, this function interprets Address as a pointer to an EFI_PLABEL structure\r
   and both the EntryPoint and GP fields of an EFI_PLABEL are converted from physical\r
   ConvertPointer().  See the UEFI Specification for details. \r
   For IPF, this function interprets Address as a pointer to an EFI_PLABEL structure\r
   and both the EntryPoint and GP fields of an EFI_PLABEL are converted from physical\r