ReactOS 0.4.16-dev-1946-g52006dd
CPUID_EXTENDED_STATE_SIZE_OFFSET_REGS Union Reference

#include <Cpuid.h>

Collaboration diagram for CPUID_EXTENDED_STATE_SIZE_OFFSET_REGS:

Public Attributes

INT32 AsInt32 [4]
 
struct {
   UINT32   Size
 
   UINT32   Offset
 
   CPUID_EXTENDED_STATE_SIZE_OFFSET_ECX   Ecx
 
   UINT32   Edx
 
}; 
 

Detailed Description

Definition at line 119 of file Cpuid.h.

Member Data Documentation

◆ 

struct { ... } CPUID_EXTENDED_STATE_SIZE_OFFSET_REGS::@3797

◆ AsInt32

INT32 CPUID_EXTENDED_STATE_SIZE_OFFSET_REGS::AsInt32[4]

Definition at line 121 of file Cpuid.h.

Referenced by GetExpectedXStateConfig(), and KiGetXStateConfiguration().

◆ Ecx

CPUID_EXTENDED_STATE_SIZE_OFFSET_ECX CPUID_EXTENDED_STATE_SIZE_OFFSET_REGS::Ecx

Definition at line 126 of file Cpuid.h.

Referenced by GetExpectedXStateConfig(), and KiGetXStateConfiguration().

◆ Edx

UINT32 CPUID_EXTENDED_STATE_SIZE_OFFSET_REGS::Edx

Definition at line 127 of file Cpuid.h.

◆ Offset

UINT32 CPUID_EXTENDED_STATE_SIZE_OFFSET_REGS::Offset

Definition at line 125 of file Cpuid.h.

Referenced by GetExpectedXStateConfig(), and KiGetXStateConfiguration().

◆ Size

UINT32 CPUID_EXTENDED_STATE_SIZE_OFFSET_REGS::Size

Definition at line 124 of file Cpuid.h.

Referenced by GetExpectedXStateConfig(), and KiGetXStateConfiguration().


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