mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
specialreg.h: add definition for AMD Core Performance Boost bit
This bit indicates availability of the feature. MFC after: 4 days
This commit is contained in:
parent
9897c45f31
commit
8fd6d51347
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=215522
@ -206,6 +206,7 @@
|
||||
#define AMDPM_100MHZ_STEPS 0x00000040
|
||||
#define AMDPM_HW_PSTATE 0x00000080
|
||||
#define AMDPM_TSC_INVARIANT 0x00000100
|
||||
#define AMDPM_CPB 0x00000200
|
||||
|
||||
/*
|
||||
* AMD extended function 8000_0008h ecx info
|
||||
|
@ -205,6 +205,7 @@
|
||||
#define AMDPM_100MHZ_STEPS 0x00000040
|
||||
#define AMDPM_HW_PSTATE 0x00000080
|
||||
#define AMDPM_TSC_INVARIANT 0x00000100
|
||||
#define AMDPM_CPB 0x00000200
|
||||
|
||||
/*
|
||||
* AMD extended function 8000_0008h ecx info
|
||||
|
Loading…
Reference in New Issue
Block a user