MicrOS
|
CPU's stepping, model, and family information. More...
#include <cpuid_0x01h.h>
Public Attributes | |
uint8_t | stepping_id: 4 |
Stepping ID. More... | |
uint8_t | model: 4 |
Model. More... | |
uint8_t | family_id: 4 |
Family ID. More... | |
uint8_t | procesor_type: 2 |
Procesor type. More... | |
uint8_t | __pad0__: 2 |
uint8_t | extended_model_id: 4 |
Extended model ID. More... | |
uint8_t | extended_family_id: 8 |
Extended family ID. More... | |
uint8_t | __pad1__: 4 |
CPU's stepping, model, and family information.
uint8_t cpuid_0x01h_eax_fields::__pad0__ |
uint8_t cpuid_0x01h_eax_fields::__pad1__ |
uint8_t cpuid_0x01h_eax_fields::extended_family_id |
Extended family ID.
uint8_t cpuid_0x01h_eax_fields::extended_model_id |
Extended model ID.
uint8_t cpuid_0x01h_eax_fields::family_id |
Family ID.
uint8_t cpuid_0x01h_eax_fields::model |
Model.
uint8_t cpuid_0x01h_eax_fields::procesor_type |
Procesor type.
Type | Encoding in Binary |
---|---|
Original OEM Processor | 00 |
Intel Overdrive Processor | 01 |
Dual processor (not applicable to Intel486 processors) | 10 |
Reserved value | 11 |
uint8_t cpuid_0x01h_eax_fields::stepping_id |
Stepping ID.