]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/Include/Register/Amd/Msr.h
UefiCpuPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / UefiCpuPkg / Include / Register / Amd / Msr.h
CommitLineData
b15cbd9c
BS
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) 2017, Advanced Micro Devices. All rights reserved.<BR>\r
0acd8697 10 SPDX-License-Identifier: BSD-2-Clause-Patent\r
b15cbd9c
BS
11\r
12 @par Specification Reference:\r
13 AMD64 Architecture Programming Manaul volume 2, March 2017, Sections 15.34\r
14\r
15**/\r
16\r
17#ifndef __AMD_MSR_H__\r
18#define __AMD_MSR_H__\r
19\r
20#include <Register/ArchitecturalMsr.h>\r
21#include <Register/Amd/Fam17Msr.h>\r
22\r
23#endif\r