]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/Include/Register/Amd/Msr.h
UefiCpuPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / UefiCpuPkg / Include / Register / Amd / Msr.h
1 /** @file
2 MSR Definitions.
3
4 Provides defines for Machine Specific Registers(MSR) indexes. Data structures
5 are provided for MSRs that contain one or more bit fields. If the MSR value
6 returned is a single 32-bit or 64-bit value, then a data structure is not
7 provided for that MSR.
8
9 Copyright (c) 2017, Advanced Micro Devices. All rights reserved.<BR>
10 SPDX-License-Identifier: BSD-2-Clause-Patent
11
12 @par Specification Reference:
13 AMD64 Architecture Programming Manaul volume 2, March 2017, Sections 15.34
14
15 **/
16
17 #ifndef __AMD_MSR_H__
18 #define __AMD_MSR_H__
19
20 #include <Register/ArchitecturalMsr.h>
21 #include <Register/Amd/Fam17Msr.h>
22
23 #endif