Add the most current CPUID7_* definitions.

This commit is contained in:
rpaulo 2013-04-18 01:30:08 +00:00
parent ba95edba6f
commit 7b5712a5b5

View File

@ -171,6 +171,23 @@
#define CPUTPM1_ARAT 0x00000004
#define CPUTPM2_EFFREQ 0x00000001
/*
* Structured Extended Features
*/
#define CPUID7_GSFSBASE 0x00000001
#define CPUID7_TSCADJ 0x00000002
#define CPUID7_BMI1 0x00000008
#define CPUID7_HLE 0x00000010
#define CPUID7_AVX2 0x00000020
#define CPUID7_SMEP 0x00000080
#define CPUID7_BMI2 0x00000100
#define CPUID7_ENHMOVSB 0x00000200
#define CPUID7_INVPCID 0x00000400
#define CPUID7_RTM 0x00000800
#define CPUID7_RDSEED 0x00040000
#define CPUID7_ADX 0x00080000
#define CPUID7_SMAP 0x00100000
/*
* Important bits in the AMD extended cpuid flags
*/