]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/Include/Register/Msr.h
BaseTools: Update sign tool to make MonotonicCount *after* Payload
[mirror_edk2.git] / UefiCpuPkg / Include / Register / Msr.h
CommitLineData
195c9436
MK
1/** @file\r
2 MSR Definitions.\r
3\r
4 Provides defines for Machine Specific Registers(MSR) indexes. Data structures\r
5 are provided for MSRs that contain one or more bit fields. If the MSR value\r
6 returned is a single 32-bit or 64-bit value, then a data structure is not\r
7 provided for that MSR.\r
8\r
9 Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
10 This program and the accompanying materials\r
11 are licensed and made available under the terms and conditions of the BSD License\r
12 which accompanies this distribution. The full text of the license may be found at\r
13 http://opensource.org/licenses/bsd-license.php\r
14\r
15 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17\r
18 @par Specification Reference:\r
19 Intel(R) 64 and IA-32 Architectures Software Developer's Manual, Volume 3,\r
20 December 2015, Chapter 35 Model-Specific-Registers (MSR), Chapter 35.\r
21\r
22**/\r
23\r
24#ifndef __MSR_H__\r
25#define __MSR_H__\r
26\r
27#include <Register/ArchitecturalMsr.h>\r
28#include <Register/Msr/Core2Msr.h>\r
29#include <Register/Msr/AtomMsr.h>\r
30#include <Register/Msr/SilvermontMsr.h>\r
31#include <Register/Msr/NehalemMsr.h>\r
32#include <Register/Msr/Xeon5600Msr.h>\r
33#include <Register/Msr/XeonE7Msr.h>\r
34#include <Register/Msr/SandyBridgeMsr.h>\r
35#include <Register/Msr/IvyBridgeMsr.h>\r
36#include <Register/Msr/HaswellMsr.h>\r
37#include <Register/Msr/HaswellEMsr.h>\r
38#include <Register/Msr/BroadwellMsr.h>\r
39#include <Register/Msr/XeonDMsr.h>\r
40#include <Register/Msr/SkylakeMsr.h>\r
41#include <Register/Msr/XeonPhiMsr.h>\r
42#include <Register/Msr/Pentium4Msr.h>\r
43#include <Register/Msr/CoreMsr.h>\r
44#include <Register/Msr/PentiumMMsr.h>\r
45#include <Register/Msr/P6Msr.h>\r
46#include <Register/Msr/PentiumMsr.h>\r
47\r
48#endif\r