TianoCore EDK2 master
Loading...
Searching...
No Matches
MSR_IA32_TSC_AUX_REGISTER Union Reference

#include <MdePkg/Include/Register/Intel/ArchitecturalMsr.h>

Data Fields

struct {
   UINT32   AUX: 32
 
   UINT32   Reserved: 32
 
Bits
 
UINT32 Uint32
 
UINT64 Uint64
 

Detailed Description

MSR information returned for MSR index MSR_IA32_TSC_AUX

Definition at line 6518 of file ArchitecturalMsr.h.

Field Documentation

◆ AUX

UINT32 MSR_IA32_TSC_AUX_REGISTER::AUX

[Bits 31:0] AUX: Auxiliary signature of TSC.

Definition at line 6526 of file ArchitecturalMsr.h.

◆ 

struct { ... } MSR_IA32_TSC_AUX_REGISTER::Bits

Individual bit fields

◆ Reserved

UINT32 MSR_IA32_TSC_AUX_REGISTER::Reserved

Definition at line 6527 of file ArchitecturalMsr.h.

◆ Uint32

UINT32 MSR_IA32_TSC_AUX_REGISTER::Uint32

All bit fields as a 32-bit value

Definition at line 6532 of file ArchitecturalMsr.h.

◆ Uint64

UINT64 MSR_IA32_TSC_AUX_REGISTER::Uint64

All bit fields as a 64-bit value

Definition at line 6536 of file ArchitecturalMsr.h.


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