ReactOS 0.4.16-dev-522-gb68104a
|
#include <ArchitecturalMsr.h>
Public Attributes | |
struct { | |
UINT32 HighTempEnable: 1 | |
UINT32 LowTempEnable: 1 | |
UINT32 PROCHOT_Enable: 1 | |
UINT32 Reserved1: 1 | |
UINT32 OverheatEnable: 1 | |
UINT32 Reserved2: 3 | |
UINT32 Threshold1: 7 | |
UINT32 Threshold1Enable: 1 | |
UINT32 Threshold2: 7 | |
UINT32 Threshold2Enable: 1 | |
UINT32 PowerLimitNotificationEnable: 1 | |
UINT32 Reserved3: 7 | |
UINT32 Reserved4: 32 | |
} | Bits |
UINT32 | Uint32 |
UINT64 | Uint64 |
MSR information returned for MSR index MSR_IA32_PACKAGE_THERM_INTERRUPT
Definition at line 1690 of file ArchitecturalMsr.h.
struct { ... } MSR_IA32_PACKAGE_THERM_INTERRUPT_REGISTER::Bits |
Individual bit fields
UINT32 MSR_IA32_PACKAGE_THERM_INTERRUPT_REGISTER::HighTempEnable |
[Bit 0] Pkg High-Temperature Interrupt Enable.
Definition at line 1698 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_PACKAGE_THERM_INTERRUPT_REGISTER::LowTempEnable |
[Bit 1] Pkg Low-Temperature Interrupt Enable.
Definition at line 1702 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_PACKAGE_THERM_INTERRUPT_REGISTER::OverheatEnable |
[Bit 4] Pkg Overheat Interrupt Enable.
Definition at line 1711 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_PACKAGE_THERM_INTERRUPT_REGISTER::PowerLimitNotificationEnable |
[Bit 24] Pkg Power Limit Notification Enable.
Definition at line 1732 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_PACKAGE_THERM_INTERRUPT_REGISTER::PROCHOT_Enable |
[Bit 2] Pkg PROCHOT# Interrupt Enable.
Definition at line 1706 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_PACKAGE_THERM_INTERRUPT_REGISTER::Reserved1 |
Definition at line 1707 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_PACKAGE_THERM_INTERRUPT_REGISTER::Reserved2 |
Definition at line 1712 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_PACKAGE_THERM_INTERRUPT_REGISTER::Reserved3 |
Definition at line 1733 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_PACKAGE_THERM_INTERRUPT_REGISTER::Reserved4 |
Definition at line 1734 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_PACKAGE_THERM_INTERRUPT_REGISTER::Threshold1 |
[Bits 14:8] Pkg Threshold #1 Value.
Definition at line 1716 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_PACKAGE_THERM_INTERRUPT_REGISTER::Threshold1Enable |
[Bit 15] Pkg Threshold #1 Interrupt Enable.
Definition at line 1720 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_PACKAGE_THERM_INTERRUPT_REGISTER::Threshold2 |
[Bits 22:16] Pkg Threshold #2 Value.
Definition at line 1724 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_PACKAGE_THERM_INTERRUPT_REGISTER::Threshold2Enable |
[Bit 23] Pkg Threshold #2 Interrupt Enable.
Definition at line 1728 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_PACKAGE_THERM_INTERRUPT_REGISTER::Uint32 |
All bit fields as a 32-bit value
Definition at line 1739 of file ArchitecturalMsr.h.
UINT64 MSR_IA32_PACKAGE_THERM_INTERRUPT_REGISTER::Uint64 |
All bit fields as a 64-bit value
Definition at line 1743 of file ArchitecturalMsr.h.