ReactOS 0.4.15-dev-8002-gbbb3b00
MSR_IA32_RTIT_STATUS_REGISTER Union Reference

#include <ArchitecturalMsr.h>

Collaboration diagram for MSR_IA32_RTIT_STATUS_REGISTER:

Public Attributes

struct {
   UINT32   FilterEn: 1
 
   UINT32   ContexEn: 1
 
   UINT32   TriggerEn: 1
 
   UINT32   Reserved1: 1
 
   UINT32   Error: 1
 
   UINT32   Stopped: 1
 
   UINT32   Reserved2: 26
 
   UINT32   PacketByteCnt: 17
 
   UINT32   Reserved3: 15
 
Bits
 
UINT64 Uint64
 

Detailed Description

MSR information returned for MSR index MSR_IA32_RTIT_STATUS

Definition at line 4654 of file ArchitecturalMsr.h.

Member Data Documentation

◆ 

struct { ... } MSR_IA32_RTIT_STATUS_REGISTER::Bits

Individual bit fields

◆ ContexEn

UINT32 MSR_IA32_RTIT_STATUS_REGISTER::ContexEn

[Bit 1] ContexEn, (writes ignored).

Definition at line 4667 of file ArchitecturalMsr.h.

◆ Error

UINT32 MSR_IA32_RTIT_STATUS_REGISTER::Error

[Bit 4] Error.

Definition at line 4676 of file ArchitecturalMsr.h.

◆ FilterEn

UINT32 MSR_IA32_RTIT_STATUS_REGISTER::FilterEn

[Bit 0] FilterEn, (writes ignored). If (CPUID.(EAX=07H, ECX=0):EBX[2] = 1).

Definition at line 4663 of file ArchitecturalMsr.h.

◆ PacketByteCnt

UINT32 MSR_IA32_RTIT_STATUS_REGISTER::PacketByteCnt

[Bits 48:32] PacketByteCnt. If (CPUID.(EAX=07H, ECX=0):EBX[1] > 3).

Definition at line 4685 of file ArchitecturalMsr.h.

◆ Reserved1

UINT32 MSR_IA32_RTIT_STATUS_REGISTER::Reserved1

Definition at line 4672 of file ArchitecturalMsr.h.

◆ Reserved2

UINT32 MSR_IA32_RTIT_STATUS_REGISTER::Reserved2

Definition at line 4681 of file ArchitecturalMsr.h.

◆ Reserved3

UINT32 MSR_IA32_RTIT_STATUS_REGISTER::Reserved3

Definition at line 4686 of file ArchitecturalMsr.h.

◆ Stopped

UINT32 MSR_IA32_RTIT_STATUS_REGISTER::Stopped

[Bit 5] Stopped.

Definition at line 4680 of file ArchitecturalMsr.h.

◆ TriggerEn

UINT32 MSR_IA32_RTIT_STATUS_REGISTER::TriggerEn

[Bit 2] TriggerEn, (writes ignored).

Definition at line 4671 of file ArchitecturalMsr.h.

◆ Uint64

UINT64 MSR_IA32_RTIT_STATUS_REGISTER::Uint64

All bit fields as a 64-bit value

Definition at line 4691 of file ArchitecturalMsr.h.


The documentation for this union was generated from the following file: