]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/BaseLib.h
Update the text to use "x64" instead of "X64" in MdePkg.
[mirror_edk2.git] / MdePkg / Include / Library / BaseLib.h
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