ReactOS 0.4.16-dev-527-gdad3a09
|
#include <ArchitecturalMsr.h>
Public Attributes | |
struct { | |
UINT32 DCA_ACTIVE: 1 | |
UINT32 TRANSACTION: 2 | |
UINT32 DCA_TYPE: 4 | |
UINT32 DCA_QUEUE_SIZE: 4 | |
UINT32 Reserved1: 2 | |
UINT32 DCA_DELAY: 4 | |
UINT32 Reserved2: 7 | |
UINT32 SW_BLOCK: 1 | |
UINT32 Reserved3: 1 | |
UINT32 HW_BLOCK: 1 | |
UINT32 Reserved4: 5 | |
UINT32 Reserved5: 32 | |
} | Bits |
UINT32 | Uint32 |
UINT64 | Uint64 |
MSR information returned for MSR index MSR_IA32_DCA_0_CAP
Definition at line 2014 of file ArchitecturalMsr.h.
struct { ... } MSR_IA32_DCA_0_CAP_REGISTER::Bits |
Individual bit fields
UINT32 MSR_IA32_DCA_0_CAP_REGISTER::DCA_ACTIVE |
[Bit 0] DCA_ACTIVE: Set by HW when DCA is fuseenabled and no defeatures are set.
Definition at line 2023 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_DCA_0_CAP_REGISTER::DCA_DELAY |
[Bits 16:13] DCA_DELAY: Writes will update the register but have no HW side-effect.
Definition at line 2041 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_DCA_0_CAP_REGISTER::DCA_QUEUE_SIZE |
[Bits 10:7] DCA_QUEUE_SIZE.
Definition at line 2035 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_DCA_0_CAP_REGISTER::DCA_TYPE |
[Bits 6:3] DCA_TYPE.
Definition at line 2031 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_DCA_0_CAP_REGISTER::HW_BLOCK |
[Bit 26] HW_BLOCK: Set when DCA is blocked by HW (e.g. CR0.CD = 1).
Definition at line 2051 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_DCA_0_CAP_REGISTER::Reserved1 |
Definition at line 2036 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_DCA_0_CAP_REGISTER::Reserved2 |
Definition at line 2042 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_DCA_0_CAP_REGISTER::Reserved3 |
Definition at line 2047 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_DCA_0_CAP_REGISTER::Reserved4 |
Definition at line 2052 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_DCA_0_CAP_REGISTER::Reserved5 |
Definition at line 2053 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_DCA_0_CAP_REGISTER::SW_BLOCK |
[Bit 24] SW_BLOCK: SW can request DCA block by setting this bit.
Definition at line 2046 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_DCA_0_CAP_REGISTER::TRANSACTION |
[Bits 2:1] TRANSACTION.
Definition at line 2027 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_DCA_0_CAP_REGISTER::Uint32 |
All bit fields as a 32-bit value
Definition at line 2058 of file ArchitecturalMsr.h.
UINT64 MSR_IA32_DCA_0_CAP_REGISTER::Uint64 |
All bit fields as a 64-bit value
Definition at line 2062 of file ArchitecturalMsr.h.