]> git.proxmox.com Git - mirror_edk2.git/commitdiff
UefiCpuPkg/SandyBridgeMsr.h: add MSR reference from SDM in comment
authorJeff Fan <jeff.fan@intel.com>
Tue, 6 Sep 2016 10:50:30 +0000 (18:50 +0800)
committerJeff Fan <jeff.fan@intel.com>
Thu, 8 Sep 2016 01:17:53 +0000 (09:17 +0800)
Cc: Michael Kinney <michael.d.kinney@intel.com>
Cc: Feng Tian <feng.tian@intel.com>
Cc: Giri P Mudusuru <giri.p.mudusuru@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jeff Fan <jeff.fan@intel.com>
Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
UefiCpuPkg/Include/Register/Msr/SandyBridgeMsr.h

index c41e45b414d5071d3d401485e19a5a863e90fad6..a50bad29b4a12933194a88201c6885c3513924fa 100644 (file)
@@ -41,6 +41,7 @@
 \r
   Msr.Uint64 = AsmReadMsr64 (MSR_SANDY_BRIDGE_SMI_COUNT);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_SMI_COUNT is defined as MSR_SMI_COUNT in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_SMI_COUNT               0x00000034\r
 \r
@@ -85,6 +86,7 @@ typedef union {
   Msr.Uint64 = AsmReadMsr64 (MSR_SANDY_BRIDGE_PLATFORM_INFO);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_PLATFORM_INFO, Msr.Uint64);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_PLATFORM_INFO is defined as MSR_PLATFORM_INFO in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_PLATFORM_INFO           0x000000CE\r
 \r
@@ -153,6 +155,7 @@ typedef union {
   Msr.Uint64 = AsmReadMsr64 (MSR_SANDY_BRIDGE_PKG_CST_CONFIG_CONTROL);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_PKG_CST_CONFIG_CONTROL, Msr.Uint64);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_PKG_CST_CONFIG_CONTROL is defined as MSR_PKG_CST_CONFIG_CONTROL in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_PKG_CST_CONFIG_CONTROL  0x000000E2\r
 \r
@@ -242,6 +245,7 @@ typedef union {
   Msr.Uint64 = AsmReadMsr64 (MSR_SANDY_BRIDGE_PMG_IO_CAPTURE_BASE);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_PMG_IO_CAPTURE_BASE, Msr.Uint64);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_PMG_IO_CAPTURE_BASE is defined as MSR_PMG_IO_CAPTURE_BASE in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_PMG_IO_CAPTURE_BASE     0x000000E4\r
 \r
@@ -301,6 +305,7 @@ typedef union {
   Msr.Uint64 = AsmReadMsr64 (MSR_SANDY_BRIDGE_FEATURE_CONFIG);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_FEATURE_CONFIG, Msr.Uint64);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_FEATURE_CONFIG is defined as MSR_FEATURE_CONFIG in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_FEATURE_CONFIG          0x0000013C\r
 \r
@@ -350,6 +355,10 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_IA32_PERFEVTSEL4);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_IA32_PERFEVTSEL4, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_IA32_PERFEVTSEL4 is defined as IA32_PERFEVTSEL4 in SDM.\r
+        MSR_SANDY_BRIDGE_IA32_PERFEVTSEL5 is defined as IA32_PERFEVTSEL5 in SDM.\r
+        MSR_SANDY_BRIDGE_IA32_PERFEVTSEL6 is defined as IA32_PERFEVTSEL6 in SDM.\r
+        MSR_SANDY_BRIDGE_IA32_PERFEVTSEL7 is defined as IA32_PERFEVTSEL7 in SDM.\r
   @{\r
 **/\r
 #define MSR_SANDY_BRIDGE_IA32_PERFEVTSEL4        0x0000018A\r
@@ -375,6 +384,7 @@ typedef union {
   Msr.Uint64 = AsmReadMsr64 (MSR_SANDY_BRIDGE_PERF_STATUS);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_PERF_STATUS, Msr.Uint64);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_PERF_STATUS is defined as MSR_PERF_STATUS in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_PERF_STATUS             0x00000198\r
 \r
@@ -418,6 +428,7 @@ typedef union {
   Msr.Uint64 = AsmReadMsr64 (MSR_SANDY_BRIDGE_IA32_CLOCK_MODULATION);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_IA32_CLOCK_MODULATION, Msr.Uint64);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_IA32_CLOCK_MODULATION is defined as IA32_CLOCK_MODULATION in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_IA32_CLOCK_MODULATION   0x0000019A\r
 \r
@@ -470,6 +481,7 @@ typedef union {
   Msr.Uint64 = AsmReadMsr64 (MSR_SANDY_BRIDGE_IA32_MISC_ENABLE);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_IA32_MISC_ENABLE, Msr.Uint64);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_IA32_MISC_ENABLE is defined as IA32_MISC_ENABLE in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_IA32_MISC_ENABLE        0x000001A0\r
 \r
@@ -564,6 +576,7 @@ typedef union {
   Msr.Uint64 = AsmReadMsr64 (MSR_SANDY_BRIDGE_TEMPERATURE_TARGET);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_TEMPERATURE_TARGET, Msr.Uint64);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_TEMPERATURE_TARGET is defined as MSR_TEMPERATURE_TARGET in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_TEMPERATURE_TARGET      0x000001A2\r
 \r
@@ -611,6 +624,7 @@ typedef union {
   Msr.Uint64 = AsmReadMsr64 (MSR_SANDY_BRIDGE_MISC_FEATURE_CONTROL);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_MISC_FEATURE_CONTROL, Msr.Uint64);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_MISC_FEATURE_CONTROL is defined as MSR_MISC_FEATURE_CONTROL in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_MISC_FEATURE_CONTROL    0x000001A4\r
 \r
@@ -675,6 +689,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_OFFCORE_RSP_0);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_OFFCORE_RSP_0, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_OFFCORE_RSP_0 is defined as MSR_OFFCORE_RSP_0 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_OFFCORE_RSP_0           0x000001A6\r
 \r
@@ -693,6 +708,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_OFFCORE_RSP_1);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_OFFCORE_RSP_1, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_OFFCORE_RSP_1 is defined as MSR_OFFCORE_RSP_1 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_OFFCORE_RSP_1           0x000001A7\r
 \r
@@ -711,6 +727,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_MISC_PWR_MGMT);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_MISC_PWR_MGMT, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_MISC_PWR_MGMT is defined as MSR_MISC_PWR_MGMT in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_MISC_PWR_MGMT           0x000001AA\r
 \r
@@ -732,6 +749,7 @@ typedef union {
   Msr.Uint64 = AsmReadMsr64 (MSR_SANDY_BRIDGE_LBR_SELECT);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_LBR_SELECT, Msr.Uint64);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_LBR_SELECT is defined as MSR_LBR_SELECT in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_LBR_SELECT              0x000001C8\r
 \r
@@ -809,6 +827,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_LASTBRANCH_TOS);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_LASTBRANCH_TOS, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_LASTBRANCH_TOS is defined as MSR_LASTBRANCH_TOS in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_LASTBRANCH_TOS          0x000001C9\r
 \r
@@ -828,6 +847,7 @@ typedef union {
 \r
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_LER_FROM_LIP);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_LER_FROM_LIP is defined as MSR_LER_FROM_LIP in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_LER_FROM_LIP            0x000001DD\r
 \r
@@ -848,6 +868,7 @@ typedef union {
 \r
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_LER_TO_LIP);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_LER_TO_LIP is defined as MSR_LER_TO_LIP in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_LER_TO_LIP              0x000001DE\r
 \r
@@ -866,6 +887,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_POWER_CTL);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_POWER_CTL, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_POWER_CTL is defined as MSR_POWER_CTL in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_POWER_CTL               0x000001FC\r
 \r
@@ -884,6 +906,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_MC4_CTL2);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_MC4_CTL2, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_MC4_CTL2 is defined as MSR_MC4_CTL2 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_MC4_CTL2                0x00000284\r
 \r
@@ -904,6 +927,7 @@ typedef union {
   Msr.Uint64 = AsmReadMsr64 (MSR_SANDY_BRIDGE_IA32_PERF_GLOBAL_STAUS);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_IA32_PERF_GLOBAL_STAUS, Msr.Uint64);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_IA32_PERF_GLOBAL_STAUS is defined as IA32_PERF_GLOBAL_STAUS in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_IA32_PERF_GLOBAL_STAUS  0x0000038E\r
 \r
@@ -999,6 +1023,7 @@ typedef union {
   Msr.Uint64 = AsmReadMsr64 (MSR_SANDY_BRIDGE_IA32_PERF_GLOBAL_CTRL);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_IA32_PERF_GLOBAL_CTRL, Msr.Uint64);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_IA32_PERF_GLOBAL_CTRL is defined as IA32_PERF_GLOBAL_CTRL in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_IA32_PERF_GLOBAL_CTRL   0x0000038F\r
 \r
@@ -1085,6 +1110,7 @@ typedef union {
   Msr.Uint64 = AsmReadMsr64 (MSR_SANDY_BRIDGE_IA32_PERF_GLOBAL_OVF_CTRL);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_IA32_PERF_GLOBAL_OVF_CTRL, Msr.Uint64);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_IA32_PERF_GLOBAL_OVF_CTRL is defined as IA32_PERF_GLOBAL_OVF_CTRL in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_IA32_PERF_GLOBAL_OVF_CTRL 0x00000390\r
 \r
@@ -1179,6 +1205,7 @@ typedef union {
   Msr.Uint64 = AsmReadMsr64 (MSR_SANDY_BRIDGE_PEBS_ENABLE);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_PEBS_ENABLE, Msr.Uint64);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_PEBS_ENABLE is defined as MSR_PEBS_ENABLE in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_PEBS_ENABLE             0x000003F1\r
 \r
@@ -1253,6 +1280,7 @@ typedef union {
   Msr.Uint64 = AsmReadMsr64 (MSR_SANDY_BRIDGE_PEBS_LD_LAT);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_PEBS_LD_LAT, Msr.Uint64);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_PEBS_LD_LAT is defined as MSR_PEBS_LD_LAT in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_PEBS_LD_LAT             0x000003F6\r
 \r
@@ -1300,6 +1328,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_PKG_C3_RESIDENCY);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_PKG_C3_RESIDENCY, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_PKG_C3_RESIDENCY is defined as MSR_PKG_C3_RESIDENCY in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_PKG_C3_RESIDENCY        0x000003F8\r
 \r
@@ -1321,6 +1350,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_PKG_C6_RESIDENCY);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_PKG_C6_RESIDENCY, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_PKG_C6_RESIDENCY is defined as MSR_PKG_C6_RESIDENCY in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_PKG_C6_RESIDENCY        0x000003F9\r
 \r
@@ -1342,6 +1372,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_PKG_C7_RESIDENCY);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_PKG_C7_RESIDENCY, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_PKG_C7_RESIDENCY is defined as MSR_PKG_C7_RESIDENCY in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_PKG_C7_RESIDENCY        0x000003FA\r
 \r
@@ -1363,6 +1394,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_CORE_C3_RESIDENCY);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_CORE_C3_RESIDENCY, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_CORE_C3_RESIDENCY is defined as MSR_CORE_C3_RESIDENCY in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_CORE_C3_RESIDENCY       0x000003FC\r
 \r
@@ -1384,6 +1416,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_CORE_C6_RESIDENCY);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_CORE_C6_RESIDENCY, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_CORE_C6_RESIDENCY is defined as MSR_CORE_C6_RESIDENCY in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_CORE_C6_RESIDENCY       0x000003FD\r
 \r
@@ -1405,6 +1438,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_CORE_C7_RESIDENCY);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_CORE_C7_RESIDENCY, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_CORE_C7_RESIDENCY is defined as MSR_CORE_C7_RESIDENCY in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_CORE_C7_RESIDENCY       0x000003FE\r
 \r
@@ -1425,6 +1459,7 @@ typedef union {
   Msr.Uint64 = AsmReadMsr64 (MSR_SANDY_BRIDGE_MC4_CTL);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_MC4_CTL, Msr.Uint64);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_MC4_CTL is defined as MSR_MC4_CTL in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_MC4_CTL                 0x00000410\r
 \r
@@ -1478,6 +1513,7 @@ typedef union {
 \r
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_IA32_VMX_EPT_VPID_ENUM);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_IA32_VMX_EPT_VPID_ENUM is defined as IA32_VMX_EPT_VPID_ENUM in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_IA32_VMX_EPT_VPID_ENUM  0x0000048C\r
 \r
@@ -1496,6 +1532,7 @@ typedef union {
 \r
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_RAPL_POWER_UNIT);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_RAPL_POWER_UNIT is defined as MSR_RAPL_POWER_UNIT in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_RAPL_POWER_UNIT         0x00000606\r
 \r
@@ -1518,6 +1555,7 @@ typedef union {
   Msr.Uint64 = AsmReadMsr64 (MSR_SANDY_BRIDGE_PKGC3_IRTL);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_PKGC3_IRTL, Msr.Uint64);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_PKGC3_IRTL is defined as MSR_PKGC3_IRTL in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_PKGC3_IRTL              0x0000060A\r
 \r
@@ -1583,6 +1621,7 @@ typedef union {
   Msr.Uint64 = AsmReadMsr64 (MSR_SANDY_BRIDGE_PKGC6_IRTL);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_PKGC6_IRTL, Msr.Uint64);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_PKGC6_IRTL is defined as MSR_PKGC6_IRTL in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_PKGC6_IRTL              0x0000060B\r
 \r
@@ -1644,6 +1683,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_PKG_C2_RESIDENCY);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_PKG_C2_RESIDENCY, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_PKG_C2_RESIDENCY is defined as MSR_PKG_C2_RESIDENCY in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_PKG_C2_RESIDENCY        0x0000060D\r
 \r
@@ -1663,6 +1703,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_PKG_POWER_LIMIT);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_PKG_POWER_LIMIT, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_PKG_POWER_LIMIT is defined as MSR_PKG_POWER_LIMIT in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_PKG_POWER_LIMIT         0x00000610\r
 \r
@@ -1680,6 +1721,7 @@ typedef union {
 \r
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_PKG_ENERGY_STATUS);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_PKG_ENERGY_STATUS is defined as MSR_PKG_ENERGY_STATUS in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_PKG_ENERGY_STATUS       0x00000611\r
 \r
@@ -1699,6 +1741,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_PKG_POWER_INFO);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_PKG_POWER_INFO, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_PKG_POWER_INFO is defined as MSR_PKG_POWER_INFO in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_PKG_POWER_INFO          0x00000614\r
 \r
@@ -1718,6 +1761,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_PP0_POWER_LIMIT);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_PP0_POWER_LIMIT, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_PP0_POWER_LIMIT is defined as MSR_PP0_POWER_LIMIT in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_PP0_POWER_LIMIT         0x00000638\r
 \r
@@ -1736,6 +1780,7 @@ typedef union {
 \r
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_PP0_ENERGY_STATUS);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_PP0_ENERGY_STATUS is defined as MSR_PP0_ENERGY_STATUS in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_PP0_ENERGY_STATUS       0x00000639\r
 \r
@@ -1757,6 +1802,22 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_LASTBRANCH_0_FROM_IP);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_LASTBRANCH_0_FROM_IP, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_LASTBRANCH_0_FROM_IP  is defined as MSR_LASTBRANCH_0_FROM_IP  in SDM.\r
+        MSR_SANDY_BRIDGE_LASTBRANCH_1_FROM_IP  is defined as MSR_LASTBRANCH_1_FROM_IP  in SDM.\r
+        MSR_SANDY_BRIDGE_LASTBRANCH_2_FROM_IP  is defined as MSR_LASTBRANCH_2_FROM_IP  in SDM.\r
+        MSR_SANDY_BRIDGE_LASTBRANCH_3_FROM_IP  is defined as MSR_LASTBRANCH_3_FROM_IP  in SDM.\r
+        MSR_SANDY_BRIDGE_LASTBRANCH_4_FROM_IP  is defined as MSR_LASTBRANCH_4_FROM_IP  in SDM.\r
+        MSR_SANDY_BRIDGE_LASTBRANCH_5_FROM_IP  is defined as MSR_LASTBRANCH_5_FROM_IP  in SDM.\r
+        MSR_SANDY_BRIDGE_LASTBRANCH_6_FROM_IP  is defined as MSR_LASTBRANCH_6_FROM_IP  in SDM.\r
+        MSR_SANDY_BRIDGE_LASTBRANCH_7_FROM_IP  is defined as MSR_LASTBRANCH_7_FROM_IP  in SDM.\r
+        MSR_SANDY_BRIDGE_LASTBRANCH_8_FROM_IP  is defined as MSR_LASTBRANCH_8_FROM_IP  in SDM.\r
+        MSR_SANDY_BRIDGE_LASTBRANCH_9_FROM_IP  is defined as MSR_LASTBRANCH_9_FROM_IP  in SDM.\r
+        MSR_SANDY_BRIDGE_LASTBRANCH_10_FROM_IP is defined as MSR_LASTBRANCH_10_FROM_IP in SDM.\r
+        MSR_SANDY_BRIDGE_LASTBRANCH_11_FROM_IP is defined as MSR_LASTBRANCH_11_FROM_IP in SDM.\r
+        MSR_SANDY_BRIDGE_LASTBRANCH_12_FROM_IP is defined as MSR_LASTBRANCH_12_FROM_IP in SDM.\r
+        MSR_SANDY_BRIDGE_LASTBRANCH_13_FROM_IP is defined as MSR_LASTBRANCH_13_FROM_IP in SDM.\r
+        MSR_SANDY_BRIDGE_LASTBRANCH_14_FROM_IP is defined as MSR_LASTBRANCH_14_FROM_IP in SDM.\r
+        MSR_SANDY_BRIDGE_LASTBRANCH_15_FROM_IP is defined as MSR_LASTBRANCH_15_FROM_IP in SDM.\r
   @{\r
 **/\r
 #define MSR_SANDY_BRIDGE_LASTBRANCH_0_FROM_IP    0x00000680\r
@@ -1794,6 +1855,22 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_LASTBRANCH_0_TO_IP);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_LASTBRANCH_0_TO_IP, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_LASTBRANCH_0_TO_IP  is defined as MSR_LASTBRANCH_0_TO_IP  in SDM.\r
+        MSR_SANDY_BRIDGE_LASTBRANCH_1_TO_IP  is defined as MSR_LASTBRANCH_1_TO_IP  in SDM.\r
+        MSR_SANDY_BRIDGE_LASTBRANCH_2_TO_IP  is defined as MSR_LASTBRANCH_2_TO_IP  in SDM.\r
+        MSR_SANDY_BRIDGE_LASTBRANCH_3_TO_IP  is defined as MSR_LASTBRANCH_3_TO_IP  in SDM.\r
+        MSR_SANDY_BRIDGE_LASTBRANCH_4_TO_IP  is defined as MSR_LASTBRANCH_4_TO_IP  in SDM.\r
+        MSR_SANDY_BRIDGE_LASTBRANCH_5_TO_IP  is defined as MSR_LASTBRANCH_5_TO_IP  in SDM.\r
+        MSR_SANDY_BRIDGE_LASTBRANCH_6_TO_IP  is defined as MSR_LASTBRANCH_6_TO_IP  in SDM.\r
+        MSR_SANDY_BRIDGE_LASTBRANCH_7_TO_IP  is defined as MSR_LASTBRANCH_7_TO_IP  in SDM.\r
+        MSR_SANDY_BRIDGE_LASTBRANCH_8_TO_IP  is defined as MSR_LASTBRANCH_8_TO_IP  in SDM.\r
+        MSR_SANDY_BRIDGE_LASTBRANCH_9_TO_IP  is defined as MSR_LASTBRANCH_9_TO_IP  in SDM.\r
+        MSR_SANDY_BRIDGE_LASTBRANCH_10_TO_IP is defined as MSR_LASTBRANCH_10_TO_IP in SDM.\r
+        MSR_SANDY_BRIDGE_LASTBRANCH_11_TO_IP is defined as MSR_LASTBRANCH_11_TO_IP in SDM.\r
+        MSR_SANDY_BRIDGE_LASTBRANCH_12_TO_IP is defined as MSR_LASTBRANCH_12_TO_IP in SDM.\r
+        MSR_SANDY_BRIDGE_LASTBRANCH_13_TO_IP is defined as MSR_LASTBRANCH_13_TO_IP in SDM.\r
+        MSR_SANDY_BRIDGE_LASTBRANCH_14_TO_IP is defined as MSR_LASTBRANCH_14_TO_IP in SDM.\r
+        MSR_SANDY_BRIDGE_LASTBRANCH_15_TO_IP is defined as MSR_LASTBRANCH_15_TO_IP in SDM.\r
   @{\r
 **/\r
 #define MSR_SANDY_BRIDGE_LASTBRANCH_0_TO_IP      0x000006C0\r
@@ -1831,6 +1908,7 @@ typedef union {
 \r
   Msr.Uint64 = AsmReadMsr64 (MSR_SANDY_BRIDGE_TURBO_RATIO_LIMIT);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_TURBO_RATIO_LIMIT is defined as MSR_TURBO_RATIO_LIMIT in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_TURBO_RATIO_LIMIT       0x000001AD\r
 \r
@@ -1906,6 +1984,7 @@ typedef union {
   Msr.Uint64 = AsmReadMsr64 (MSR_SANDY_BRIDGE_UNC_PERF_GLOBAL_CTRL);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_UNC_PERF_GLOBAL_CTRL, Msr.Uint64);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_UNC_PERF_GLOBAL_CTRL is defined as MSR_UNC_PERF_GLOBAL_CTRL in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_UNC_PERF_GLOBAL_CTRL    0x00000391\r
 \r
@@ -1976,6 +2055,7 @@ typedef union {
   Msr.Uint64 = AsmReadMsr64 (MSR_SANDY_BRIDGE_UNC_PERF_GLOBAL_STATUS);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_UNC_PERF_GLOBAL_STATUS, Msr.Uint64);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_UNC_PERF_GLOBAL_STATUS is defined as MSR_UNC_PERF_GLOBAL_STATUS in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_UNC_PERF_GLOBAL_STATUS  0x00000392\r
 \r
@@ -2031,6 +2111,7 @@ typedef union {
   Msr.Uint64 = AsmReadMsr64 (MSR_SANDY_BRIDGE_UNC_PERF_FIXED_CTRL);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_UNC_PERF_FIXED_CTRL, Msr.Uint64);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_UNC_PERF_FIXED_CTRL is defined as MSR_UNC_PERF_FIXED_CTRL in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_UNC_PERF_FIXED_CTRL     0x00000394\r
 \r
@@ -2082,6 +2163,7 @@ typedef union {
   Msr.Uint64 = AsmReadMsr64 (MSR_SANDY_BRIDGE_UNC_PERF_FIXED_CTR);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_UNC_PERF_FIXED_CTR, Msr.Uint64);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_UNC_PERF_FIXED_CTR is defined as MSR_UNC_PERF_FIXED_CTR in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_UNC_PERF_FIXED_CTR      0x00000395\r
 \r
@@ -2125,6 +2207,7 @@ typedef union {
 \r
   Msr.Uint64 = AsmReadMsr64 (MSR_SANDY_BRIDGE_UNC_CBO_CONFIG);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_UNC_CBO_CONFIG is defined as MSR_UNC_CBO_CONFIG in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_UNC_CBO_CONFIG          0x00000396\r
 \r
@@ -2168,6 +2251,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_UNC_ARB_PERFCTR0);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_UNC_ARB_PERFCTR0, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_UNC_ARB_PERFCTR0 is defined as MSR_UNC_ARB_PERFCTR0 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_UNC_ARB_PERFCTR0        0x000003B0\r
 \r
@@ -2186,6 +2270,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_UNC_ARB_PERFCTR1);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_UNC_ARB_PERFCTR1, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_UNC_ARB_PERFCTR1 is defined as MSR_UNC_ARB_PERFCTR1 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_UNC_ARB_PERFCTR1        0x000003B1\r
 \r
@@ -2204,6 +2289,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_UNC_ARB_PERFEVTSEL0);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_UNC_ARB_PERFEVTSEL0, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_UNC_ARB_PERFEVTSEL0 is defined as MSR_UNC_ARB_PERFEVTSEL0 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_UNC_ARB_PERFEVTSEL0     0x000003B2\r
 \r
@@ -2222,6 +2308,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_UNC_ARB_PERFEVTSEL1);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_UNC_ARB_PERFEVTSEL1, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_UNC_ARB_PERFEVTSEL1 is defined as MSR_UNC_ARB_PERFEVTSEL1 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_UNC_ARB_PERFEVTSEL1     0x000003B3\r
 \r
@@ -2247,6 +2334,7 @@ typedef union {
   Msr.Uint64 = AsmReadMsr64 (MSR_SANDY_BRIDGE_PKGC7_IRTL);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_PKGC7_IRTL, Msr.Uint64);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_PKGC7_IRTL is defined as MSR_PKGC7_IRTL in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_PKGC7_IRTL              0x0000060C\r
 \r
@@ -2306,6 +2394,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_PP0_POLICY);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_PP0_POLICY, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_PP0_POLICY is defined as MSR_PP0_POLICY in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_PP0_POLICY              0x0000063A\r
 \r
@@ -2325,6 +2414,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_PP1_POWER_LIMIT);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_PP1_POWER_LIMIT, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_PP1_POWER_LIMIT is defined as MSR_PP1_POWER_LIMIT in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_PP1_POWER_LIMIT         0x00000640\r
 \r
@@ -2343,6 +2433,7 @@ typedef union {
 \r
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_PP1_ENERGY_STATUS);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_PP1_ENERGY_STATUS is defined as MSR_PP1_ENERGY_STATUS in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_PP1_ENERGY_STATUS       0x00000641\r
 \r
@@ -2362,6 +2453,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_PP1_POLICY);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_PP1_POLICY, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_PP1_POLICY is defined as MSR_PP1_POLICY in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_PP1_POLICY              0x00000642\r
 \r
@@ -2380,6 +2472,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_UNC_CBO_0_PERFEVTSEL0);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_UNC_CBO_0_PERFEVTSEL0, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_UNC_CBO_0_PERFEVTSEL0 is defined as MSR_UNC_CBO_0_PERFEVTSEL0 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_UNC_CBO_0_PERFEVTSEL0   0x00000700\r
 \r
@@ -2398,6 +2491,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_UNC_CBO_0_PERFEVTSEL1);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_UNC_CBO_0_PERFEVTSEL1, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_UNC_CBO_0_PERFEVTSEL1 is defined as MSR_UNC_CBO_0_PERFEVTSEL1 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_UNC_CBO_0_PERFEVTSEL1   0x00000701\r
 \r
@@ -2416,6 +2510,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_UNC_CBO_0_PERFCTR0);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_UNC_CBO_0_PERFCTR0, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_UNC_CBO_0_PERFCTR0 is defined as MSR_UNC_CBO_0_PERFCTR0 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_UNC_CBO_0_PERFCTR0      0x00000706\r
 \r
@@ -2434,6 +2529,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_UNC_CBO_0_PERFCTR1);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_UNC_CBO_0_PERFCTR1, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_UNC_CBO_0_PERFCTR1 is defined as MSR_UNC_CBO_0_PERFCTR1 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_UNC_CBO_0_PERFCTR1      0x00000707\r
 \r
@@ -2452,6 +2548,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_UNC_CBO_1_PERFEVTSEL0);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_UNC_CBO_1_PERFEVTSEL0, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_UNC_CBO_1_PERFEVTSEL0 is defined as MSR_UNC_CBO_1_PERFEVTSEL0 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_UNC_CBO_1_PERFEVTSEL0   0x00000710\r
 \r
@@ -2470,6 +2567,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_UNC_CBO_1_PERFEVTSEL1);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_UNC_CBO_1_PERFEVTSEL1, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_UNC_CBO_1_PERFEVTSEL1 is defined as MSR_UNC_CBO_1_PERFEVTSEL1 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_UNC_CBO_1_PERFEVTSEL1   0x00000711\r
 \r
@@ -2488,6 +2586,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_UNC_CBO_1_PERFCTR0);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_UNC_CBO_1_PERFCTR0, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_UNC_CBO_1_PERFCTR0 is defined as MSR_UNC_CBO_1_PERFCTR0 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_UNC_CBO_1_PERFCTR0      0x00000716\r
 \r
@@ -2506,6 +2605,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_UNC_CBO_1_PERFCTR1);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_UNC_CBO_1_PERFCTR1, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_UNC_CBO_1_PERFCTR1 is defined as MSR_UNC_CBO_1_PERFCTR1 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_UNC_CBO_1_PERFCTR1      0x00000717\r
 \r
@@ -2524,6 +2624,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_UNC_CBO_2_PERFEVTSEL0);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_UNC_CBO_2_PERFEVTSEL0, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_UNC_CBO_2_PERFEVTSEL0 is defined as MSR_UNC_CBO_2_PERFEVTSEL0 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_UNC_CBO_2_PERFEVTSEL0   0x00000720\r
 \r
@@ -2542,6 +2643,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_UNC_CBO_2_PERFEVTSEL1);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_UNC_CBO_2_PERFEVTSEL1, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_UNC_CBO_2_PERFEVTSEL1 is defined as MSR_UNC_CBO_2_PERFEVTSEL1 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_UNC_CBO_2_PERFEVTSEL1   0x00000721\r
 \r
@@ -2560,6 +2662,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_UNC_CBO_2_PERFCTR0);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_UNC_CBO_2_PERFCTR0, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_UNC_CBO_2_PERFCTR0 is defined as MSR_UNC_CBO_2_PERFCTR0 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_UNC_CBO_2_PERFCTR0      0x00000726\r
 \r
@@ -2578,6 +2681,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_UNC_CBO_2_PERFCTR1);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_UNC_CBO_2_PERFCTR1, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_UNC_CBO_2_PERFCTR1 is defined as MSR_UNC_CBO_2_PERFCTR1 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_UNC_CBO_2_PERFCTR1      0x00000727\r
 \r
@@ -2596,6 +2700,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_UNC_CBO_3_PERFEVTSEL0);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_UNC_CBO_3_PERFEVTSEL0, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_UNC_CBO_3_PERFEVTSEL0 is defined as MSR_UNC_CBO_3_PERFEVTSEL0 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_UNC_CBO_3_PERFEVTSEL0   0x00000730\r
 \r
@@ -2614,6 +2719,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_UNC_CBO_3_PERFEVTSEL1);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_UNC_CBO_3_PERFEVTSEL1, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_UNC_CBO_3_PERFEVTSEL1 is defined as MSR_UNC_CBO_3_PERFEVTSEL1 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_UNC_CBO_3_PERFEVTSEL1   0x00000731\r
 \r
@@ -2632,6 +2738,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_UNC_CBO_3_PERFCTR0);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_UNC_CBO_3_PERFCTR0, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_UNC_CBO_3_PERFCTR0 is defined as MSR_UNC_CBO_3_PERFCTR0 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_UNC_CBO_3_PERFCTR0      0x00000736\r
 \r
@@ -2650,6 +2757,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_UNC_CBO_3_PERFCTR1);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_UNC_CBO_3_PERFCTR1, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_UNC_CBO_3_PERFCTR1 is defined as MSR_UNC_CBO_3_PERFCTR1 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_UNC_CBO_3_PERFCTR1      0x00000737\r
 \r
@@ -2670,6 +2778,7 @@ typedef union {
   Msr.Uint64 = AsmReadMsr64 (MSR_SANDY_BRIDGE_ERROR_CONTROL);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_ERROR_CONTROL, Msr.Uint64);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_ERROR_CONTROL is defined as MSR_ERROR_CONTROL in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_ERROR_CONTROL           0x0000017F\r
 \r
@@ -2717,6 +2826,7 @@ typedef union {
   Msr.Uint64 = AsmReadMsr64 (MSR_SANDY_BRIDGE_PEBS_NUM_ALT);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_PEBS_NUM_ALT, Msr.Uint64);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_PEBS_NUM_ALT is defined as MSR_PEBS_NUM_ALT in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_PEBS_NUM_ALT            0x0000039C\r
 \r
@@ -2762,6 +2872,21 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_MC5_CTL);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_MC5_CTL, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_MC5_CTL  is defined as MSR_MC5_CTL  in SDM.\r
+        MSR_SANDY_BRIDGE_MC6_CTL  is defined as MSR_MC6_CTL  in SDM.\r
+        MSR_SANDY_BRIDGE_MC7_CTL  is defined as MSR_MC7_CTL  in SDM.\r
+        MSR_SANDY_BRIDGE_MC8_CTL  is defined as MSR_MC8_CTL  in SDM.\r
+        MSR_SANDY_BRIDGE_MC9_CTL  is defined as MSR_MC9_CTL  in SDM.\r
+        MSR_SANDY_BRIDGE_MC10_CTL is defined as MSR_MC10_CTL in SDM.\r
+        MSR_SANDY_BRIDGE_MC11_CTL is defined as MSR_MC11_CTL in SDM.\r
+        MSR_SANDY_BRIDGE_MC12_CTL is defined as MSR_MC12_CTL in SDM.\r
+        MSR_SANDY_BRIDGE_MC13_CTL is defined as MSR_MC13_CTL in SDM.\r
+        MSR_SANDY_BRIDGE_MC14_CTL is defined as MSR_MC14_CTL in SDM.\r
+        MSR_SANDY_BRIDGE_MC15_CTL is defined as MSR_MC15_CTL in SDM.\r
+        MSR_SANDY_BRIDGE_MC16_CTL is defined as MSR_MC16_CTL in SDM.\r
+        MSR_SANDY_BRIDGE_MC17_CTL is defined as MSR_MC17_CTL in SDM.\r
+        MSR_SANDY_BRIDGE_MC18_CTL is defined as MSR_MC18_CTL in SDM.\r
+        MSR_SANDY_BRIDGE_MC19_CTL is defined as MSR_MC19_CTL in SDM.\r
   @{\r
 **/\r
 #define MSR_SANDY_BRIDGE_MC5_CTL                 0x00000414\r
@@ -2796,6 +2921,21 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_MC5_STATUS);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_MC5_STATUS, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_MC5_STATUS  is defined as MSR_MC5_STATUS  in SDM.\r
+        MSR_SANDY_BRIDGE_MC6_STATUS  is defined as MSR_MC6_STATUS  in SDM.\r
+        MSR_SANDY_BRIDGE_MC7_STATUS  is defined as MSR_MC7_STATUS  in SDM.\r
+        MSR_SANDY_BRIDGE_MC8_STATUS  is defined as MSR_MC8_STATUS  in SDM.\r
+        MSR_SANDY_BRIDGE_MC9_STATUS  is defined as MSR_MC9_STATUS  in SDM.\r
+        MSR_SANDY_BRIDGE_MC10_STATUS is defined as MSR_MC10_STATUS in SDM.\r
+        MSR_SANDY_BRIDGE_MC11_STATUS is defined as MSR_MC11_STATUS in SDM.\r
+        MSR_SANDY_BRIDGE_MC12_STATUS is defined as MSR_MC12_STATUS in SDM.\r
+        MSR_SANDY_BRIDGE_MC13_STATUS is defined as MSR_MC13_STATUS in SDM.\r
+        MSR_SANDY_BRIDGE_MC14_STATUS is defined as MSR_MC14_STATUS in SDM.\r
+        MSR_SANDY_BRIDGE_MC15_STATUS is defined as MSR_MC15_STATUS in SDM.\r
+        MSR_SANDY_BRIDGE_MC16_STATUS is defined as MSR_MC16_STATUS in SDM.\r
+        MSR_SANDY_BRIDGE_MC17_STATUS is defined as MSR_MC17_STATUS in SDM.\r
+        MSR_SANDY_BRIDGE_MC18_STATUS is defined as MSR_MC18_STATUS in SDM.\r
+        MSR_SANDY_BRIDGE_MC19_STATUS is defined as MSR_MC19_STATUS in SDM.\r
   @{\r
 **/\r
 #define MSR_SANDY_BRIDGE_MC5_STATUS              0x00000415\r
@@ -2830,6 +2970,21 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_MC5_ADDR);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_MC5_ADDR, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_MC5_ADDR  is defined as MSR_MC5_ADDR  in SDM.\r
+        MSR_SANDY_BRIDGE_MC6_ADDR  is defined as MSR_MC6_ADDR  in SDM.\r
+        MSR_SANDY_BRIDGE_MC7_ADDR  is defined as MSR_MC7_ADDR  in SDM.\r
+        MSR_SANDY_BRIDGE_MC8_ADDR  is defined as MSR_MC8_ADDR  in SDM.\r
+        MSR_SANDY_BRIDGE_MC9_ADDR  is defined as MSR_MC9_ADDR  in SDM.\r
+        MSR_SANDY_BRIDGE_MC10_ADDR is defined as MSR_MC10_ADDR in SDM.\r
+        MSR_SANDY_BRIDGE_MC11_ADDR is defined as MSR_MC11_ADDR in SDM.\r
+        MSR_SANDY_BRIDGE_MC12_ADDR is defined as MSR_MC12_ADDR in SDM.\r
+        MSR_SANDY_BRIDGE_MC13_ADDR is defined as MSR_MC13_ADDR in SDM.\r
+        MSR_SANDY_BRIDGE_MC14_ADDR is defined as MSR_MC14_ADDR in SDM.\r
+        MSR_SANDY_BRIDGE_MC15_ADDR is defined as MSR_MC15_ADDR in SDM.\r
+        MSR_SANDY_BRIDGE_MC16_ADDR is defined as MSR_MC16_ADDR in SDM.\r
+        MSR_SANDY_BRIDGE_MC17_ADDR is defined as MSR_MC17_ADDR in SDM.\r
+        MSR_SANDY_BRIDGE_MC18_ADDR is defined as MSR_MC18_ADDR in SDM.\r
+        MSR_SANDY_BRIDGE_MC19_ADDR is defined as MSR_MC19_ADDR in SDM.\r
   @{\r
 **/\r
 #define MSR_SANDY_BRIDGE_MC5_ADDR                0x00000416\r
@@ -2864,6 +3019,21 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_MC5_MISC);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_MC5_MISC, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_MC5_MISC  is defined as MSR_MC5_MISC  in SDM.\r
+        MSR_SANDY_BRIDGE_MC6_MISC  is defined as MSR_MC6_MISC  in SDM.\r
+        MSR_SANDY_BRIDGE_MC7_MISC  is defined as MSR_MC7_MISC  in SDM.\r
+        MSR_SANDY_BRIDGE_MC8_MISC  is defined as MSR_MC8_MISC  in SDM.\r
+        MSR_SANDY_BRIDGE_MC9_MISC  is defined as MSR_MC9_MISC  in SDM.\r
+        MSR_SANDY_BRIDGE_MC10_MISC is defined as MSR_MC10_MISC in SDM.\r
+        MSR_SANDY_BRIDGE_MC11_MISC is defined as MSR_MC11_MISC in SDM.\r
+        MSR_SANDY_BRIDGE_MC12_MISC is defined as MSR_MC12_MISC in SDM.\r
+        MSR_SANDY_BRIDGE_MC13_MISC is defined as MSR_MC13_MISC in SDM.\r
+        MSR_SANDY_BRIDGE_MC14_MISC is defined as MSR_MC14_MISC in SDM.\r
+        MSR_SANDY_BRIDGE_MC15_MISC is defined as MSR_MC15_MISC in SDM.\r
+        MSR_SANDY_BRIDGE_MC16_MISC is defined as MSR_MC16_MISC in SDM.\r
+        MSR_SANDY_BRIDGE_MC17_MISC is defined as MSR_MC17_MISC in SDM.\r
+        MSR_SANDY_BRIDGE_MC18_MISC is defined as MSR_MC18_MISC in SDM.\r
+        MSR_SANDY_BRIDGE_MC19_MISC is defined as MSR_MC19_MISC in SDM.\r
   @{\r
 **/\r
 #define MSR_SANDY_BRIDGE_MC5_MISC                0x00000417\r
@@ -2897,6 +3067,7 @@ typedef union {
 \r
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_PKG_PERF_STATUS);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_PKG_PERF_STATUS is defined as MSR_PKG_PERF_STATUS in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_PKG_PERF_STATUS         0x00000613\r
 \r
@@ -2916,6 +3087,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_DRAM_POWER_LIMIT);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_DRAM_POWER_LIMIT, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_DRAM_POWER_LIMIT is defined as MSR_DRAM_POWER_LIMIT in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_DRAM_POWER_LIMIT        0x00000618\r
 \r
@@ -2933,6 +3105,7 @@ typedef union {
 \r
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_DRAM_ENERGY_STATUS);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_DRAM_ENERGY_STATUS is defined as MSR_DRAM_ENERGY_STATUS in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_DRAM_ENERGY_STATUS      0x00000619\r
 \r
@@ -2951,6 +3124,7 @@ typedef union {
 \r
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_DRAM_PERF_STATUS);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_DRAM_PERF_STATUS is defined as MSR_DRAM_PERF_STATUS in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_DRAM_PERF_STATUS        0x0000061B\r
 \r
@@ -2969,6 +3143,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_DRAM_POWER_INFO);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_DRAM_POWER_INFO, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_DRAM_POWER_INFO is defined as MSR_DRAM_POWER_INFO in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_DRAM_POWER_INFO         0x0000061C\r
 \r
@@ -2987,6 +3162,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_U_PMON_UCLK_FIXED_CTL);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_U_PMON_UCLK_FIXED_CTL, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_U_PMON_UCLK_FIXED_CTL is defined as MSR_U_PMON_UCLK_FIXED_CTL in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_U_PMON_UCLK_FIXED_CTL   0x00000C08\r
 \r
@@ -3005,6 +3181,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_U_PMON_UCLK_FIXED_CTR);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_U_PMON_UCLK_FIXED_CTR, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_U_PMON_UCLK_FIXED_CTR is defined as MSR_U_PMON_UCLK_FIXED_CTR in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_U_PMON_UCLK_FIXED_CTR   0x00000C09\r
 \r
@@ -3023,6 +3200,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_U_PMON_EVNTSEL0);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_U_PMON_EVNTSEL0, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_U_PMON_EVNTSEL0 is defined as MSR_U_PMON_EVNTSEL0 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_U_PMON_EVNTSEL0         0x00000C10\r
 \r
@@ -3041,6 +3219,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_U_PMON_EVNTSEL1);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_U_PMON_EVNTSEL1, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_U_PMON_EVNTSEL1 is defined as MSR_U_PMON_EVNTSEL1 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_U_PMON_EVNTSEL1         0x00000C11\r
 \r
@@ -3059,6 +3238,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_U_PMON_CTR0);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_U_PMON_CTR0, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_U_PMON_CTR0 is defined as MSR_U_PMON_CTR0 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_U_PMON_CTR0             0x00000C16\r
 \r
@@ -3077,6 +3257,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_U_PMON_CTR1);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_U_PMON_CTR1, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_U_PMON_CTR1 is defined as MSR_U_PMON_CTR1 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_U_PMON_CTR1             0x00000C17\r
 \r
@@ -3095,6 +3276,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_PCU_PMON_BOX_CTL);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_PCU_PMON_BOX_CTL, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_PCU_PMON_BOX_CTL is defined as MSR_PCU_PMON_BOX_CTL in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_PCU_PMON_BOX_CTL        0x00000C24\r
 \r
@@ -3113,6 +3295,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_PCU_PMON_EVNTSEL0);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_PCU_PMON_EVNTSEL0, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_PCU_PMON_EVNTSEL0 is defined as MSR_PCU_PMON_EVNTSEL0 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_PCU_PMON_EVNTSEL0       0x00000C30\r
 \r
@@ -3131,6 +3314,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_PCU_PMON_EVNTSEL1);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_PCU_PMON_EVNTSEL1, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_PCU_PMON_EVNTSEL1 is defined as MSR_PCU_PMON_EVNTSEL1 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_PCU_PMON_EVNTSEL1       0x00000C31\r
 \r
@@ -3149,6 +3333,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_PCU_PMON_EVNTSEL2);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_PCU_PMON_EVNTSEL2, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_PCU_PMON_EVNTSEL2 is defined as MSR_PCU_PMON_EVNTSEL2 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_PCU_PMON_EVNTSEL2       0x00000C32\r
 \r
@@ -3167,6 +3352,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_PCU_PMON_EVNTSEL3);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_PCU_PMON_EVNTSEL3, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_PCU_PMON_EVNTSEL3 is defined as MSR_PCU_PMON_EVNTSEL3 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_PCU_PMON_EVNTSEL3       0x00000C33\r
 \r
@@ -3185,6 +3371,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_PCU_PMON_BOX_FILTER);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_PCU_PMON_BOX_FILTER, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_PCU_PMON_BOX_FILTER is defined as MSR_PCU_PMON_BOX_FILTER in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_PCU_PMON_BOX_FILTER     0x00000C34\r
 \r
@@ -3203,6 +3390,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_PCU_PMON_CTR0);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_PCU_PMON_CTR0, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_PCU_PMON_CTR0 is defined as MSR_PCU_PMON_CTR0 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_PCU_PMON_CTR0           0x00000C36\r
 \r
@@ -3221,6 +3409,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_PCU_PMON_CTR1);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_PCU_PMON_CTR1, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_PCU_PMON_CTR1 is defined as MSR_PCU_PMON_CTR1 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_PCU_PMON_CTR1           0x00000C37\r
 \r
@@ -3239,6 +3428,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_PCU_PMON_CTR2);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_PCU_PMON_CTR2, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_PCU_PMON_CTR2 is defined as MSR_PCU_PMON_CTR2 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_PCU_PMON_CTR2           0x00000C38\r
 \r
@@ -3257,6 +3447,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_PCU_PMON_CTR3);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_PCU_PMON_CTR3, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_PCU_PMON_CTR3 is defined as MSR_PCU_PMON_CTR3 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_PCU_PMON_CTR3           0x00000C39\r
 \r
@@ -3275,6 +3466,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C0_PMON_BOX_CTL);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C0_PMON_BOX_CTL, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C0_PMON_BOX_CTL is defined as MSR_C0_PMON_BOX_CTL in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C0_PMON_BOX_CTL         0x00000D04\r
 \r
@@ -3293,6 +3485,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C0_PMON_EVNTSEL0);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C0_PMON_EVNTSEL0, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C0_PMON_EVNTSEL0 is defined as MSR_C0_PMON_EVNTSEL0 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C0_PMON_EVNTSEL0        0x00000D10\r
 \r
@@ -3311,6 +3504,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C0_PMON_EVNTSEL1);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C0_PMON_EVNTSEL1, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C0_PMON_EVNTSEL1 is defined as MSR_C0_PMON_EVNTSEL1 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C0_PMON_EVNTSEL1        0x00000D11\r
 \r
@@ -3329,6 +3523,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C0_PMON_EVNTSEL2);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C0_PMON_EVNTSEL2, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C0_PMON_EVNTSEL2 is defined as MSR_C0_PMON_EVNTSEL2 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C0_PMON_EVNTSEL2        0x00000D12\r
 \r
@@ -3347,6 +3542,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C0_PMON_EVNTSEL3);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C0_PMON_EVNTSEL3, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C0_PMON_EVNTSEL3 is defined as MSR_C0_PMON_EVNTSEL3 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C0_PMON_EVNTSEL3        0x00000D13\r
 \r
@@ -3365,6 +3561,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C0_PMON_BOX_FILTER);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C0_PMON_BOX_FILTER, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C0_PMON_BOX_FILTER is defined as MSR_C0_PMON_BOX_FILTER in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C0_PMON_BOX_FILTER      0x00000D14\r
 \r
@@ -3383,6 +3580,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C0_PMON_CTR0);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C0_PMON_CTR0, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C0_PMON_CTR0 is defined as MSR_C0_PMON_CTR0 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C0_PMON_CTR0            0x00000D16\r
 \r
@@ -3401,6 +3599,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C0_PMON_CTR1);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C0_PMON_CTR1, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C0_PMON_CTR1 is defined as MSR_C0_PMON_CTR1 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C0_PMON_CTR1            0x00000D17\r
 \r
@@ -3419,6 +3618,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C0_PMON_CTR2);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C0_PMON_CTR2, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C0_PMON_CTR2 is defined as MSR_C0_PMON_CTR2 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C0_PMON_CTR2            0x00000D18\r
 \r
@@ -3437,6 +3637,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C0_PMON_CTR3);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C0_PMON_CTR3, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C0_PMON_CTR3 is defined as MSR_C0_PMON_CTR3 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C0_PMON_CTR3            0x00000D19\r
 \r
@@ -3455,6 +3656,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C1_PMON_BOX_CTL);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C1_PMON_BOX_CTL, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C1_PMON_BOX_CTL is defined as MSR_C1_PMON_BOX_CTL in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C1_PMON_BOX_CTL         0x00000D24\r
 \r
@@ -3473,6 +3675,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C1_PMON_EVNTSEL0);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C1_PMON_EVNTSEL0, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C1_PMON_EVNTSEL0 is defined as MSR_C1_PMON_EVNTSEL0 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C1_PMON_EVNTSEL0        0x00000D30\r
 \r
@@ -3491,6 +3694,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C1_PMON_EVNTSEL1);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C1_PMON_EVNTSEL1, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C1_PMON_EVNTSEL1 is defined as MSR_C1_PMON_EVNTSEL1 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C1_PMON_EVNTSEL1        0x00000D31\r
 \r
@@ -3509,6 +3713,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C1_PMON_EVNTSEL2);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C1_PMON_EVNTSEL2, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C1_PMON_EVNTSEL2 is defined as MSR_C1_PMON_EVNTSEL2 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C1_PMON_EVNTSEL2        0x00000D32\r
 \r
@@ -3527,6 +3732,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C1_PMON_EVNTSEL3);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C1_PMON_EVNTSEL3, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C1_PMON_EVNTSEL3 is defined as MSR_C1_PMON_EVNTSEL3 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C1_PMON_EVNTSEL3        0x00000D33\r
 \r
@@ -3545,6 +3751,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C1_PMON_BOX_FILTER);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C1_PMON_BOX_FILTER, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C1_PMON_BOX_FILTER is defined as MSR_C1_PMON_BOX_FILTER in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C1_PMON_BOX_FILTER      0x00000D34\r
 \r
@@ -3563,6 +3770,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C1_PMON_CTR0);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C1_PMON_CTR0, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C1_PMON_CTR0 is defined as MSR_C1_PMON_CTR0 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C1_PMON_CTR0            0x00000D36\r
 \r
@@ -3581,6 +3789,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C1_PMON_CTR1);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C1_PMON_CTR1, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C1_PMON_CTR1 is defined as MSR_C1_PMON_CTR1 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C1_PMON_CTR1            0x00000D37\r
 \r
@@ -3599,6 +3808,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C1_PMON_CTR2);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C1_PMON_CTR2, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C1_PMON_CTR2 is defined as MSR_C1_PMON_CTR2 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C1_PMON_CTR2            0x00000D38\r
 \r
@@ -3617,6 +3827,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C1_PMON_CTR3);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C1_PMON_CTR3, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C1_PMON_CTR3 is defined as MSR_C1_PMON_CTR3 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C1_PMON_CTR3            0x00000D39\r
 \r
@@ -3635,6 +3846,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C2_PMON_BOX_CTL);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C2_PMON_BOX_CTL, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C2_PMON_BOX_CTL is defined as MSR_C2_PMON_BOX_CTL in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C2_PMON_BOX_CTL         0x00000D44\r
 \r
@@ -3653,6 +3865,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C2_PMON_EVNTSEL0);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C2_PMON_EVNTSEL0, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C2_PMON_EVNTSEL0 is defined as MSR_C2_PMON_EVNTSEL0 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C2_PMON_EVNTSEL0        0x00000D50\r
 \r
@@ -3671,6 +3884,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C2_PMON_EVNTSEL1);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C2_PMON_EVNTSEL1, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C2_PMON_EVNTSEL1 is defined as MSR_C2_PMON_EVNTSEL1 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C2_PMON_EVNTSEL1        0x00000D51\r
 \r
@@ -3689,6 +3903,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C2_PMON_EVNTSEL2);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C2_PMON_EVNTSEL2, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C2_PMON_EVNTSEL2 is defined as MSR_C2_PMON_EVNTSEL2 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C2_PMON_EVNTSEL2        0x00000D52\r
 \r
@@ -3707,6 +3922,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C2_PMON_EVNTSEL3);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C2_PMON_EVNTSEL3, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C2_PMON_EVNTSEL3 is defined as MSR_C2_PMON_EVNTSEL3 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C2_PMON_EVNTSEL3        0x00000D53\r
 \r
@@ -3725,6 +3941,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C2_PMON_BOX_FILTER);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C2_PMON_BOX_FILTER, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C2_PMON_BOX_FILTER is defined as MSR_C2_PMON_BOX_FILTER in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C2_PMON_BOX_FILTER      0x00000D54\r
 \r
@@ -3743,6 +3960,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C2_PMON_CTR0);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C2_PMON_CTR0, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C2_PMON_CTR0 is defined as MSR_C2_PMON_CTR0 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C2_PMON_CTR0            0x00000D56\r
 \r
@@ -3761,6 +3979,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C2_PMON_CTR1);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C2_PMON_CTR1, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C2_PMON_CTR1 is defined as MSR_C2_PMON_CTR1 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C2_PMON_CTR1            0x00000D57\r
 \r
@@ -3779,6 +3998,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C2_PMON_CTR2);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C2_PMON_CTR2, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C2_PMON_CTR2 is defined as MSR_C2_PMON_CTR2 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C2_PMON_CTR2            0x00000D58\r
 \r
@@ -3797,6 +4017,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C2_PMON_CTR3);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C2_PMON_CTR3, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C2_PMON_CTR3 is defined as MSR_C2_PMON_CTR3 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C2_PMON_CTR3            0x00000D59\r
 \r
@@ -3815,6 +4036,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C3_PMON_BOX_CTL);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C3_PMON_BOX_CTL, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C3_PMON_BOX_CTL is defined as MSR_C3_PMON_BOX_CTL in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C3_PMON_BOX_CTL         0x00000D64\r
 \r
@@ -3833,6 +4055,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C3_PMON_EVNTSEL0);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C3_PMON_EVNTSEL0, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C3_PMON_EVNTSEL0 is defined as MSR_C3_PMON_EVNTSEL0 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C3_PMON_EVNTSEL0        0x00000D70\r
 \r
@@ -3851,6 +4074,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C3_PMON_EVNTSEL1);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C3_PMON_EVNTSEL1, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C3_PMON_EVNTSEL1 is defined as MSR_C3_PMON_EVNTSEL1 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C3_PMON_EVNTSEL1        0x00000D71\r
 \r
@@ -3869,6 +4093,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C3_PMON_EVNTSEL2);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C3_PMON_EVNTSEL2, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C3_PMON_EVNTSEL2 is defined as MSR_C3_PMON_EVNTSEL2 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C3_PMON_EVNTSEL2        0x00000D72\r
 \r
@@ -3887,6 +4112,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C3_PMON_EVNTSEL3);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C3_PMON_EVNTSEL3, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C3_PMON_EVNTSEL3 is defined as MSR_C3_PMON_EVNTSEL3 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C3_PMON_EVNTSEL3        0x00000D73\r
 \r
@@ -3905,6 +4131,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C3_PMON_BOX_FILTER);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C3_PMON_BOX_FILTER, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C3_PMON_BOX_FILTER is defined as MSR_C3_PMON_BOX_FILTER in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C3_PMON_BOX_FILTER      0x00000D74\r
 \r
@@ -3923,6 +4150,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C3_PMON_CTR0);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C3_PMON_CTR0, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C3_PMON_CTR0 is defined as MSR_C3_PMON_CTR0 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C3_PMON_CTR0            0x00000D76\r
 \r
@@ -3941,6 +4169,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C3_PMON_CTR1);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C3_PMON_CTR1, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C3_PMON_CTR1 is defined as MSR_C3_PMON_CTR1 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C3_PMON_CTR1            0x00000D77\r
 \r
@@ -3959,6 +4188,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C3_PMON_CTR2);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C3_PMON_CTR2, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C3_PMON_CTR2 is defined as MSR_C3_PMON_CTR2 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C3_PMON_CTR2            0x00000D78\r
 \r
@@ -3977,6 +4207,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C3_PMON_CTR3);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C3_PMON_CTR3, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C3_PMON_CTR3 is defined as MSR_C3_PMON_CTR3 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C3_PMON_CTR3            0x00000D79\r
 \r
@@ -3995,6 +4226,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C4_PMON_BOX_CTL);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C4_PMON_BOX_CTL, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C4_PMON_BOX_CTL is defined as MSR_C4_PMON_BOX_CTL in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C4_PMON_BOX_CTL         0x00000D84\r
 \r
@@ -4013,6 +4245,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C4_PMON_EVNTSEL0);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C4_PMON_EVNTSEL0, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C4_PMON_EVNTSEL0 is defined as MSR_C4_PMON_EVNTSEL0 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C4_PMON_EVNTSEL0        0x00000D90\r
 \r
@@ -4031,6 +4264,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C4_PMON_EVNTSEL1);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C4_PMON_EVNTSEL1, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C4_PMON_EVNTSEL1 is defined as MSR_C4_PMON_EVNTSEL1 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C4_PMON_EVNTSEL1        0x00000D91\r
 \r
@@ -4049,6 +4283,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C4_PMON_EVNTSEL2);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C4_PMON_EVNTSEL2, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C4_PMON_EVNTSEL2 is defined as MSR_C4_PMON_EVNTSEL2 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C4_PMON_EVNTSEL2        0x00000D92\r
 \r
@@ -4067,6 +4302,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C4_PMON_EVNTSEL3);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C4_PMON_EVNTSEL3, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C4_PMON_EVNTSEL3 is defined as MSR_C4_PMON_EVNTSEL3 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C4_PMON_EVNTSEL3        0x00000D93\r
 \r
@@ -4085,6 +4321,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C4_PMON_BOX_FILTER);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C4_PMON_BOX_FILTER, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C4_PMON_BOX_FILTER is defined as MSR_C4_PMON_BOX_FILTER in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C4_PMON_BOX_FILTER      0x00000D94\r
 \r
@@ -4103,6 +4340,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C4_PMON_CTR0);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C4_PMON_CTR0, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C4_PMON_CTR0 is defined as MSR_C4_PMON_CTR0 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C4_PMON_CTR0            0x00000D96\r
 \r
@@ -4121,6 +4359,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C4_PMON_CTR1);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C4_PMON_CTR1, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C4_PMON_CTR1 is defined as MSR_C4_PMON_CTR1 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C4_PMON_CTR1            0x00000D97\r
 \r
@@ -4139,6 +4378,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C4_PMON_CTR2);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C4_PMON_CTR2, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C4_PMON_CTR2 is defined as MSR_C4_PMON_CTR2 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C4_PMON_CTR2            0x00000D98\r
 \r
@@ -4157,6 +4397,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C4_PMON_CTR3);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C4_PMON_CTR3, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C4_PMON_CTR3 is defined as MSR_C4_PMON_CTR3 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C4_PMON_CTR3            0x00000D99\r
 \r
@@ -4175,6 +4416,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C5_PMON_BOX_CTL);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C5_PMON_BOX_CTL, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C5_PMON_BOX_CTL is defined as MSR_C5_PMON_BOX_CTL in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C5_PMON_BOX_CTL         0x00000DA4\r
 \r
@@ -4193,6 +4435,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C5_PMON_EVNTSEL0);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C5_PMON_EVNTSEL0, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C5_PMON_EVNTSEL0 is defined as MSR_C5_PMON_EVNTSEL0 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C5_PMON_EVNTSEL0        0x00000DB0\r
 \r
@@ -4211,6 +4454,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C5_PMON_EVNTSEL1);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C5_PMON_EVNTSEL1, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C5_PMON_EVNTSEL1 is defined as MSR_C5_PMON_EVNTSEL1 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C5_PMON_EVNTSEL1        0x00000DB1\r
 \r
@@ -4229,6 +4473,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C5_PMON_EVNTSEL2);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C5_PMON_EVNTSEL2, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C5_PMON_EVNTSEL2 is defined as MSR_C5_PMON_EVNTSEL2 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C5_PMON_EVNTSEL2        0x00000DB2\r
 \r
@@ -4247,6 +4492,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C5_PMON_EVNTSEL3);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C5_PMON_EVNTSEL3, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C5_PMON_EVNTSEL3 is defined as MSR_C5_PMON_EVNTSEL3 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C5_PMON_EVNTSEL3        0x00000DB3\r
 \r
@@ -4265,6 +4511,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C5_PMON_BOX_FILTER);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C5_PMON_BOX_FILTER, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C5_PMON_BOX_FILTER is defined as MSR_C5_PMON_BOX_FILTER in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C5_PMON_BOX_FILTER      0x00000DB4\r
 \r
@@ -4283,6 +4530,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C5_PMON_CTR0);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C5_PMON_CTR0, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C5_PMON_CTR0 is defined as MSR_C5_PMON_CTR0 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C5_PMON_CTR0            0x00000DB6\r
 \r
@@ -4301,6 +4549,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C5_PMON_CTR1);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C5_PMON_CTR1, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C5_PMON_CTR1 is defined as MSR_C5_PMON_CTR1 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C5_PMON_CTR1            0x00000DB7\r
 \r
@@ -4319,6 +4568,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C5_PMON_CTR2);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C5_PMON_CTR2, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C5_PMON_CTR2 is defined as MSR_C5_PMON_CTR2 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C5_PMON_CTR2            0x00000DB8\r
 \r
@@ -4337,6 +4587,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C5_PMON_CTR3);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C5_PMON_CTR3, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C5_PMON_CTR3 is defined as MSR_C5_PMON_CTR3 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C5_PMON_CTR3            0x00000DB9\r
 \r
@@ -4355,6 +4606,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C6_PMON_BOX_CTL);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C6_PMON_BOX_CTL, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C6_PMON_BOX_CTL is defined as MSR_C6_PMON_BOX_CTL in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C6_PMON_BOX_CTL         0x00000DC4\r
 \r
@@ -4373,6 +4625,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C6_PMON_EVNTSEL0);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C6_PMON_EVNTSEL0, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C6_PMON_EVNTSEL0 is defined as MSR_C6_PMON_EVNTSEL0 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C6_PMON_EVNTSEL0        0x00000DD0\r
 \r
@@ -4391,6 +4644,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C6_PMON_EVNTSEL1);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C6_PMON_EVNTSEL1, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C6_PMON_EVNTSEL1 is defined as MSR_C6_PMON_EVNTSEL1 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C6_PMON_EVNTSEL1        0x00000DD1\r
 \r
@@ -4409,6 +4663,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C6_PMON_EVNTSEL2);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C6_PMON_EVNTSEL2, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C6_PMON_EVNTSEL2 is defined as MSR_C6_PMON_EVNTSEL2 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C6_PMON_EVNTSEL2        0x00000DD2\r
 \r
@@ -4427,6 +4682,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C6_PMON_EVNTSEL3);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C6_PMON_EVNTSEL3, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C6_PMON_EVNTSEL3 is defined as MSR_C6_PMON_EVNTSEL3 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C6_PMON_EVNTSEL3        0x00000DD3\r
 \r
@@ -4445,6 +4701,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C6_PMON_BOX_FILTER);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C6_PMON_BOX_FILTER, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C6_PMON_BOX_FILTER is defined as MSR_C6_PMON_BOX_FILTER in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C6_PMON_BOX_FILTER      0x00000DD4\r
 \r
@@ -4463,6 +4720,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C6_PMON_CTR0);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C6_PMON_CTR0, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C6_PMON_CTR0 is defined as MSR_C6_PMON_CTR0 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C6_PMON_CTR0            0x00000DD6\r
 \r
@@ -4481,6 +4739,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C6_PMON_CTR1);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C6_PMON_CTR1, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C6_PMON_CTR1 is defined as MSR_C6_PMON_CTR1 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C6_PMON_CTR1            0x00000DD7\r
 \r
@@ -4499,6 +4758,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C6_PMON_CTR2);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C6_PMON_CTR2, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C6_PMON_CTR2 is defined as MSR_C6_PMON_CTR2 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C6_PMON_CTR2            0x00000DD8\r
 \r
@@ -4517,6 +4777,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C6_PMON_CTR3);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C6_PMON_CTR3, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C6_PMON_CTR3 is defined as MSR_C6_PMON_CTR3 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C6_PMON_CTR3            0x00000DD9\r
 \r
@@ -4535,6 +4796,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C7_PMON_BOX_CTL);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C7_PMON_BOX_CTL, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C7_PMON_BOX_CTL is defined as MSR_C7_PMON_BOX_CTL in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C7_PMON_BOX_CTL         0x00000DE4\r
 \r
@@ -4553,6 +4815,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C7_PMON_EVNTSEL0);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C7_PMON_EVNTSEL0, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C7_PMON_EVNTSEL0 is defined as MSR_C7_PMON_EVNTSEL0 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C7_PMON_EVNTSEL0        0x00000DF0\r
 \r
@@ -4571,6 +4834,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C7_PMON_EVNTSEL1);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C7_PMON_EVNTSEL1, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C7_PMON_EVNTSEL1 is defined as MSR_C7_PMON_EVNTSEL1 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C7_PMON_EVNTSEL1        0x00000DF1\r
 \r
@@ -4589,6 +4853,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C7_PMON_EVNTSEL2);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C7_PMON_EVNTSEL2, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C7_PMON_EVNTSEL2 is defined as MSR_C7_PMON_EVNTSEL2 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C7_PMON_EVNTSEL2        0x00000DF2\r
 \r
@@ -4607,6 +4872,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C7_PMON_EVNTSEL3);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C7_PMON_EVNTSEL3, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C7_PMON_EVNTSEL3 is defined as MSR_C7_PMON_EVNTSEL3 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C7_PMON_EVNTSEL3        0x00000DF3\r
 \r
@@ -4625,6 +4891,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C7_PMON_BOX_FILTER);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C7_PMON_BOX_FILTER, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C7_PMON_BOX_FILTER is defined as MSR_C7_PMON_BOX_FILTER in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C7_PMON_BOX_FILTER      0x00000DF4\r
 \r
@@ -4643,6 +4910,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C7_PMON_CTR0);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C7_PMON_CTR0, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C7_PMON_CTR0 is defined as MSR_C7_PMON_CTR0 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C7_PMON_CTR0            0x00000DF6\r
 \r
@@ -4661,6 +4929,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C7_PMON_CTR1);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C7_PMON_CTR1, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C7_PMON_CTR1 is defined as MSR_C7_PMON_CTR1 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C7_PMON_CTR1            0x00000DF7\r
 \r
@@ -4679,6 +4948,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C7_PMON_CTR2);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C7_PMON_CTR2, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C7_PMON_CTR2 is defined as MSR_C7_PMON_CTR2 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C7_PMON_CTR2            0x00000DF8\r
 \r
@@ -4697,6 +4967,7 @@ typedef union {
   Msr = AsmReadMsr64 (MSR_SANDY_BRIDGE_C7_PMON_CTR3);\r
   AsmWriteMsr64 (MSR_SANDY_BRIDGE_C7_PMON_CTR3, Msr);\r
   @endcode\r
+  @note MSR_SANDY_BRIDGE_C7_PMON_CTR3 is defined as MSR_C7_PMON_CTR3 in SDM.\r
 **/\r
 #define MSR_SANDY_BRIDGE_C7_PMON_CTR3            0x00000DF9\r
 \r