]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/Include/Register/Amd/Msr.h
UefiCpuPkg: Define AMD Memory Encryption specific CPUID and MSR
[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 This program and the accompanying materials
11 are licensed and made available under the terms and conditions of the BSD License
12 which accompanies this distribution. The full text of the license may be found at
13 http://opensource.org/licenses/bsd-license.php
14
15 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
17
18 @par Specification Reference:
19 AMD64 Architecture Programming Manaul volume 2, March 2017, Sections 15.34
20
21 **/
22
23 #ifndef __AMD_MSR_H__
24 #define __AMD_MSR_H__
25
26 #include <Register/ArchitecturalMsr.h>
27 #include <Register/Amd/Fam17Msr.h>
28
29 #endif