diff options
Diffstat (limited to 'arch/x86/include/asm')
-rw-r--r-- | arch/x86/include/asm/cpufeature.h | 1 | ||||
-rw-r--r-- | arch/x86/include/asm/msr-index.h | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/include/asm/cpufeature.h b/arch/x86/include/asm/cpufeature.h index 468145914389..2a904f4071fe 100644 --- a/arch/x86/include/asm/cpufeature.h +++ b/arch/x86/include/asm/cpufeature.h | |||
@@ -162,6 +162,7 @@ | |||
162 | #define X86_FEATURE_IDA (7*32+ 0) /* Intel Dynamic Acceleration */ | 162 | #define X86_FEATURE_IDA (7*32+ 0) /* Intel Dynamic Acceleration */ |
163 | #define X86_FEATURE_ARAT (7*32+ 1) /* Always Running APIC Timer */ | 163 | #define X86_FEATURE_ARAT (7*32+ 1) /* Always Running APIC Timer */ |
164 | #define X86_FEATURE_CPB (7*32+ 2) /* AMD Core Performance Boost */ | 164 | #define X86_FEATURE_CPB (7*32+ 2) /* AMD Core Performance Boost */ |
165 | #define X86_FEATURE_EPB (7*32+ 3) /* IA32_ENERGY_PERF_BIAS support */ | ||
165 | 166 | ||
166 | /* Virtualization flags: Linux defined */ | 167 | /* Virtualization flags: Linux defined */ |
167 | #define X86_FEATURE_TPR_SHADOW (8*32+ 0) /* Intel TPR Shadow */ | 168 | #define X86_FEATURE_TPR_SHADOW (8*32+ 0) /* Intel TPR Shadow */ |
diff --git a/arch/x86/include/asm/msr-index.h b/arch/x86/include/asm/msr-index.h index b49d8ca228f6..e57bc20683d6 100644 --- a/arch/x86/include/asm/msr-index.h +++ b/arch/x86/include/asm/msr-index.h | |||
@@ -238,6 +238,8 @@ | |||
238 | 238 | ||
239 | #define MSR_IA32_TEMPERATURE_TARGET 0x000001a2 | 239 | #define MSR_IA32_TEMPERATURE_TARGET 0x000001a2 |
240 | 240 | ||
241 | #define MSR_IA32_ENERGY_PERF_BIAS 0x000001b0 | ||
242 | |||
241 | /* MISC_ENABLE bits: architectural */ | 243 | /* MISC_ENABLE bits: architectural */ |
242 | #define MSR_IA32_MISC_ENABLE_FAST_STRING (1ULL << 0) | 244 | #define MSR_IA32_MISC_ENABLE_FAST_STRING (1ULL << 0) |
243 | #define MSR_IA32_MISC_ENABLE_TCC (1ULL << 1) | 245 | #define MSR_IA32_MISC_ENABLE_TCC (1ULL << 1) |