TianoCore EDK2 master
|
#include <Register/Intel/ArchitecturalMsr.h>
Go to the source code of this file.
Data Structures | |
union | MSR_XEON_5600_FEATURE_CONFIG_REGISTER |
union | MSR_XEON_5600_TURBO_RATIO_LIMIT_REGISTER |
Macros | |
#define | IS_XEON_5600_PROCESSOR(DisplayFamily, DisplayModel) |
#define | MSR_XEON_5600_FEATURE_CONFIG 0x0000013C |
#define | MSR_XEON_5600_OFFCORE_RSP_1 0x000001A7 |
#define | MSR_XEON_5600_TURBO_RATIO_LIMIT 0x000001AD |
#define | MSR_XEON_5600_IA32_ENERGY_PERF_BIAS 0x000001B0 |
MSR Definitions for Intel(R) Xeon(R) Processor Series 5600.
Provides defines for Machine Specific Registers(MSR) indexes. Data structures are provided for MSRs that contain one or more bit fields. If the MSR value returned is a single 32-bit or 64-bit value, then a data structure is not provided for that MSR.
Copyright (c) 2016 - 2019, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file Xeon5600Msr.h.
#define IS_XEON_5600_PROCESSOR | ( | DisplayFamily, | |
DisplayModel | |||
) |
Is Intel(R) Xeon(R) Processor Series 5600?
DisplayFamily | Display Family ID |
DisplayModel | Display Model ID |
TRUE | Yes, it is. |
FALSE | No, it isn't. |
Definition at line 32 of file Xeon5600Msr.h.
#define MSR_XEON_5600_FEATURE_CONFIG 0x0000013C |
Core. AES Configuration (RW-L) Privileged post-BIOS agent must provide a #GP handler to handle unsuccessful read of this MSR.
ECX | MSR_XEON_5600_FEATURE_CONFIG (0x0000013C) |
EAX | Lower 32-bits of MSR value. Described by the type MSR_XEON_5600_FEATURE_CONFIG_REGISTER. |
EDX | Upper 32-bits of MSR value. Described by the type MSR_XEON_5600_FEATURE_CONFIG_REGISTER. |
Example usage
Definition at line 59 of file Xeon5600Msr.h.
#define MSR_XEON_5600_IA32_ENERGY_PERF_BIAS 0x000001B0 |
Package. See Table 2-2.
ECX | MSR_XEON_5600_IA32_ENERGY_PERF_BIAS (0x000001B0) |
EAX | Lower 32-bits of MSR value. |
EDX | Upper 32-bits of MSR value. |
Example usage
Definition at line 192 of file Xeon5600Msr.h.
#define MSR_XEON_5600_OFFCORE_RSP_1 0x000001A7 |
Thread. Offcore Response Event Select Register (R/W).
ECX | MSR_XEON_5600_OFFCORE_RSP_1 (0x000001A7) |
EAX | Lower 32-bits of MSR value. |
EDX | Upper 32-bits of MSR value. |
Example usage
Definition at line 108 of file Xeon5600Msr.h.
#define MSR_XEON_5600_TURBO_RATIO_LIMIT 0x000001AD |
Package. Maximum Ratio Limit of Turbo Mode RO if MSR_PLATFORM_INFO.[28] = 0, RW if MSR_PLATFORM_INFO.[28] = 1.
ECX | MSR_XEON_5600_TURBO_RATIO_LIMIT (0x000001AD) |
EAX | Lower 32-bits of MSR value. Described by the type MSR_XEON_5600_TURBO_RATIO_LIMIT_REGISTER. |
EDX | Upper 32-bits of MSR value. Described by the type MSR_XEON_5600_TURBO_RATIO_LIMIT_REGISTER. |
Example usage
Definition at line 128 of file Xeon5600Msr.h.