ReactOS 0.4.15-dev-8028-g8e799e2
MSR_IA32_RTIT_OUTPUT_BASE_REGISTER Union Reference

#include <ArchitecturalMsr.h>

Collaboration diagram for MSR_IA32_RTIT_OUTPUT_BASE_REGISTER:

Public Attributes

struct {
   UINT32   Reserved: 7
 
   UINT32   Base: 25
 
   UINT32   BaseHi: 32
 
Bits
 
UINT64 Uint64
 

Detailed Description

MSR information returned for MSR index MSR_IA32_RTIT_OUTPUT_BASE

Definition at line 4363 of file ArchitecturalMsr.h.

Member Data Documentation

◆ Base

UINT32 MSR_IA32_RTIT_OUTPUT_BASE_REGISTER::Base

[Bits 31:7] Base physical address.

Definition at line 4372 of file ArchitecturalMsr.h.

◆ BaseHi

UINT32 MSR_IA32_RTIT_OUTPUT_BASE_REGISTER::BaseHi

[Bits 63:32] Base physical address.

Definition at line 4376 of file ArchitecturalMsr.h.

◆ 

struct { ... } MSR_IA32_RTIT_OUTPUT_BASE_REGISTER::Bits

Individual bit fields

◆ Reserved

UINT32 MSR_IA32_RTIT_OUTPUT_BASE_REGISTER::Reserved

Definition at line 4368 of file ArchitecturalMsr.h.

◆ Uint64

UINT64 MSR_IA32_RTIT_OUTPUT_BASE_REGISTER::Uint64

All bit fields as a 64-bit value

Definition at line 4381 of file ArchitecturalMsr.h.


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