summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/specialreg.h
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2007-03-20 20:22:45 +0000
committerjkim <jkim@FreeBSD.org>2007-03-20 20:22:45 +0000
commitd7f955fd677357b4d95e38bdfbd4839173e00241 (patch)
tree4df64f18ad81b0a0961dc0f7da6a0c19fad56d18 /sys/amd64/include/specialreg.h
parentd6f063aecf4ecc266a38fc31c69eb8fba2cf0307 (diff)
downloadFreeBSD-src-d7f955fd677357b4d95e38bdfbd4839173e00241.zip
FreeBSD-src-d7f955fd677357b4d95e38bdfbd4839173e00241.tar.gz
- Add macros for newly added CPUID bits in the corresponding header files.
- Use correct capticalization in xTPR as Intel uses in their documents. - Use proper description instead of vendor code name in comment.
Diffstat (limited to 'sys/amd64/include/specialreg.h')
-rw-r--r--sys/amd64/include/specialreg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/include/specialreg.h b/sys/amd64/include/specialreg.h
index 5c5908f..fa7b160 100644
--- a/sys/amd64/include/specialreg.h
+++ b/sys/amd64/include/specialreg.h
@@ -116,12 +116,14 @@
#define CPUID2_MON 0x00000008
#define CPUID2_DS_CPL 0x00000010
#define CPUID2_VMX 0x00000020
+#define CPUID2_SMX 0x00000040
#define CPUID2_EST 0x00000080
#define CPUID2_TM2 0x00000100
#define CPUID2_SSSE3 0x00000200
#define CPUID2_CNXTID 0x00000400
#define CPUID2_CX16 0x00002000
#define CPUID2_XTPR 0x00004000
+#define CPUID2_DCA 0x00040000
/*
* Important bits in the AMD extended cpuid flags
OpenPOWER on IntegriCloud