Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86/include Add Turbo Boost Max Technology 3.0 bit.



details:   https://anonhg.NetBSD.org/src/rev/a919468a6828
branches:  trunk
changeset: 827169:a919468a6828
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Oct 18 03:38:32 2017 +0000

description:
Add Turbo Boost Max Technology 3.0 bit.

diffstat:

 sys/arch/x86/include/specialreg.h |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r de7f9bcbd7ac -r a919468a6828 sys/arch/x86/include/specialreg.h
--- a/sys/arch/x86/include/specialreg.h Tue Oct 17 21:11:36 2017 +0000
+++ b/sys/arch/x86/include/specialreg.h Wed Oct 18 03:38:32 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: specialreg.h,v 1.103 2017/10/13 13:53:54 msaitoh Exp $ */
+/*     $NetBSD: specialreg.h,v 1.104 2017/10/18 03:38:32 msaitoh Exp $ */
 
 /*-
  * Copyright (c) 1991 The Regents of the University of California.
@@ -299,12 +299,13 @@
 #define CPUID_DSPM_HWP_EPP __BIT(10)   /* HWP Energy Performance Preference */
 #define CPUID_DSPM_HWP_PLR __BIT(11)   /* HWP Package Level Request */
 #define CPUID_DSPM_HDC __BIT(13)       /* Hardware Duty Cycling */
+#define CPUID_DSPM_TBMT3 __BIT(14)     /* Turbo Boost Max Technology 3.0 */
 
 #define CPUID_DSPM_FLAGS       "\20" \
        "\1" "DTS"      "\2" "IDA"      "\3" "ARAT"                     \
        "\5" "PLN"      "\6" "ECMD"     "\7" "PTM"      "\10" "HWP"     \
        "\11" "HWP_NOTIFY" "\12" "HWP_ACTWIN" "\13" "HWP_EPP" "\14" "HWP_PLR" \
-                       "\16" "HDC"
+                       "\16" "HDC"     "\17" "TBM3"
 
 /*
  * Intel Digital Thermal Sensor and



Home | Main Index | Thread Index | Old Index