ReactOS 0.4.16-dev-338-g34e76ad
|
Public Attributes | |
struct { | |
ULONG Step: 4 | |
ULONG Model: 4 | |
ULONG Family: 4 | |
ULONG Unused: 4 | |
ULONG ExtendedModel: 4 | |
ULONG ExtendedFamily: 8 | |
ULONG Unused2: 4 | |
}; | |
ULONG | AsULONG |
struct { | |
ULONG Step: 4 | |
ULONG Model: 4 | |
ULONG Family: 4 | |
ULONG Unused: 4 | |
ULONG ExtendedModel: 4 | |
ULONG ExtendedFamily: 8 | |
ULONG Unused2: 4 | |
}; | |
struct { ... } _CPU_SIGNATURE::@1831 |
struct { ... } _CPU_SIGNATURE::@1833 |
ULONG _CPU_SIGNATURE::AsULONG |
Definition at line 52 of file cpu.c.
Referenced by KiSetProcessorType().
ULONG _CPU_SIGNATURE::ExtendedFamily |
Definition at line 49 of file cpu.c.
Referenced by KiSetProcessorType().
ULONG _CPU_SIGNATURE::ExtendedModel |
Definition at line 48 of file cpu.c.
Referenced by KiSetProcessorType().
ULONG _CPU_SIGNATURE::Family |
Definition at line 46 of file cpu.c.
Referenced by KiSetProcessorType().
ULONG _CPU_SIGNATURE::Model |
Definition at line 45 of file cpu.c.
Referenced by KiSetProcessorType().
ULONG _CPU_SIGNATURE::Step |
Definition at line 44 of file cpu.c.
Referenced by KiSetProcessorType().