ReactOS 0.4.16-dev-13-ge2fc578
|
#include <Cpuid.h>
Public Attributes | |
struct { | |
UINT32 NativeModelId: 24 | |
UINT32 CoreType: 8 | |
} | Bits |
UINT32 | Uint32 |
CPUID Hybrid Information EAX for CPUID leaf CPUID_HYBRID_INFORMATION, main leaf CPUID_HYBRID_INFORMATION_MAIN_LEAF.
struct { ... } CPUID_NATIVE_MODEL_ID_AND_CORE_TYPE_EAX::Bits |
Individual bit fields
UINT32 CPUID_NATIVE_MODEL_ID_AND_CORE_TYPE_EAX::CoreType |
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.
UINT32 CPUID_NATIVE_MODEL_ID_AND_CORE_TYPE_EAX::Uint32 |