ReactOS 0.4.15-dev-8021-g7ce96fd
CPUID_NATIVE_MODEL_ID_AND_CORE_TYPE_EAX Union Reference

#include <Cpuid.h>

Collaboration diagram for CPUID_NATIVE_MODEL_ID_AND_CORE_TYPE_EAX:

Public Attributes

struct {
   UINT32   NativeModelId: 24
 
   UINT32   CoreType: 8
 
Bits
 
UINT32 Uint32
 

Detailed Description

CPUID Hybrid Information EAX for CPUID leaf CPUID_HYBRID_INFORMATION, main leaf CPUID_HYBRID_INFORMATION_MAIN_LEAF.

Definition at line 3627 of file Cpuid.h.

Member Data Documentation

◆ 

struct { ... } CPUID_NATIVE_MODEL_ID_AND_CORE_TYPE_EAX::Bits

Individual bit fields

◆ CoreType

UINT32 CPUID_NATIVE_MODEL_ID_AND_CORE_TYPE_EAX::CoreType

[Bit 31:24] Core type

Definition at line 3644 of file Cpuid.h.

◆ NativeModelId

UINT32 CPUID_NATIVE_MODEL_ID_AND_CORE_TYPE_EAX::NativeModelId

[Bit 23:0] Native model ID of the core.

The core-type and native mode ID can be used to uniquely identify the microarchitecture of the core.This native model ID is not unique across core types, and not related to the model ID reported in CPUID leaf 01H, and does not identify the SOC.

Definition at line 3640 of file Cpuid.h.

◆ Uint32

UINT32 CPUID_NATIVE_MODEL_ID_AND_CORE_TYPE_EAX::Uint32

All bit fields as a 32-bit value

Definition at line 3649 of file Cpuid.h.


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