mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-30 00:00:15 +01:00
add definition of MSR_IA32_MISC_ENABLE_FAST_STRING
This commit is contained in:
parent
3c45b79acb
commit
ed75d01517
1 changed files with 1 additions and 0 deletions
|
@ -256,6 +256,7 @@ extern "C" {
|
|||
#define MSR_HWP_REQUEST 0x00000774
|
||||
#define MSR_HWP_STATUS 0x00000777
|
||||
|
||||
#define MSR_IA32_MISC_ENABLE_FAST_STRING (1ULL << 0)
|
||||
#define MSR_IA32_MISC_ENABLE_ENHANCED_SPEEDSTEP (1ULL << 16)
|
||||
#define MSR_IA32_MISC_ENABLE_SPEEDSTEP_LOCK (1ULL << 20)
|
||||
#define MSR_IA32_MISC_ENABLE_TURBO_DISABLE (1ULL << 38)
|
||||
|
|
Loading…
Add table
Reference in a new issue