Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jun 2023 17:32:45 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: e60316d1eac9 - main - x86: Add defines for a couple of thermal and PM bits
Message-ID:  <202306191732.35JHWjLw080844@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=e60316d1eac91000e187ae248839fca31143090c

commit e60316d1eac91000e187ae248839fca31143090c
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2023-06-19 17:26:07 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2023-06-19 17:32:22 +0000

    x86: Add defines for a couple of thermal and PM bits
    
    MFC after:      1 week
    Sponsored by:   The FreeBSD Foundation
---
 sys/x86/include/specialreg.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys/x86/include/specialreg.h b/sys/x86/include/specialreg.h
index 1b109b48818b..2d3d2b8080ae 100644
--- a/sys/x86/include/specialreg.h
+++ b/sys/x86/include/specialreg.h
@@ -338,7 +338,9 @@
 #define	CPUTPM1_HWP_PECI_OVR		0x00010000
 #define	CPUTPM1_HWP_FLEXIBLE		0x00020000
 #define	CPUTPM1_HWP_FAST_MSR		0x00040000
+#define	CPUTPM1_HW_FEEDBACK		0x00080000
 #define	CPUTPM1_HWP_IGN_IDLE		0x00100000
+#define	CPUTPM1_THREAD_DIRECTOR		0x00800000
 
 /* Ebx. */
 #define	CPUTPM_B_NSENSINTTHRESH		0x0000000f



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306191732.35JHWjLw080844>