ReactOS 0.4.15-dev-7998-gdb93cb1
CPUID_EXTENDED_TIME_STAMP_COUNTER_EDX Union Reference

#include <Cpuid.h>

Collaboration diagram for CPUID_EXTENDED_TIME_STAMP_COUNTER_EDX:

Public Attributes

struct {
   UINT32   Reserved1: 8
 
   UINT32   InvariantTsc: 1
 
   UINT32   Reserved2: 23
 
Bits
 
UINT32 Uint32
 

Detailed Description

CPUID Extended Time Stamp Counter information EDX for CPUID leaf CPUID_EXTENDED_TIME_STAMP_COUNTER.

Definition at line 4016 of file Cpuid.h.

Member Data Documentation

◆ 

struct { ... } CPUID_EXTENDED_TIME_STAMP_COUNTER_EDX::Bits

Individual bit fields

◆ InvariantTsc

UINT32 CPUID_EXTENDED_TIME_STAMP_COUNTER_EDX::InvariantTsc

[Bit 8] Invariant TSC available if 1.

Definition at line 4025 of file Cpuid.h.

◆ Reserved1

UINT32 CPUID_EXTENDED_TIME_STAMP_COUNTER_EDX::Reserved1

Definition at line 4021 of file Cpuid.h.

◆ Reserved2

UINT32 CPUID_EXTENDED_TIME_STAMP_COUNTER_EDX::Reserved2

Definition at line 4026 of file Cpuid.h.

◆ Uint32

UINT32 CPUID_EXTENDED_TIME_STAMP_COUNTER_EDX::Uint32

All bit fields as a 32-bit value

Definition at line 4031 of file Cpuid.h.


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