]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/BaseLib.h
MdePkg/BaseLib: Add bit field population calculating methods
[mirror_edk2.git] / MdePkg / Include / Library / BaseLib.h
index 184aa8db1c1d98f3718f0f0248a1134bd95a3317..123ae19dc263dc98e73174e877b37473b7d28a2a 100644 (file)
@@ -2,7 +2,7 @@
   Provides string functions, linked list functions, math functions, synchronization\r
   functions, file path functions, and CPU architecture-specific functions.\r
 \r
-Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
@@ -257,7 +257,7 @@ StrnSizeS (
   @retval RETURN_INVALID_PARAMETER If Destination is NULL.\r
                                    If Source is NULL.\r
                                    If PcdMaximumUnicodeStringLength is not zero,\r
-                                    and DestMax is greater than \r
+                                    and DestMax is greater than\r
                                     PcdMaximumUnicodeStringLength.\r
                                    If DestMax is 0.\r
   @retval RETURN_ACCESS_DENIED     If Source and Destination overlap.\r
@@ -290,12 +290,12 @@ StrCpyS (
   @param  Length                   The maximum number of Unicode characters to copy.\r
 \r
   @retval RETURN_SUCCESS           String is copied.\r
-  @retval RETURN_BUFFER_TOO_SMALL  If DestMax is NOT greater than \r
+  @retval RETURN_BUFFER_TOO_SMALL  If DestMax is NOT greater than\r
                                    MIN(StrLen(Source), Length).\r
   @retval RETURN_INVALID_PARAMETER If Destination is NULL.\r
                                    If Source is NULL.\r
                                    If PcdMaximumUnicodeStringLength is not zero,\r
-                                    and DestMax is greater than \r
+                                    and DestMax is greater than\r
                                     PcdMaximumUnicodeStringLength.\r
                                    If DestMax is 0.\r
   @retval RETURN_ACCESS_DENIED     If Source and Destination overlap.\r
@@ -327,14 +327,14 @@ StrnCpyS (
   @param  Source                   A pointer to a Null-terminated Unicode string.\r
 \r
   @retval RETURN_SUCCESS           String is appended.\r
-  @retval RETURN_BAD_BUFFER_SIZE   If DestMax is NOT greater than \r
+  @retval RETURN_BAD_BUFFER_SIZE   If DestMax is NOT greater than\r
                                    StrLen(Destination).\r
   @retval RETURN_BUFFER_TOO_SMALL  If (DestMax - StrLen(Destination)) is NOT\r
                                    greater than StrLen(Source).\r
   @retval RETURN_INVALID_PARAMETER If Destination is NULL.\r
                                    If Source is NULL.\r
                                    If PcdMaximumUnicodeStringLength is not zero,\r
-                                    and DestMax is greater than \r
+                                    and DestMax is greater than\r
                                     PcdMaximumUnicodeStringLength.\r
                                    If DestMax is 0.\r
   @retval RETURN_ACCESS_DENIED     If Source and Destination overlap.\r
@@ -375,7 +375,7 @@ StrCatS (
   @retval RETURN_INVALID_PARAMETER If Destination is NULL.\r
                                    If Source is NULL.\r
                                    If PcdMaximumUnicodeStringLength is not zero,\r
-                                    and DestMax is greater than \r
+                                    and DestMax is greater than\r
                                     PcdMaximumUnicodeStringLength.\r
                                    If DestMax is 0.\r
   @retval RETURN_ACCESS_DENIED     If Source and Destination overlap.\r
@@ -690,7 +690,7 @@ AsciiStrnSizeS (
   @retval RETURN_INVALID_PARAMETER If Destination is NULL.\r
                                    If Source is NULL.\r
                                    If PcdMaximumAsciiStringLength is not zero,\r
-                                    and DestMax is greater than \r
+                                    and DestMax is greater than\r
                                     PcdMaximumAsciiStringLength.\r
                                    If DestMax is 0.\r
   @retval RETURN_ACCESS_DENIED     If Source and Destination overlap.\r
@@ -721,12 +721,12 @@ AsciiStrCpyS (
   @param  Length                   The maximum number of Ascii characters to copy.\r
 \r
   @retval RETURN_SUCCESS           String is copied.\r
-  @retval RETURN_BUFFER_TOO_SMALL  If DestMax is NOT greater than \r
+  @retval RETURN_BUFFER_TOO_SMALL  If DestMax is NOT greater than\r
                                    MIN(StrLen(Source), Length).\r
   @retval RETURN_INVALID_PARAMETER If Destination is NULL.\r
                                    If Source is NULL.\r
                                    If PcdMaximumAsciiStringLength is not zero,\r
-                                    and DestMax is greater than \r
+                                    and DestMax is greater than\r
                                     PcdMaximumAsciiStringLength.\r
                                    If DestMax is 0.\r
   @retval RETURN_ACCESS_DENIED     If Source and Destination overlap.\r
@@ -756,14 +756,14 @@ AsciiStrnCpyS (
   @param  Source                   A pointer to a Null-terminated Ascii string.\r
 \r
   @retval RETURN_SUCCESS           String is appended.\r
-  @retval RETURN_BAD_BUFFER_SIZE   If DestMax is NOT greater than \r
+  @retval RETURN_BAD_BUFFER_SIZE   If DestMax is NOT greater than\r
                                    StrLen(Destination).\r
   @retval RETURN_BUFFER_TOO_SMALL  If (DestMax - StrLen(Destination)) is NOT\r
                                    greater than StrLen(Source).\r
   @retval RETURN_INVALID_PARAMETER If Destination is NULL.\r
                                    If Source is NULL.\r
                                    If PcdMaximumAsciiStringLength is not zero,\r
-                                    and DestMax is greater than \r
+                                    and DestMax is greater than\r
                                     PcdMaximumAsciiStringLength.\r
                                    If DestMax is 0.\r
   @retval RETURN_ACCESS_DENIED     If Source and Destination overlap.\r
@@ -802,7 +802,7 @@ AsciiStrCatS (
   @retval RETURN_INVALID_PARAMETER If Destination is NULL.\r
                                    If Source is NULL.\r
                                    If PcdMaximumAsciiStringLength is not zero,\r
-                                    and DestMax is greater than \r
+                                    and DestMax is greater than\r
                                     PcdMaximumAsciiStringLength.\r
                                    If DestMax is 0.\r
   @retval RETURN_ACCESS_DENIED     If Source and Destination overlap.\r
@@ -1083,7 +1083,7 @@ StrCpy (
 /**\r
   [ATTENTION] This function is deprecated for security reason.\r
 \r
-  Copies up to a specified length from one Null-terminated Unicode string to \r
+  Copies up to a specified length from one Null-terminated Unicode string to\r
   another Null-terminated Unicode string and returns the new Unicode string.\r
 \r
   This function copies the contents of the Unicode string Source to the Unicode\r
@@ -1099,7 +1099,7 @@ StrCpy (
   If Length > 0 and Source is NULL, then ASSERT().\r
   If Length > 0 and Source is not aligned on a 16-bit boundary, then ASSERT().\r
   If Source and Destination overlap, then ASSERT().\r
-  If PcdMaximumUnicodeStringLength is not zero, and Length is greater than \r
+  If PcdMaximumUnicodeStringLength is not zero, and Length is greater than\r
   PcdMaximumUnicodeStringLength, then ASSERT().\r
   If PcdMaximumUnicodeStringLength is not zero, and Source contains more than\r
   PcdMaximumUnicodeStringLength Unicode characters, not including the Null-terminator,\r
@@ -1119,7 +1119,7 @@ StrnCpy (
   IN      CONST CHAR16              *Source,\r
   IN      UINTN                     Length\r
   );\r
-#endif\r
+#endif // !defined (DISABLE_NEW_DEPRECATED_INTERFACES)\r
 \r
 /**\r
   Returns the length of a Null-terminated Unicode string.\r
@@ -1149,7 +1149,7 @@ StrLen (
   Returns the size of a Null-terminated Unicode string in bytes, including the\r
   Null terminator.\r
 \r
-  This function returns the size, in bytes, of the Null-terminated Unicode string \r
+  This function returns the size, in bytes, of the Null-terminated Unicode string\r
   specified by String.\r
 \r
   If String is NULL, then ASSERT().\r
@@ -1209,7 +1209,7 @@ StrCmp (
 /**\r
   Compares up to a specified length the contents of two Null-terminated Unicode strings,\r
   and returns the difference between the first mismatched Unicode characters.\r
-  \r
+\r
   This function compares the Null-terminated Unicode string FirstString to the\r
   Null-terminated Unicode string SecondString. At most, Length Unicode\r
   characters will be compared. If Length is 0, then 0 is returned. If\r
@@ -1294,8 +1294,8 @@ StrCat (
 /**\r
   [ATTENTION] This function is deprecated for security reason.\r
 \r
-  Concatenates up to a specified length one Null-terminated Unicode to the end \r
-  of another Null-terminated Unicode string, and returns the concatenated \r
+  Concatenates up to a specified length one Null-terminated Unicode to the end\r
+  of another Null-terminated Unicode string, and returns the concatenated\r
   Unicode string.\r
 \r
   This function concatenates two Null-terminated Unicode strings. The contents\r
@@ -1311,7 +1311,7 @@ StrCat (
   If Length > 0 and Source is NULL, then ASSERT().\r
   If Length > 0 and Source is not aligned on a 16-bit boundary, then ASSERT().\r
   If Source and Destination overlap, then ASSERT().\r
-  If PcdMaximumUnicodeStringLength is not zero, and Length is greater than \r
+  If PcdMaximumUnicodeStringLength is not zero, and Length is greater than\r
   PcdMaximumUnicodeStringLength, then ASSERT().\r
   If PcdMaximumUnicodeStringLength is not zero, and Destination contains more\r
   than PcdMaximumUnicodeStringLength Unicode characters, not including the\r
@@ -1338,7 +1338,7 @@ StrnCat (
   IN      CONST CHAR16              *Source,\r
   IN      UINTN                     Length\r
   );\r
-#endif\r
+#endif // !defined (DISABLE_NEW_DEPRECATED_INTERFACES)\r
 \r
 /**\r
   Returns the first occurrence of a Null-terminated Unicode sub-string\r
@@ -1451,7 +1451,7 @@ EFIAPI
 StrDecimalToUint64 (\r
   IN      CONST CHAR16              *String\r
   );\r
\r
+\r
 \r
 /**\r
   Convert a Null-terminated Unicode hexadecimal string to a value of type UINTN.\r
@@ -1468,7 +1468,7 @@ StrDecimalToUint64 (
   The function will ignore the pad space, which includes spaces or tab characters,\r
   before [zeros], [x] or [hexadecimal digit]. The running zero before [x] or\r
   [hexadecimal digit] will be ignored. Then, the decoding starts after [x] or the\r
-  first valid hexadecimal digit. Then, the function stops at the first character \r
+  first valid hexadecimal digit. Then, the function stops at the first character\r
   that is a not a valid hexadecimal character or NULL, whichever one comes first.\r
 \r
   If String is NULL, then ASSERT().\r
@@ -1811,7 +1811,7 @@ UnicodeStrToAsciiStr (
   OUT     CHAR8                     *Destination\r
   );\r
 \r
-#endif\r
+#endif // !defined (DISABLE_NEW_DEPRECATED_INTERFACES)\r
 \r
 /**\r
   Convert a Null-terminated Unicode string to a Null-terminated\r
@@ -1952,7 +1952,7 @@ AsciiStrCpy (
 /**\r
   [ATTENTION] This function is deprecated for security reason.\r
 \r
-  Copies up to a specified length one Null-terminated ASCII string to another \r
+  Copies up to a specified length one Null-terminated ASCII string to another\r
   Null-terminated ASCII string and returns the new ASCII string.\r
 \r
   This function copies the contents of the ASCII string Source to the ASCII\r
@@ -1965,7 +1965,7 @@ AsciiStrCpy (
   If Destination is NULL, then ASSERT().\r
   If Source is NULL, then ASSERT().\r
   If Source and Destination overlap, then ASSERT().\r
-  If PcdMaximumAsciiStringLength is not zero, and Length is greater than \r
+  If PcdMaximumAsciiStringLength is not zero, and Length is greater than\r
   PcdMaximumAsciiStringLength, then ASSERT().\r
   If PcdMaximumAsciiStringLength is not zero, and Source contains more than\r
   PcdMaximumAsciiStringLength ASCII characters, not including the Null-terminator,\r
@@ -1985,7 +1985,7 @@ AsciiStrnCpy (
   IN      CONST CHAR8               *Source,\r
   IN      UINTN                     Length\r
   );\r
-#endif\r
+#endif // !defined (DISABLE_NEW_DEPRECATED_INTERFACES)\r
 \r
 /**\r
   Returns the length of a Null-terminated ASCII string.\r
@@ -2119,7 +2119,7 @@ AsciiStriCmp (
 \r
   If Length > 0 and FirstString is NULL, then ASSERT().\r
   If Length > 0 and SecondString is NULL, then ASSERT().\r
-  If PcdMaximumAsciiStringLength is not zero, and Length is greater than \r
+  If PcdMaximumAsciiStringLength is not zero, and Length is greater than\r
   PcdMaximumAsciiStringLength, then ASSERT().\r
   If PcdMaximumAsciiStringLength is not zero, and FirstString contains more than\r
   PcdMaximumAsciiStringLength ASCII characters, not including the Null-terminator,\r
@@ -2131,7 +2131,7 @@ AsciiStriCmp (
   @param  FirstString   The pointer to a Null-terminated ASCII string.\r
   @param  SecondString  The pointer to a Null-terminated ASCII string.\r
   @param  Length        The maximum number of ASCII characters for compare.\r
-  \r
+\r
   @retval ==0       FirstString is identical to SecondString.\r
   @retval !=0       FirstString is not identical to SecondString.\r
 \r
@@ -2187,8 +2187,8 @@ AsciiStrCat (
 /**\r
   [ATTENTION] This function is deprecated for security reason.\r
 \r
-  Concatenates up to a specified length one Null-terminated ASCII string to \r
-  the end of another Null-terminated ASCII string, and returns the \r
+  Concatenates up to a specified length one Null-terminated ASCII string to\r
+  the end of another Null-terminated ASCII string, and returns the\r
   concatenated ASCII string.\r
 \r
   This function concatenates two Null-terminated ASCII strings. The contents\r
@@ -2229,7 +2229,7 @@ AsciiStrnCat (
   IN      CONST CHAR8               *Source,\r
   IN      UINTN                     Length\r
   );\r
-#endif\r
+#endif // !defined (DISABLE_NEW_DEPRECATED_INTERFACES)\r
 \r
 /**\r
   Returns the first occurrence of a Null-terminated ASCII sub-string\r
@@ -2418,6 +2418,220 @@ AsciiStrHexToUint64 (
   IN      CONST CHAR8                *String\r
   );\r
 \r
+/**\r
+  Convert a Null-terminated ASCII string to IPv6 address and prefix length.\r
+\r
+  This function outputs a value of type IPv6_ADDRESS and may output a value\r
+  of type UINT8 by interpreting the contents of the ASCII string specified\r
+  by String. The format of the input ASCII string String is as follows:\r
+\r
+                  X:X:X:X:X:X:X:X[/P]\r
+\r
+  X contains one to four hexadecimal digit characters in the range [0-9], [a-f] and\r
+  [A-F]. X is converted to a value of type UINT16, whose low byte is stored in low\r
+  memory address and high byte is stored in high memory address. P contains decimal\r
+  digit characters in the range [0-9]. The running zero in the beginning of P will\r
+  be ignored. /P is optional.\r
+\r
+  When /P is not in the String, the function stops at the first character that is\r
+  not a valid hexadecimal digit character after eight X's are converted.\r
+\r
+  When /P is in the String, the function stops at the first character that is not\r
+  a valid decimal digit character after P is converted.\r
+\r
+  "::" can be used to compress one or more groups of X when X contains only 0.\r
+  The "::" can only appear once in the String.\r
+\r
+  If String is NULL, then ASSERT().\r
+\r
+  If Address is NULL, then ASSERT().\r
+\r
+  If EndPointer is not NULL and Address is translated from String, a pointer\r
+  to the character that stopped the scan is stored at the location pointed to\r
+  by EndPointer.\r
+\r
+  @param  String                   Pointer to a Null-terminated ASCII string.\r
+  @param  EndPointer               Pointer to character that stops scan.\r
+  @param  Address                  Pointer to the converted IPv6 address.\r
+  @param  PrefixLength             Pointer to the converted IPv6 address prefix\r
+                                   length. MAX_UINT8 is returned when /P is\r
+                                   not in the String.\r
+\r
+  @retval RETURN_SUCCESS           Address is translated from String.\r
+  @retval RETURN_INVALID_PARAMETER If String is NULL.\r
+                                   If Data is NULL.\r
+  @retval RETURN_UNSUPPORTED       If X contains more than four hexadecimal\r
+                                    digit characters.\r
+                                   If String contains "::" and number of X\r
+                                    is not less than 8.\r
+                                   If P starts with character that is not a\r
+                                    valid decimal digit character.\r
+                                   If the decimal number converted from P\r
+                                    exceeds 128.\r
+\r
+**/\r
+RETURN_STATUS\r
+EFIAPI\r
+AsciiStrToIpv6Address (\r
+  IN  CONST CHAR8        *String,\r
+  OUT CHAR8              **EndPointer, OPTIONAL\r
+  OUT IPv6_ADDRESS       *Address,\r
+  OUT UINT8              *PrefixLength OPTIONAL\r
+  );\r
+\r
+/**\r
+  Convert a Null-terminated ASCII string to IPv4 address and prefix length.\r
+\r
+  This function outputs a value of type IPv4_ADDRESS and may output a value\r
+  of type UINT8 by interpreting the contents of the ASCII string specified\r
+  by String. The format of the input ASCII string String is as follows:\r
+\r
+                  D.D.D.D[/P]\r
+\r
+  D and P are decimal digit characters in the range [0-9]. The running zero in\r
+  the beginning of D and P will be ignored. /P is optional.\r
+\r
+  When /P is not in the String, the function stops at the first character that is\r
+  not a valid decimal digit character after four D's are converted.\r
+\r
+  When /P is in the String, the function stops at the first character that is not\r
+  a valid decimal digit character after P is converted.\r
+\r
+  If String is NULL, then ASSERT().\r
+\r
+  If Address is NULL, then ASSERT().\r
+\r
+  If EndPointer is not NULL and Address is translated from String, a pointer\r
+  to the character that stopped the scan is stored at the location pointed to\r
+  by EndPointer.\r
+\r
+  @param  String                   Pointer to a Null-terminated ASCII string.\r
+  @param  EndPointer               Pointer to character that stops scan.\r
+  @param  Address                  Pointer to the converted IPv4 address.\r
+  @param  PrefixLength             Pointer to the converted IPv4 address prefix\r
+                                   length. MAX_UINT8 is returned when /P is\r
+                                   not in the String.\r
+\r
+  @retval RETURN_SUCCESS           Address is translated from String.\r
+  @retval RETURN_INVALID_PARAMETER If String is NULL.\r
+                                   If Data is NULL.\r
+  @retval RETURN_UNSUPPORTED       If String is not in the correct format.\r
+                                   If any decimal number converted from D\r
+                                    exceeds 255.\r
+                                   If the decimal number converted from P\r
+                                    exceeds 32.\r
+\r
+**/\r
+RETURN_STATUS\r
+EFIAPI\r
+AsciiStrToIpv4Address (\r
+  IN  CONST CHAR8        *String,\r
+  OUT CHAR8              **EndPointer, OPTIONAL\r
+  OUT IPv4_ADDRESS       *Address,\r
+  OUT UINT8              *PrefixLength OPTIONAL\r
+  );\r
+\r
+/**\r
+  Convert a Null-terminated ASCII GUID string to a value of type\r
+  EFI_GUID.\r
+\r
+  This function outputs a GUID value by interpreting the contents of\r
+  the ASCII string specified by String. The format of the input\r
+  ASCII string String consists of 36 characters, as follows:\r
+\r
+                  aabbccdd-eeff-gghh-iijj-kkllmmnnoopp\r
+\r
+  The pairs aa - pp are two characters in the range [0-9], [a-f] and\r
+  [A-F], with each pair representing a single byte hexadecimal value.\r
+\r
+  The mapping between String and the EFI_GUID structure is as follows:\r
+                  aa          Data1[24:31]\r
+                  bb          Data1[16:23]\r
+                  cc          Data1[8:15]\r
+                  dd          Data1[0:7]\r
+                  ee          Data2[8:15]\r
+                  ff          Data2[0:7]\r
+                  gg          Data3[8:15]\r
+                  hh          Data3[0:7]\r
+                  ii          Data4[0:7]\r
+                  jj          Data4[8:15]\r
+                  kk          Data4[16:23]\r
+                  ll          Data4[24:31]\r
+                  mm          Data4[32:39]\r
+                  nn          Data4[40:47]\r
+                  oo          Data4[48:55]\r
+                  pp          Data4[56:63]\r
+\r
+  If String is NULL, then ASSERT().\r
+  If Guid is NULL, then ASSERT().\r
+\r
+  @param  String                   Pointer to a Null-terminated ASCII string.\r
+  @param  Guid                     Pointer to the converted GUID.\r
+\r
+  @retval RETURN_SUCCESS           Guid is translated from String.\r
+  @retval RETURN_INVALID_PARAMETER If String is NULL.\r
+                                   If Data is NULL.\r
+  @retval RETURN_UNSUPPORTED       If String is not as the above format.\r
+\r
+**/\r
+RETURN_STATUS\r
+EFIAPI\r
+AsciiStrToGuid (\r
+  IN  CONST CHAR8        *String,\r
+  OUT GUID               *Guid\r
+  );\r
+\r
+/**\r
+  Convert a Null-terminated ASCII hexadecimal string to a byte array.\r
+\r
+  This function outputs a byte array by interpreting the contents of\r
+  the ASCII string specified by String in hexadecimal format. The format of\r
+  the input ASCII string String is:\r
+\r
+                  [XX]*\r
+\r
+  X is a hexadecimal digit character in the range [0-9], [a-f] and [A-F].\r
+  The function decodes every two hexadecimal digit characters as one byte. The\r
+  decoding stops after Length of characters and outputs Buffer containing\r
+  (Length / 2) bytes.\r
+\r
+  If String is NULL, then ASSERT().\r
+\r
+  If Buffer is NULL, then ASSERT().\r
+\r
+  If Length is not multiple of 2, then ASSERT().\r
+\r
+  If PcdMaximumAsciiStringLength is not zero and Length is greater than\r
+  PcdMaximumAsciiStringLength, then ASSERT().\r
+\r
+  If MaxBufferSize is less than (Length / 2), then ASSERT().\r
+\r
+  @param  String                   Pointer to a Null-terminated ASCII string.\r
+  @param  Length                   The number of ASCII characters to decode.\r
+  @param  Buffer                   Pointer to the converted bytes array.\r
+  @param  MaxBufferSize            The maximum size of Buffer.\r
+\r
+  @retval RETURN_SUCCESS           Buffer is translated from String.\r
+  @retval RETURN_INVALID_PARAMETER If String is NULL.\r
+                                   If Data is NULL.\r
+                                   If Length is not multiple of 2.\r
+                                   If PcdMaximumAsciiStringLength is not zero,\r
+                                    and Length is greater than\r
+                                    PcdMaximumAsciiStringLength.\r
+  @retval RETURN_UNSUPPORTED       If Length of characters from String contain\r
+                                    a character that is not valid hexadecimal\r
+                                    digit characters, or a Null-terminator.\r
+  @retval RETURN_BUFFER_TOO_SMALL  If MaxBufferSize is less than (Length / 2).\r
+**/\r
+RETURN_STATUS\r
+EFIAPI\r
+AsciiStrHexToBytes (\r
+  IN  CONST CHAR8        *String,\r
+  IN  UINTN              Length,\r
+  OUT UINT8              *Buffer,\r
+  IN  UINTN              MaxBufferSize\r
+  );\r
+\r
 #ifndef DISABLE_NEW_DEPRECATED_INTERFACES\r
 \r
 /**\r
@@ -2456,7 +2670,7 @@ AsciiStrToUnicodeStr (
   OUT     CHAR16                    *Destination\r
   );\r
 \r
-#endif\r
+#endif // !defined (DISABLE_NEW_DEPRECATED_INTERFACES)\r
 \r
 /**\r
   Convert one Null-terminated ASCII string to a Null-terminated\r
@@ -2654,6 +2868,33 @@ PathCleanUpDirectories(
 #define INITIALIZE_LIST_HEAD_VARIABLE(ListHead)  {&(ListHead), &(ListHead)}\r
 \r
 \r
+/**\r
+  Checks whether FirstEntry and SecondEntry are part of the same doubly-linked\r
+  list.\r
+\r
+  If FirstEntry is NULL, then ASSERT().\r
+  If FirstEntry->ForwardLink is NULL, then ASSERT().\r
+  If FirstEntry->BackLink is NULL, then ASSERT().\r
+  If SecondEntry is NULL, then ASSERT();\r
+  If PcdMaximumLinkedListLength is not zero, and List contains more than\r
+  PcdMaximumLinkedListLength nodes, then ASSERT().\r
+\r
+  @param  FirstEntry   A pointer to a node in a linked list.\r
+  @param  SecondEntry  A pointer to the node to locate.\r
+\r
+  @retval TRUE   SecondEntry is in the same doubly-linked list as FirstEntry.\r
+  @retval FALSE  SecondEntry isn't in the same doubly-linked list as FirstEntry,\r
+                 or FirstEntry is invalid.\r
+\r
+**/\r
+BOOLEAN\r
+EFIAPI\r
+IsNodeInList (\r
+  IN      CONST LIST_ENTRY      *FirstEntry,\r
+  IN      CONST LIST_ENTRY      *SecondEntry\r
+  );\r
+\r
+\r
 /**\r
   Initializes the head node of a doubly linked list, and returns the pointer to\r
   the head node of the doubly linked list.\r
@@ -2716,7 +2957,7 @@ InsertHeadList (
 \r
   If ListHead is NULL, then ASSERT().\r
   If Entry is NULL, then ASSERT().\r
-  If ListHead was not initialized with INTIALIZE_LIST_HEAD_VARIABLE() or \r
+  If ListHead was not initialized with INTIALIZE_LIST_HEAD_VARIABLE() or\r
   InitializeListHead(), then ASSERT().\r
   If PcdMaximumLinkedListLength is not zero, and prior to insertion the number\r
   of nodes in ListHead, including the ListHead node, is greater than or\r
@@ -2740,12 +2981,12 @@ InsertTailList (
 /**\r
   Retrieves the first node of a doubly linked list.\r
 \r
-  Returns the first node of a doubly linked list.  List must have been \r
+  Returns the first node of a doubly linked list.  List must have been\r
   initialized with INTIALIZE_LIST_HEAD_VARIABLE() or InitializeListHead().\r
   If List is empty, then List is returned.\r
 \r
   If List is NULL, then ASSERT().\r
-  If List was not initialized with INTIALIZE_LIST_HEAD_VARIABLE() or \r
+  If List was not initialized with INTIALIZE_LIST_HEAD_VARIABLE() or\r
   InitializeListHead(), then ASSERT().\r
   If PcdMaximumLinkedListLength is not zero, and the number of nodes\r
   in List, including the List node, is greater than or equal to\r
@@ -2767,13 +3008,13 @@ GetFirstNode (
 /**\r
   Retrieves the next node of a doubly linked list.\r
 \r
-  Returns the node of a doubly linked list that follows Node.  \r
+  Returns the node of a doubly linked list that follows Node.\r
   List must have been initialized with INTIALIZE_LIST_HEAD_VARIABLE()\r
   or InitializeListHead().  If List is empty, then List is returned.\r
 \r
   If List is NULL, then ASSERT().\r
   If Node is NULL, then ASSERT().\r
-  If List was not initialized with INTIALIZE_LIST_HEAD_VARIABLE() or \r
+  If List was not initialized with INTIALIZE_LIST_HEAD_VARIABLE() or\r
   InitializeListHead(), then ASSERT().\r
   If PcdMaximumLinkedListLength is not zero, and List contains more than\r
   PcdMaximumLinkedListLength nodes, then ASSERT().\r
@@ -2792,27 +3033,27 @@ GetNextNode (
   IN      CONST LIST_ENTRY          *Node\r
   );\r
 \r
-  \r
+\r
 /**\r
   Retrieves the previous node of a doubly linked list.\r
\r
-  Returns the node of a doubly linked list that precedes Node.  \r
+\r
+  Returns the node of a doubly linked list that precedes Node.\r
   List must have been initialized with INTIALIZE_LIST_HEAD_VARIABLE()\r
   or InitializeListHead().  If List is empty, then List is returned.\r
\r
+\r
   If List is NULL, then ASSERT().\r
   If Node is NULL, then ASSERT().\r
-  If List was not initialized with INTIALIZE_LIST_HEAD_VARIABLE() or \r
+  If List was not initialized with INTIALIZE_LIST_HEAD_VARIABLE() or\r
   InitializeListHead(), then ASSERT().\r
   If PcdMaximumLinkedListLength is not zero, and List contains more than\r
   PcdMaximumLinkedListLength nodes, then ASSERT().\r
   If PcdVerifyNodeInList is TRUE and Node is not a node in List, then ASSERT().\r
\r
+\r
   @param  List  A pointer to the head node of a doubly linked list.\r
   @param  Node  A pointer to a node in the doubly linked list.\r
\r
+\r
   @return The pointer to the previous node if one exists. Otherwise List is returned.\r
\r
+\r
 **/\r
 LIST_ENTRY *\r
 EFIAPI\r
@@ -2821,7 +3062,7 @@ GetPreviousNode (
   IN      CONST LIST_ENTRY          *Node\r
   );\r
 \r
-  \r
+\r
 /**\r
   Checks to see if a doubly linked list is empty or not.\r
 \r
@@ -2829,7 +3070,7 @@ GetPreviousNode (
   zero nodes, this function returns TRUE. Otherwise, it returns FALSE.\r
 \r
   If ListHead is NULL, then ASSERT().\r
-  If ListHead was not initialized with INTIALIZE_LIST_HEAD_VARIABLE() or \r
+  If ListHead was not initialized with INTIALIZE_LIST_HEAD_VARIABLE() or\r
   InitializeListHead(), then ASSERT().\r
   If PcdMaximumLinkedListLength is not zero, and the number of nodes\r
   in List, including the List node, is greater than or equal to\r
@@ -2859,12 +3100,12 @@ IsListEmpty (
 \r
   If List is NULL, then ASSERT().\r
   If Node is NULL, then ASSERT().\r
-  If List was not initialized with INTIALIZE_LIST_HEAD_VARIABLE() or InitializeListHead(), \r
+  If List was not initialized with INTIALIZE_LIST_HEAD_VARIABLE() or InitializeListHead(),\r
   then ASSERT().\r
   If PcdMaximumLinkedListLength is not zero, and the number of nodes\r
   in List, including the List node, is greater than or equal to\r
   PcdMaximumLinkedListLength, then ASSERT().\r
-  If PcdVerifyNodeInList is TRUE and Node is not a node in List the and Node is not equal \r
+  If PcdVerifyNodeInList is TRUE and Node is not a node in List the and Node is not equal\r
   to List, then ASSERT().\r
 \r
   @param  List  A pointer to the head node of a doubly linked list.\r
@@ -2921,12 +3162,12 @@ IsNodeAtEnd (
   Otherwise, the location of the FirstEntry node is swapped with the location\r
   of the SecondEntry node in a doubly linked list. SecondEntry must be in the\r
   same double linked list as FirstEntry and that double linked list must have\r
-  been initialized with INTIALIZE_LIST_HEAD_VARIABLE() or InitializeListHead(). \r
+  been initialized with INTIALIZE_LIST_HEAD_VARIABLE() or InitializeListHead().\r
   SecondEntry is returned after the nodes are swapped.\r
 \r
   If FirstEntry is NULL, then ASSERT().\r
   If SecondEntry is NULL, then ASSERT().\r
-  If PcdVerifyNodeInList is TRUE and SecondEntry and FirstEntry are not in the \r
+  If PcdVerifyNodeInList is TRUE and SecondEntry and FirstEntry are not in the\r
   same linked list, then ASSERT().\r
   If PcdMaximumLinkedListLength is not zero, and the number of nodes in the\r
   linked list containing the FirstEntry and SecondEntry nodes, including\r
@@ -2935,7 +3176,7 @@ IsNodeAtEnd (
 \r
   @param  FirstEntry  A pointer to a node in a linked list.\r
   @param  SecondEntry A pointer to another node in the same linked list.\r
-  \r
+\r
   @return SecondEntry.\r
 \r
 **/\r
@@ -3503,7 +3744,7 @@ DivU64x64Remainder (
   function returns the 64-bit signed quotient.\r
 \r
   It is the caller's responsibility to not call this function with a Divisor of 0.\r
-  If Divisor is 0, then the quotient and remainder should be assumed to be \r
+  If Divisor is 0, then the quotient and remainder should be assumed to be\r
   the largest negative integer.\r
 \r
   If Divisor is 0, then ASSERT().\r
@@ -3835,7 +4076,7 @@ BitFieldAnd8 (
   bitwise OR, and returns the result.\r
 \r
   Performs a bitwise AND between the bit field specified by StartBit and EndBit\r
-  in Operand and the value specified by AndData, followed by a bitwise \r
+  in Operand and the value specified by AndData, followed by a bitwise\r
   OR with value specified by OrData. All other bits in Operand are\r
   preserved. The new 8-bit value is returned.\r
 \r
@@ -4002,7 +4243,7 @@ BitFieldAnd16 (
   bitwise OR, and returns the result.\r
 \r
   Performs a bitwise AND between the bit field specified by StartBit and EndBit\r
-  in Operand and the value specified by AndData, followed by a bitwise \r
+  in Operand and the value specified by AndData, followed by a bitwise\r
   OR with value specified by OrData. All other bits in Operand are\r
   preserved. The new 16-bit value is returned.\r
 \r
@@ -4169,7 +4410,7 @@ BitFieldAnd32 (
   bitwise OR, and returns the result.\r
 \r
   Performs a bitwise AND between the bit field specified by StartBit and EndBit\r
-  in Operand and the value specified by AndData, followed by a bitwise \r
+  in Operand and the value specified by AndData, followed by a bitwise\r
   OR with value specified by OrData. All other bits in Operand are\r
   preserved. The new 32-bit value is returned.\r
 \r
@@ -4336,7 +4577,7 @@ BitFieldAnd64 (
   bitwise OR, and returns the result.\r
 \r
   Performs a bitwise AND between the bit field specified by StartBit and EndBit\r
-  in Operand and the value specified by AndData, followed by a bitwise \r
+  in Operand and the value specified by AndData, followed by a bitwise\r
   OR with value specified by OrData. All other bits in Operand are\r
   preserved. The new 64-bit value is returned.\r
 \r
@@ -4368,6 +4609,62 @@ BitFieldAndThenOr64 (
   IN      UINT64                    OrData\r
   );\r
 \r
+/**\r
+  Reads a bit field from a 32-bit value, counts and returns\r
+  the number of set bits.\r
+\r
+  Counts the number of set bits in the  bit field specified by\r
+  StartBit and EndBit in Operand. The count is returned.\r
+\r
+  If StartBit is greater than 31, then ASSERT().\r
+  If EndBit is greater than 31, then ASSERT().\r
+  If EndBit is less than StartBit, then ASSERT().\r
+\r
+  @param  Operand   Operand on which to perform the bitfield operation.\r
+  @param  StartBit  The ordinal of the least significant bit in the bit field.\r
+                    Range 0..31.\r
+  @param  EndBit    The ordinal of the most significant bit in the bit field.\r
+                    Range 0..31.\r
+\r
+  @return The number of bits set between StartBit and EndBit.\r
+\r
+**/\r
+UINT8\r
+EFIAPI\r
+BitFieldCountOnes32 (\r
+  IN       UINT32                   Operand,\r
+  IN       UINTN                    StartBit,\r
+  IN       UINTN                    EndBit\r
+  );\r
+\r
+/**\r
+   Reads a bit field from a 64-bit value, counts and returns\r
+   the number of set bits.\r
+\r
+   Counts the number of set bits in the  bit field specified by\r
+   StartBit and EndBit in Operand. The count is returned.\r
+\r
+   If StartBit is greater than 63, then ASSERT().\r
+   If EndBit is greater than 63, then ASSERT().\r
+   If EndBit is less than StartBit, then ASSERT().\r
+\r
+   @param  Operand   Operand on which to perform the bitfield operation.\r
+   @param  StartBit  The ordinal of the least significant bit in the bit field.\r
+   Range 0..63.\r
+   @param  EndBit    The ordinal of the most significant bit in the bit field.\r
+   Range 0..63.\r
+\r
+   @return The number of bits set between StartBit and EndBit.\r
+\r
+**/\r
+UINT8\r
+EFIAPI\r
+BitFieldCountOnes64 (\r
+  IN       UINT64                   Operand,\r
+  IN       UINTN                    StartBit,\r
+  IN       UINTN                    EndBit\r
+  );\r
+\r
 //\r
 // Base Library Checksum Functions\r
 //\r
@@ -4588,6 +4885,25 @@ CalculateCheckSum64 (
   IN      UINTN                     Length\r
   );\r
 \r
+/**\r
+  Computes and returns a 32-bit CRC for a data buffer.\r
+  CRC32 value bases on ITU-T V.42.\r
+\r
+  If Buffer is NULL, then ASSERT().\r
+  If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().\r
+\r
+  @param[in]  Buffer       A pointer to the buffer on which the 32-bit CRC is to be computed.\r
+  @param[in]  Length       The number of bytes in the buffer Data.\r
+\r
+  @retval Crc32            The 32-bit CRC was computed for the data buffer.\r
+\r
+**/\r
+UINT32\r
+EFIAPI\r
+CalculateCrc32(\r
+  IN  VOID                         *Buffer,\r
+  IN  UINTN                        Length\r
+  );\r
 \r
 //\r
 // Base Library CPU Functions\r
@@ -4632,17 +4948,18 @@ MemoryFence (
 \r
   If JumpBuffer is NULL, then ASSERT().\r
   For Itanium processors, if JumpBuffer is not aligned on a 16-byte boundary, then ASSERT().\r
-  \r
+\r
   NOTE: The structure BASE_LIBRARY_JUMP_BUFFER is CPU architecture specific.\r
   The same structure must never be used for more than one CPU architecture context.\r
-  For example, a BASE_LIBRARY_JUMP_BUFFER allocated by an IA-32 module must never be used from an x64 module. \r
-  SetJump()/LongJump() is not currently supported for the EBC processor type.   \r
+  For example, a BASE_LIBRARY_JUMP_BUFFER allocated by an IA-32 module must never be used from an x64 module.\r
+  SetJump()/LongJump() is not currently supported for the EBC processor type.\r
 \r
   @param  JumpBuffer  A pointer to CPU context buffer.\r
 \r
   @retval 0 Indicates a return from SetJump().\r
 \r
 **/\r
+RETURNS_TWICE\r
 UINTN\r
 EFIAPI\r
 SetJump (\r
@@ -4797,9 +5114,9 @@ CpuPause (
                       function.\r
   @param  NewStack    A pointer to the new stack to use for the EntryPoint\r
                       function.\r
-  @param  ...         This variable argument list is ignored for IA-32, x64, and \r
-                      EBC architectures.  For Itanium processors, this variable \r
-                      argument list is expected to contain a single parameter of \r
+  @param  ...         This variable argument list is ignored for IA-32, x64, and\r
+                      EBC architectures.  For Itanium processors, this variable\r
+                      argument list is expected to contain a single parameter of\r
                       type VOID * that specifies the new backing store pointer.\r
 \r
 \r
@@ -4843,19 +5160,19 @@ EFIAPI
 CpuDeadLoop (\r
   VOID\r
   );\r
\r
+\r
 #if defined (MDE_CPU_IPF)\r
 \r
 /**\r
   Flush a range of  cache lines in the cache coherency domain of the calling\r
   CPU.\r
 \r
-  Flushes the cache lines specified by Address and Length.  If Address is not aligned \r
-  on a cache line boundary, then entire cache line containing Address is flushed.  \r
-  If Address + Length is not aligned on a cache line boundary, then the entire cache \r
-  line containing Address + Length - 1 is flushed.  This function may choose to flush \r
-  the entire cache if that is more efficient than flushing the specified range.  If \r
-  Length is 0, the no cache lines are flushed.  Address is returned.   \r
+  Flushes the cache lines specified by Address and Length.  If Address is not aligned\r
+  on a cache line boundary, then entire cache line containing Address is flushed.\r
+  If Address + Length is not aligned on a cache line boundary, then the entire cache\r
+  line containing Address + Length - 1 is flushed.  This function may choose to flush\r
+  the entire cache if that is more efficient than flushing the specified range.  If\r
+  Length is 0, the no cache lines are flushed.  Address is returned.\r
   This function is only available on Itanium processors.\r
 \r
   If Length is greater than (MAX_ADDRESS - Address + 1), then ASSERT().\r
@@ -4916,8 +5233,8 @@ AsmFci (
 \r
 /**\r
   Reads the current value of a Processor Identifier Register (CPUID).\r
-  \r
-  Reads and returns the current value of Processor Identifier Register specified by Index. \r
+\r
+  Reads and returns the current value of Processor Identifier Register specified by Index.\r
   The Index of largest implemented CPUID (One less than the number of implemented CPUID\r
   registers) is determined by CPUID [3] bits {7:0}.\r
   No parameter checking is performed on Index.  If the Index value is beyond the\r
@@ -4973,8 +5290,8 @@ AsmWritePsr (
 \r
 /**\r
   Reads the current value of 64-bit Kernel Register #0 (KR0).\r
-  \r
-  Reads and returns the current value of KR0. \r
+\r
+  Reads and returns the current value of KR0.\r
   This function is only available on Itanium processors.\r
 \r
   @return The current value of KR0.\r
@@ -4990,7 +5307,7 @@ AsmReadKr0 (
 /**\r
   Reads the current value of 64-bit Kernel Register #1 (KR1).\r
 \r
-  Reads and returns the current value of KR1. \r
+  Reads and returns the current value of KR1.\r
   This function is only available on Itanium processors.\r
 \r
   @return The current value of KR1.\r
@@ -5006,7 +5323,7 @@ AsmReadKr1 (
 /**\r
   Reads the current value of 64-bit Kernel Register #2 (KR2).\r
 \r
-  Reads and returns the current value of KR2. \r
+  Reads and returns the current value of KR2.\r
   This function is only available on Itanium processors.\r
 \r
   @return The current value of KR2.\r
@@ -5022,7 +5339,7 @@ AsmReadKr2 (
 /**\r
   Reads the current value of 64-bit Kernel Register #3 (KR3).\r
 \r
-  Reads and returns the current value of KR3. \r
+  Reads and returns the current value of KR3.\r
   This function is only available on Itanium processors.\r
 \r
   @return The current value of KR3.\r
@@ -5038,9 +5355,9 @@ AsmReadKr3 (
 /**\r
   Reads the current value of 64-bit Kernel Register #4 (KR4).\r
 \r
-  Reads and returns the current value of KR4. \r
+  Reads and returns the current value of KR4.\r
   This function is only available on Itanium processors.\r
-  \r
+\r
   @return The current value of KR4.\r
 \r
 **/\r
@@ -5054,7 +5371,7 @@ AsmReadKr4 (
 /**\r
   Reads the current value of 64-bit Kernel Register #5 (KR5).\r
 \r
-  Reads and returns the current value of KR5. \r
+  Reads and returns the current value of KR5.\r
   This function is only available on Itanium processors.\r
 \r
   @return The current value of KR5.\r
@@ -5070,7 +5387,7 @@ AsmReadKr5 (
 /**\r
   Reads the current value of 64-bit Kernel Register #6 (KR6).\r
 \r
-  Reads and returns the current value of KR6. \r
+  Reads and returns the current value of KR6.\r
   This function is only available on Itanium processors.\r
 \r
   @return The current value of KR6.\r
@@ -5086,7 +5403,7 @@ AsmReadKr6 (
 /**\r
   Reads the current value of 64-bit Kernel Register #7 (KR7).\r
 \r
-  Reads and returns the current value of KR7. \r
+  Reads and returns the current value of KR7.\r
   This function is only available on Itanium processors.\r
 \r
   @return The current value of KR7.\r
@@ -5101,8 +5418,8 @@ AsmReadKr7 (
 \r
 /**\r
   Write the current value of 64-bit Kernel Register #0 (KR0).\r
-  \r
-  Writes the current value of KR0.  The 64-bit value written to \r
+\r
+  Writes the current value of KR0.  The 64-bit value written to\r
   the KR0 is returned. This function is only available on Itanium processors.\r
 \r
   @param  Value   The 64-bit value to write to KR0.\r
@@ -5120,7 +5437,7 @@ AsmWriteKr0 (
 /**\r
   Write the current value of 64-bit Kernel Register #1 (KR1).\r
 \r
-  Writes the current value of KR1.  The 64-bit value written to \r
+  Writes the current value of KR1.  The 64-bit value written to\r
   the KR1 is returned. This function is only available on Itanium processors.\r
 \r
   @param  Value   The 64-bit value to write to KR1.\r
@@ -5138,7 +5455,7 @@ AsmWriteKr1 (
 /**\r
   Write the current value of 64-bit Kernel Register #2 (KR2).\r
 \r
-  Writes the current value of KR2.  The 64-bit value written to \r
+  Writes the current value of KR2.  The 64-bit value written to\r
   the KR2 is returned. This function is only available on Itanium processors.\r
 \r
   @param  Value   The 64-bit value to write to KR2.\r
@@ -5156,7 +5473,7 @@ AsmWriteKr2 (
 /**\r
   Write the current value of 64-bit Kernel Register #3 (KR3).\r
 \r
-  Writes the current value of KR3.  The 64-bit value written to \r
+  Writes the current value of KR3.  The 64-bit value written to\r
   the KR3 is returned. This function is only available on Itanium processors.\r
 \r
   @param  Value   The 64-bit value to write to KR3.\r
@@ -5174,7 +5491,7 @@ AsmWriteKr3 (
 /**\r
   Write the current value of 64-bit Kernel Register #4 (KR4).\r
 \r
-  Writes the current value of KR4.  The 64-bit value written to \r
+  Writes the current value of KR4.  The 64-bit value written to\r
   the KR4 is returned. This function is only available on Itanium processors.\r
 \r
   @param  Value   The 64-bit value to write to KR4.\r
@@ -5192,7 +5509,7 @@ AsmWriteKr4 (
 /**\r
   Write the current value of 64-bit Kernel Register #5 (KR5).\r
 \r
-  Writes the current value of KR5.  The 64-bit value written to \r
+  Writes the current value of KR5.  The 64-bit value written to\r
   the KR5 is returned. This function is only available on Itanium processors.\r
 \r
   @param  Value   The 64-bit value to write to KR5.\r
@@ -5210,7 +5527,7 @@ AsmWriteKr5 (
 /**\r
   Write the current value of 64-bit Kernel Register #6 (KR6).\r
 \r
-  Writes the current value of KR6.  The 64-bit value written to \r
+  Writes the current value of KR6.  The 64-bit value written to\r
   the KR6 is returned. This function is only available on Itanium processors.\r
 \r
   @param  Value   The 64-bit value to write to KR6.\r
@@ -5228,7 +5545,7 @@ AsmWriteKr6 (
 /**\r
   Write the current value of 64-bit Kernel Register #7 (KR7).\r
 \r
-  Writes the current value of KR7.  The 64-bit value written to \r
+  Writes the current value of KR7.  The 64-bit value written to\r
   the KR7 is returned. This function is only available on Itanium processors.\r
 \r
   @param  Value   The 64-bit value to write to KR7.\r
@@ -5245,7 +5562,7 @@ AsmWriteKr7 (
 \r
 /**\r
   Reads the current value of Interval Timer Counter Register (ITC).\r
-  \r
+\r
   Reads and returns the current value of ITC.\r
   This function is only available on Itanium processors.\r
 \r
@@ -5261,8 +5578,8 @@ AsmReadItc (
 \r
 /**\r
   Reads the current value of Interval Timer Vector Register (ITV).\r
-  \r
-  Reads and returns the current value of ITV. \r
+\r
+  Reads and returns the current value of ITV.\r
   This function is only available on Itanium processors.\r
 \r
   @return The current value of ITV.\r
@@ -5277,7 +5594,7 @@ AsmReadItv (
 \r
 /**\r
   Reads the current value of Interval Timer Match Register (ITM).\r
-  \r
+\r
   Reads and returns the current value of ITM.\r
   This function is only available on Itanium processors.\r
 \r
@@ -5292,8 +5609,8 @@ AsmReadItm (
 \r
 /**\r
   Writes the current value of 64-bit Interval Timer Counter Register (ITC).\r
-  \r
-  Writes the current value of ITC.  The 64-bit value written to the ITC is returned. \r
+\r
+  Writes the current value of ITC.  The 64-bit value written to the ITC is returned.\r
   This function is only available on Itanium processors.\r
 \r
   @param Value    The 64-bit value to write to ITC.\r
@@ -5310,8 +5627,8 @@ AsmWriteItc (
 \r
 /**\r
   Writes the current value of 64-bit Interval Timer Match Register (ITM).\r
-  \r
-  Writes the current value of ITM.  The 64-bit value written to the ITM is returned. \r
+\r
+  Writes the current value of ITM.  The 64-bit value written to the ITM is returned.\r
   This function is only available on Itanium processors.\r
 \r
   @param Value    The 64-bit value to write to ITM.\r
@@ -5328,8 +5645,8 @@ AsmWriteItm (
 \r
 /**\r
   Writes the current value of 64-bit Interval Timer Vector Register (ITV).\r
-  \r
-  Writes the current value of ITV.  The 64-bit value written to the ITV is returned.  \r
+\r
+  Writes the current value of ITV.  The 64-bit value written to the ITV is returned.\r
   No parameter checking is performed on Value.  All bits of Value corresponding to\r
   reserved fields of ITV must be 0 or a Reserved Register/Field fault may occur.\r
   The caller must either guarantee that Value is valid, or the caller must set up\r
@@ -5350,7 +5667,7 @@ AsmWriteItv (
 \r
 /**\r
   Reads the current value of Default Control Register (DCR).\r
-  \r
+\r
   Reads and returns the current value of DCR.  This function is only available on Itanium processors.\r
 \r
   @return The current value of DCR.\r
@@ -5365,7 +5682,7 @@ AsmReadDcr (
 \r
 /**\r
   Reads the current value of Interruption Vector Address Register (IVA).\r
-  \r
+\r
   Reads and returns the current value of IVA.  This function is only available on Itanium processors.\r
 \r
   @return The current value of IVA.\r
@@ -5379,7 +5696,7 @@ AsmReadIva (
 \r
 /**\r
   Reads the current value of Page Table Address Register (PTA).\r
-  \r
+\r
   Reads and returns the current value of PTA.  This function is only available on Itanium processors.\r
 \r
   @return The current value of PTA.\r
@@ -5394,8 +5711,8 @@ AsmReadPta (
 \r
 /**\r
   Writes the current value of 64-bit Default Control Register (DCR).\r
-  \r
-  Writes the current value of DCR.  The 64-bit value written to the DCR is returned. \r
+\r
+  Writes the current value of DCR.  The 64-bit value written to the DCR is returned.\r
   No parameter checking is performed on Value.  All bits of Value corresponding to\r
   reserved fields of DCR must be 0 or a Reserved Register/Field fault may occur.\r
   The caller must either guarantee that Value is valid, or the caller must set up\r
@@ -5416,8 +5733,8 @@ AsmWriteDcr (
 \r
 /**\r
   Writes the current value of 64-bit Interruption Vector Address Register (IVA).\r
-  \r
-  Writes the current value of IVA.  The 64-bit value written to the IVA is returned.  \r
+\r
+  Writes the current value of IVA.  The 64-bit value written to the IVA is returned.\r
   The size of vector table is 32 K bytes and is 32 K bytes aligned\r
   the low 15 bits of Value is ignored when written.\r
   This function is only available on Itanium processors.\r
@@ -5436,8 +5753,8 @@ AsmWriteIva (
 \r
 /**\r
   Writes the current value of 64-bit Page Table Address Register (PTA).\r
-  \r
-  Writes the current value of PTA.  The 64-bit value written to the PTA is returned. \r
+\r
+  Writes the current value of PTA.  The 64-bit value written to the PTA is returned.\r
   No parameter checking is performed on Value.  All bits of Value corresponding to\r
   reserved fields of DCR must be 0 or a Reserved Register/Field fault may occur.\r
   The caller must either guarantee that Value is valid, or the caller must set up\r
@@ -5457,7 +5774,7 @@ AsmWritePta (
 \r
 /**\r
   Reads the current value of Local Interrupt ID Register (LID).\r
-  \r
+\r
   Reads and returns the current value of LID.  This function is only available on Itanium processors.\r
 \r
   @return The current value of LID.\r
@@ -5472,8 +5789,8 @@ AsmReadLid (
 \r
 /**\r
   Reads the current value of External Interrupt Vector Register (IVR).\r
-  \r
-  Reads and returns the current value of IVR.  This function is only available on Itanium processors. \r
+\r
+  Reads and returns the current value of IVR.  This function is only available on Itanium processors.\r
 \r
   @return The current value of IVR.\r
 \r
@@ -5487,8 +5804,8 @@ AsmReadIvr (
 \r
 /**\r
   Reads the current value of Task Priority Register (TPR).\r
-  \r
-  Reads and returns the current value of TPR.  This function is only available on Itanium processors. \r
+\r
+  Reads and returns the current value of TPR.  This function is only available on Itanium processors.\r
 \r
   @return The current value of TPR.\r
 \r
@@ -5502,8 +5819,8 @@ AsmReadTpr (
 \r
 /**\r
   Reads the current value of External Interrupt Request Register #0 (IRR0).\r
-  \r
-  Reads and returns the current value of IRR0.  This function is only available on Itanium processors.  \r
+\r
+  Reads and returns the current value of IRR0.  This function is only available on Itanium processors.\r
 \r
   @return The current value of IRR0.\r
 \r
@@ -5517,8 +5834,8 @@ AsmReadIrr0 (
 \r
 /**\r
   Reads the current value of External Interrupt Request Register #1 (IRR1).\r
-  \r
-  Reads and returns the current value of IRR1.  This function is only available on Itanium processors. \r
+\r
+  Reads and returns the current value of IRR1.  This function is only available on Itanium processors.\r
 \r
   @return The current value of IRR1.\r
 \r
@@ -5532,7 +5849,7 @@ AsmReadIrr1 (
 \r
 /**\r
   Reads the current value of External Interrupt Request Register #2 (IRR2).\r
-  \r
+\r
   Reads and returns the current value of IRR2.  This function is only available on Itanium processors.\r
 \r
   @return The current value of IRR2.\r
@@ -5547,8 +5864,8 @@ AsmReadIrr2 (
 \r
 /**\r
   Reads the current value of External Interrupt Request Register #3 (IRR3).\r
-  \r
-  Reads and returns the current value of IRR3.  This function is only available on Itanium processors.  \r
+\r
+  Reads and returns the current value of IRR3.  This function is only available on Itanium processors.\r
 \r
   @return The current value of IRR3.\r
 \r
@@ -5562,8 +5879,8 @@ AsmReadIrr3 (
 \r
 /**\r
   Reads the current value of Performance Monitor Vector Register (PMV).\r
-  \r
-  Reads and returns the current value of PMV.  This function is only available on Itanium processors. \r
+\r
+  Reads and returns the current value of PMV.  This function is only available on Itanium processors.\r
 \r
   @return The current value of PMV.\r
 \r
@@ -5577,7 +5894,7 @@ AsmReadPmv (
 \r
 /**\r
   Reads the current value of Corrected Machine Check Vector Register (CMCV).\r
-  \r
+\r
   Reads and returns the current value of CMCV.  This function is only available on Itanium processors.\r
 \r
   @return The current value of CMCV.\r
@@ -5592,8 +5909,8 @@ AsmReadCmcv (
 \r
 /**\r
   Reads the current value of Local Redirection Register #0 (LRR0).\r
-  \r
-  Reads and returns the current value of LRR0.  This function is only available on Itanium processors. \r
+\r
+  Reads and returns the current value of LRR0.  This function is only available on Itanium processors.\r
 \r
   @return The current value of LRR0.\r
 \r
@@ -5607,7 +5924,7 @@ AsmReadLrr0 (
 \r
 /**\r
   Reads the current value of Local Redirection Register #1 (LRR1).\r
-  \r
+\r
   Reads and returns the current value of LRR1.  This function is only available on Itanium processors.\r
 \r
   @return The current value of LRR1.\r
@@ -5622,8 +5939,8 @@ AsmReadLrr1 (
 \r
 /**\r
   Writes the current value of 64-bit Page Local Interrupt ID Register (LID).\r
-  \r
-  Writes the current value of LID.  The 64-bit value written to the LID is returned.  \r
+\r
+  Writes the current value of LID.  The 64-bit value written to the LID is returned.\r
   No parameter checking is performed on Value.  All bits of Value corresponding to\r
   reserved fields of LID must be 0 or a Reserved Register/Field fault may occur.\r
   The caller must either guarantee that Value is valid, or the caller must set up\r
@@ -5644,8 +5961,8 @@ AsmWriteLid (
 \r
 /**\r
   Writes the current value of 64-bit Task Priority Register (TPR).\r
-  \r
-  Writes the current value of TPR.  The 64-bit value written to the TPR is returned. \r
+\r
+  Writes the current value of TPR.  The 64-bit value written to the TPR is returned.\r
   No parameter checking is performed on Value.  All bits of Value corresponding to\r
   reserved fields of TPR must be 0 or a Reserved Register/Field fault may occur.\r
   The caller must either guarantee that Value is valid, or the caller must set up\r
@@ -5666,7 +5983,7 @@ AsmWriteTpr (
 \r
 /**\r
   Performs a write operation on End OF External Interrupt Register (EOI).\r
-  \r
+\r
   Writes a value of 0 to the EOI Register.  This function is only available on Itanium processors.\r
 \r
 **/\r
@@ -5679,8 +5996,8 @@ AsmWriteEoi (
 \r
 /**\r
   Writes the current value of 64-bit Performance Monitor Vector Register (PMV).\r
-  \r
-  Writes the current value of PMV.  The 64-bit value written to the PMV is returned.  \r
+\r
+  Writes the current value of PMV.  The 64-bit value written to the PMV is returned.\r
   No parameter checking is performed on Value.  All bits of Value corresponding\r
   to reserved fields of PMV must be 0 or a Reserved Register/Field fault may occur.\r
   The caller must either guarantee that Value is valid, or the caller must set up\r
@@ -5701,8 +6018,8 @@ AsmWritePmv (
 \r
 /**\r
   Writes the current value of 64-bit Corrected Machine Check Vector Register (CMCV).\r
-  \r
-  Writes the current value of CMCV.  The 64-bit value written to the CMCV is returned. \r
+\r
+  Writes the current value of CMCV.  The 64-bit value written to the CMCV is returned.\r
   No parameter checking is performed on Value.  All bits of Value corresponding\r
   to reserved fields of CMCV must be 0 or a Reserved Register/Field fault may occur.\r
   The caller must either guarantee that Value is valid, or the caller must set up\r
@@ -5723,8 +6040,8 @@ AsmWriteCmcv (
 \r
 /**\r
   Writes the current value of 64-bit Local Redirection Register #0 (LRR0).\r
-  \r
-  Writes the current value of LRR0.  The 64-bit value written to the LRR0 is returned.  \r
+\r
+  Writes the current value of LRR0.  The 64-bit value written to the LRR0 is returned.\r
   No parameter checking is performed on Value.  All bits of Value corresponding\r
   to reserved fields of LRR0 must be 0 or a Reserved Register/Field fault may occur.\r
   The caller must either guarantee that Value is valid, or the caller must set up\r
@@ -5745,8 +6062,8 @@ AsmWriteLrr0 (
 \r
 /**\r
   Writes the current value of 64-bit Local Redirection Register #1 (LRR1).\r
-  \r
-  Writes the current value of LRR1.  The 64-bit value written to the LRR1 is returned. \r
+\r
+  Writes the current value of LRR1.  The 64-bit value written to the LRR1 is returned.\r
   No parameter checking is performed on Value.  All bits of Value corresponding\r
   to reserved fields of LRR1 must be 0 or a Reserved Register/Field fault may occur.\r
   The caller must either guarantee that Value is valid, or the caller must\r
@@ -5767,7 +6084,7 @@ AsmWriteLrr1 (
 \r
 /**\r
   Reads the current value of Instruction Breakpoint Register (IBR).\r
-  \r
+\r
   The Instruction Breakpoint Registers are used in pairs.  The even numbered\r
   registers contain breakpoint addresses, and the odd numbered registers contain\r
   breakpoint mask conditions.  At least four instruction registers pairs are implemented\r
@@ -6060,9 +6377,9 @@ AsmReadSp (
 /**\r
   Reads a 64-bit control register.\r
 \r
-  Reads and returns the control register specified by Index. The valid Index valued \r
+  Reads and returns the control register specified by Index. The valid Index valued\r
   are defined above in "Related Definitions".\r
-  If Index is invalid then 0xFFFFFFFFFFFFFFFF is returned.  This function is only \r
+  If Index is invalid then 0xFFFFFFFFFFFFFFFF is returned.  This function is only\r
   available on Itanium processors.\r
 \r
   @param  Index                     The index of the control register to read.\r
@@ -6111,9 +6428,9 @@ AsmReadControlRegister (
 /**\r
   Reads a 64-bit application register.\r
 \r
-  Reads and returns the application register specified by Index. The valid Index \r
+  Reads and returns the application register specified by Index. The valid Index\r
   valued are defined above in "Related Definitions".\r
-  If Index is invalid then 0xFFFFFFFFFFFFFFFF is returned.  This function is only \r
+  If Index is invalid then 0xFFFFFFFFFFFFFFFF is returned.  This function is only\r
   available on Itanium processors.\r
 \r
   @param  Index                     The index of the application register to read.\r
@@ -6139,13 +6456,13 @@ AsmReadApplicationRegister (
 \r
   @param  Index                     The 8-bit Machine Specific Register index to read.\r
 \r
-  @return The current value of the Machine Specific Register specified by Index.  \r
+  @return The current value of the Machine Specific Register specified by Index.\r
 \r
 **/\r
 UINT64\r
 EFIAPI\r
 AsmReadMsr (\r
-  IN UINT8   Index  \r
+  IN UINT8   Index\r
   );\r
 \r
 \r
@@ -6161,14 +6478,14 @@ AsmReadMsr (
   @param  Index                     The 8-bit Machine Specific Register index to write.\r
   @param  Value                     The 64-bit value to write to the Machine Specific Register.\r
 \r
-  @return The 64-bit value to write to the Machine Specific Register.  \r
+  @return The 64-bit value to write to the Machine Specific Register.\r
 \r
 **/\r
 UINT64\r
 EFIAPI\r
 AsmWriteMsr (\r
-  IN UINT8   Index, \r
-  IN UINT64  Value  \r
+  IN UINT8   Index,\r
+  IN UINT64  Value\r
   );\r
 \r
 \r
@@ -6234,7 +6551,7 @@ AsmPalCall (
   IN UINT64  Arg3,\r
   IN UINT64  Arg4\r
   );\r
-#endif\r
+#endif // defined (MDE_CPU_IPF)\r
 \r
 #if defined (MDE_CPU_IA32) || defined (MDE_CPU_X64)\r
 ///\r
@@ -6387,6 +6704,8 @@ typedef struct {
 #define IA32_IDT_GATE_TYPE_INTERRUPT_32  0x8E\r
 #define IA32_IDT_GATE_TYPE_TRAP_32       0x8F\r
 \r
+#define IA32_GDT_TYPE_TSS               0x9\r
+#define IA32_GDT_ALIGNMENT              8\r
 \r
 #if defined (MDE_CPU_IA32)\r
 ///\r
@@ -6403,7 +6722,71 @@ typedef union {
   UINT64  Uint64;\r
 } IA32_IDT_GATE_DESCRIPTOR;\r
 \r
-#endif\r
+#pragma pack (1)\r
+//\r
+// IA32 Task-State Segment Definition\r
+//\r
+typedef struct {\r
+  UINT16    PreviousTaskLink;\r
+  UINT16    Reserved_2;\r
+  UINT32    ESP0;\r
+  UINT16    SS0;\r
+  UINT16    Reserved_10;\r
+  UINT32    ESP1;\r
+  UINT16    SS1;\r
+  UINT16    Reserved_18;\r
+  UINT32    ESP2;\r
+  UINT16    SS2;\r
+  UINT16    Reserved_26;\r
+  UINT32    CR3;\r
+  UINT32    EIP;\r
+  UINT32    EFLAGS;\r
+  UINT32    EAX;\r
+  UINT32    ECX;\r
+  UINT32    EDX;\r
+  UINT32    EBX;\r
+  UINT32    ESP;\r
+  UINT32    EBP;\r
+  UINT32    ESI;\r
+  UINT32    EDI;\r
+  UINT16    ES;\r
+  UINT16    Reserved_74;\r
+  UINT16    CS;\r
+  UINT16    Reserved_78;\r
+  UINT16    SS;\r
+  UINT16    Reserved_82;\r
+  UINT16    DS;\r
+  UINT16    Reserved_86;\r
+  UINT16    FS;\r
+  UINT16    Reserved_90;\r
+  UINT16    GS;\r
+  UINT16    Reserved_94;\r
+  UINT16    LDTSegmentSelector;\r
+  UINT16    Reserved_98;\r
+  UINT16    T;\r
+  UINT16    IOMapBaseAddress;\r
+} IA32_TASK_STATE_SEGMENT;\r
+\r
+typedef union {\r
+  struct {\r
+    UINT32  LimitLow:16;    ///< Segment Limit 15..00\r
+    UINT32  BaseLow:16;     ///< Base Address  15..00\r
+    UINT32  BaseMid:8;      ///< Base Address  23..16\r
+    UINT32  Type:4;         ///< Type (1 0 B 1)\r
+    UINT32  Reserved_43:1;  ///< 0\r
+    UINT32  DPL:2;          ///< Descriptor Privilege Level\r
+    UINT32  P:1;            ///< Segment Present\r
+    UINT32  LimitHigh:4;    ///< Segment Limit 19..16\r
+    UINT32  AVL:1;          ///< Available for use by system software\r
+    UINT32  Reserved_52:2;  ///< 0 0\r
+    UINT32  G:1;            ///< Granularity\r
+    UINT32  BaseHigh:8;     ///< Base Address 31..24\r
+  } Bits;\r
+  UINT64  Uint64;\r
+} IA32_TSS_DESCRIPTOR;\r
+#pragma pack ()\r
+\r
+#endif // defined (MDE_CPU_IA32)\r
 \r
 #if defined (MDE_CPU_X64)\r
 ///\r
@@ -6422,10 +6805,50 @@ typedef union {
   struct {\r
     UINT64  Uint64;\r
     UINT64  Uint64_1;\r
-  } Uint128;   \r
+  } Uint128;\r
 } IA32_IDT_GATE_DESCRIPTOR;\r
 \r
-#endif\r
+#pragma pack (1)\r
+//\r
+// IA32 Task-State Segment Definition\r
+//\r
+typedef struct {\r
+  UINT32    Reserved_0;\r
+  UINT64    RSP0;\r
+  UINT64    RSP1;\r
+  UINT64    RSP2;\r
+  UINT64    Reserved_28;\r
+  UINT64    IST[7];\r
+  UINT64    Reserved_92;\r
+  UINT16    Reserved_100;\r
+  UINT16    IOMapBaseAddress;\r
+} IA32_TASK_STATE_SEGMENT;\r
+\r
+typedef union {\r
+  struct {\r
+    UINT32  LimitLow:16;    ///< Segment Limit 15..00\r
+    UINT32  BaseLow:16;     ///< Base Address  15..00\r
+    UINT32  BaseMidl:8;     ///< Base Address  23..16\r
+    UINT32  Type:4;         ///< Type (1 0 B 1)\r
+    UINT32  Reserved_43:1;  ///< 0\r
+    UINT32  DPL:2;          ///< Descriptor Privilege Level\r
+    UINT32  P:1;            ///< Segment Present\r
+    UINT32  LimitHigh:4;    ///< Segment Limit 19..16\r
+    UINT32  AVL:1;          ///< Available for use by system software\r
+    UINT32  Reserved_52:2;  ///< 0 0\r
+    UINT32  G:1;            ///< Granularity\r
+    UINT32  BaseMidh:8;     ///< Base Address  31..24\r
+    UINT32  BaseHigh:32;    ///< Base Address  63..32\r
+    UINT32  Reserved_96:32; ///< Reserved\r
+  } Bits;\r
+  struct {\r
+    UINT64  Uint64;\r
+    UINT64  Uint64_1;\r
+  } Uint128;\r
+} IA32_TSS_DESCRIPTOR;\r
+#pragma pack ()\r
+\r
+#endif // defined (MDE_CPU_X64)\r
 \r
 ///\r
 /// Byte packed structure for an FP/SSE/SSE2 context.\r
@@ -6514,6 +6937,20 @@ typedef struct {
 #define THUNK_ATTRIBUTE_DISABLE_A20_MASK_INT_15   0x00000002\r
 #define THUNK_ATTRIBUTE_DISABLE_A20_MASK_KBD_CTRL 0x00000004\r
 \r
+///\r
+/// Type definition for representing labels in NASM source code that allow for\r
+/// the patching of immediate operands of IA32 and X64 instructions.\r
+///\r
+/// While the type is technically defined as a function type (note: not a\r
+/// pointer-to-function type), such labels in NASM source code never stand for\r
+/// actual functions, and identifiers declared with this function type should\r
+/// never be called. This is also why the EFIAPI calling convention specifier\r
+/// is missing from the typedef, and why the typedef does not follow the usual\r
+/// edk2 coding style for function (or pointer-to-function) typedefs. The VOID\r
+/// return type and the VOID argument list are merely artifacts.\r
+///\r
+typedef VOID (X86_ASSEMBLY_PATCH_LABEL) (VOID);\r
+\r
 /**\r
   Retrieves CPUID information.\r
 \r
@@ -6790,8 +7227,8 @@ AsmMsrBitFieldRead32 (
   Writes Value to a bit field in the lower 32-bits of a 64-bit MSR. The bit\r
   field is specified by the StartBit and the EndBit. All other bits in the\r
   destination MSR are preserved. The lower 32-bits of the MSR written is\r
-  returned. The caller must either guarantee that Index and the data written \r
-  is valid, or the caller must set up exception handlers to catch the exceptions. \r
+  returned. The caller must either guarantee that Index and the data written\r
+  is 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
 \r
   If StartBit is greater than 31, then ASSERT().\r
@@ -7034,7 +7471,7 @@ AsmMsrAnd64 (
 \r
 \r
 /**\r
-  Reads a 64-bit MSR, performs a bitwise AND followed by a bitwise \r
+  Reads a 64-bit MSR, performs a bitwise AND followed by a bitwise\r
   OR, and writes the result back to the 64-bit MSR.\r
 \r
   Reads the 64-bit MSR specified by Index, performs a bitwise AND between read\r
@@ -7099,8 +7536,8 @@ AsmMsrBitFieldRead64 (
 \r
   Writes Value to a bit field in a 64-bit MSR. The bit field is specified by\r
   the StartBit and the EndBit. All other bits in the destination MSR are\r
-  preserved. The MSR written is returned. The caller must either guarantee \r
-  that Index and the data written is valid, or the caller must set up exception \r
+  preserved. The MSR written is returned. 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 and x64.\r
 \r
   If StartBit is greater than 63, then ASSERT().\r
@@ -8512,7 +8949,7 @@ AsmDisablePaging64 (
   in ExtraStackSize. If parameters are passed to the 16-bit real mode code,\r
   then the actual minimum stack size is ExtraStackSize plus the maximum number\r
   of bytes that need to be passed to the 16-bit real mode code.\r
-  \r
+\r
   If RealModeBufferSize is NULL, then ASSERT().\r
   If ExtraStackSize is NULL, then ASSERT().\r
 \r
@@ -8536,7 +8973,7 @@ AsmGetThunk16Properties (
   Prepares all structures a code required to use AsmThunk16().\r
 \r
   Prepares all structures and code required to use AsmThunk16().\r
-  \r
+\r
   This interface is limited to be used in either physical mode or virtual modes with paging enabled where the\r
   virtual to physical mappings for ThunkContext.RealModeBuffer is mapped 1:1.\r
 \r
@@ -8560,43 +8997,43 @@ AsmPrepareThunk16 (
   AsmPrepareThunk16() must be called with ThunkContext before this function is used.\r
   This function must be called with interrupts disabled.\r
 \r
-  The register state from the RealModeState field of ThunkContext is restored just prior \r
-  to calling the 16-bit real mode entry point.  This includes the EFLAGS field of RealModeState, \r
+  The register state from the RealModeState field of ThunkContext is restored just prior\r
+  to calling the 16-bit real mode entry point.  This includes the EFLAGS field of RealModeState,\r
   which is used to set the interrupt state when a 16-bit real mode entry point is called.\r
   Control is transferred to the 16-bit real mode entry point specified by the CS and Eip fields of RealModeState.\r
-  The stack is initialized to the SS and ESP fields of RealModeState.  Any parameters passed to \r
-  the 16-bit real mode code must be populated by the caller at SS:ESP prior to calling this function.  \r
+  The stack is initialized to the SS and ESP fields of RealModeState.  Any parameters passed to\r
+  the 16-bit real mode code must be populated by the caller at SS:ESP prior to calling this function.\r
   The 16-bit real mode entry point is invoked with a 16-bit CALL FAR instruction,\r
-  so when accessing stack contents, the 16-bit real mode code must account for the 16-bit segment \r
-  and 16-bit offset of the return address that were pushed onto the stack. The 16-bit real mode entry \r
-  point must exit with a RETF instruction. The register state is captured into RealModeState immediately \r
+  so when accessing stack contents, the 16-bit real mode code must account for the 16-bit segment\r
+  and 16-bit offset of the return address that were pushed onto the stack. The 16-bit real mode entry\r
+  point must exit with a RETF instruction. The register state is captured into RealModeState immediately\r
   after the RETF instruction is executed.\r
-  \r
-  If EFLAGS specifies interrupts enabled, or any of the 16-bit real mode code enables interrupts, \r
-  or any of the 16-bit real mode code makes a SW interrupt, then the caller is responsible for making sure \r
-  the IDT at address 0 is initialized to handle any HW or SW interrupts that may occur while in 16-bit real mode. \r
-  \r
-  If EFLAGS specifies interrupts enabled, or any of the 16-bit real mode code enables interrupts, \r
-  then the caller is responsible for making sure the 8259 PIC is in a state compatible with 16-bit real mode.  \r
+\r
+  If EFLAGS specifies interrupts enabled, or any of the 16-bit real mode code enables interrupts,\r
+  or any of the 16-bit real mode code makes a SW interrupt, then the caller is responsible for making sure\r
+  the IDT at address 0 is initialized to handle any HW or SW interrupts that may occur while in 16-bit real mode.\r
+\r
+  If EFLAGS specifies interrupts enabled, or any of the 16-bit real mode code enables interrupts,\r
+  then the caller is responsible for making sure the 8259 PIC is in a state compatible with 16-bit real mode.\r
   This includes the base vectors, the interrupt masks, and the edge/level trigger mode.\r
-  \r
-  If THUNK_ATTRIBUTE_BIG_REAL_MODE is set in the ThunkAttributes field of ThunkContext, then the user code \r
+\r
+  If THUNK_ATTRIBUTE_BIG_REAL_MODE is set in the ThunkAttributes field of ThunkContext, then the user code\r
   is invoked in big real mode.  Otherwise, the user code is invoked in 16-bit real mode with 64KB segment limits.\r
-  \r
-  If neither THUNK_ATTRIBUTE_DISABLE_A20_MASK_INT_15 nor THUNK_ATTRIBUTE_DISABLE_A20_MASK_KBD_CTRL are set in \r
-  ThunkAttributes, then it is assumed that the user code did not enable the A20 mask, and no attempt is made to \r
+\r
+  If neither THUNK_ATTRIBUTE_DISABLE_A20_MASK_INT_15 nor THUNK_ATTRIBUTE_DISABLE_A20_MASK_KBD_CTRL are set in\r
+  ThunkAttributes, then it is assumed that the user code did not enable the A20 mask, and no attempt is made to\r
   disable the A20 mask.\r
-  \r
-  If THUNK_ATTRIBUTE_DISABLE_A20_MASK_INT_15 is set and THUNK_ATTRIBUTE_DISABLE_A20_MASK_KBD_CTRL is clear in \r
-  ThunkAttributes, then attempt to use the INT 15 service to disable the A20 mask.  If this INT 15 call fails, \r
+\r
+  If THUNK_ATTRIBUTE_DISABLE_A20_MASK_INT_15 is set and THUNK_ATTRIBUTE_DISABLE_A20_MASK_KBD_CTRL is clear in\r
+  ThunkAttributes, then attempt to use the INT 15 service to disable the A20 mask.  If this INT 15 call fails,\r
   then attempt to disable the A20 mask by directly accessing the 8042 keyboard controller I/O ports.\r
-  \r
-  If THUNK_ATTRIBUTE_DISABLE_A20_MASK_INT_15 is clear and THUNK_ATTRIBUTE_DISABLE_A20_MASK_KBD_CTRL is set in \r
+\r
+  If THUNK_ATTRIBUTE_DISABLE_A20_MASK_INT_15 is clear and THUNK_ATTRIBUTE_DISABLE_A20_MASK_KBD_CTRL is set in\r
   ThunkAttributes, then attempt to disable the A20 mask by directly accessing the 8042 keyboard controller I/O ports.\r
-    \r
+\r
   If ThunkContext is NULL, then ASSERT().\r
   If AsmPrepareThunk16() was not previously called with ThunkContext, then ASSERT().\r
-  If both THUNK_ATTRIBUTE_DISABLE_A20_MASK_INT_15 and THUNK_ATTRIBUTE_DISABLE_A20_MASK_KBD_CTRL are set in \r
+  If both THUNK_ATTRIBUTE_DISABLE_A20_MASK_INT_15 and THUNK_ATTRIBUTE_DISABLE_A20_MASK_KBD_CTRL are set in\r
   ThunkAttributes, then ASSERT().\r
 \r
   This interface is limited to be used in either physical mode or virtual modes with paging enabled where the\r
@@ -8690,7 +9127,58 @@ AsmRdRand64  (
   OUT     UINT64                    *Rand\r
   );\r
 \r
-#endif\r
-#endif\r
+/**\r
+  Load given selector into TR register.\r
+\r
+  @param[in] Selector     Task segment selector\r
+**/\r
+VOID\r
+EFIAPI\r
+AsmWriteTr (\r
+  IN UINT16 Selector\r
+  );\r
+\r
+/**\r
+  Patch the immediate operand of an IA32 or X64 instruction such that the byte,\r
+  word, dword or qword operand is encoded at the end of the instruction's\r
+  binary representation.\r
 \r
+  This function should be used to update object code that was compiled with\r
+  NASM from assembly source code. Example:\r
+\r
+  NASM source code:\r
+\r
+        mov     eax, strict dword 0 ; the imm32 zero operand will be patched\r
+    ASM_PFX(gPatchCr3):\r
+        mov     cr3, eax\r
+\r
+  C source code:\r
+\r
+    X86_ASSEMBLY_PATCH_LABEL gPatchCr3;\r
+    PatchInstructionX86 (gPatchCr3, AsmReadCr3 (), 4);\r
+\r
+  @param[out] InstructionEnd  Pointer right past the instruction to patch. The\r
+                              immediate operand to patch is expected to\r
+                              comprise the trailing bytes of the instruction.\r
+                              If InstructionEnd is closer to address 0 than\r
+                              ValueSize permits, then ASSERT().\r
+\r
+  @param[in] PatchValue       The constant to write to the immediate operand.\r
+                              The caller is responsible for ensuring that\r
+                              PatchValue can be represented in the byte, word,\r
+                              dword or qword operand (as indicated through\r
+                              ValueSize); otherwise ASSERT().\r
+\r
+  @param[in] ValueSize        The size of the operand in bytes; must be 1, 2,\r
+                              4, or 8. ASSERT() otherwise.\r
+**/\r
+VOID\r
+EFIAPI\r
+PatchInstructionX86 (\r
+  OUT X86_ASSEMBLY_PATCH_LABEL *InstructionEnd,\r
+  IN  UINT64                   PatchValue,\r
+  IN  UINTN                    ValueSize\r
+  );\r
 \r
+#endif // defined (MDE_CPU_IA32) || defined (MDE_CPU_X64)\r
+#endif // !defined (__BASE_LIB__)\r